1. SWF Flash library (ATTN Daniel Kluss)
I've tried to use your SWF library, though I cannot make it work.
What I need is to display the swf, and therefore I tried swfview.exw,
but it failed with this error message:
C:\Program\Euphoria\swf\swf\swf.e:1307 in procedure run_tag()
variable BitsLossless has not been assigned a value
Many of the other programs seem to produce the same error.
Regards, Alexander Toresson
Shhh! Be vewy quiet! I'm hunting wuntime ewwows!
2. Re: SWF Flash library (ATTN Daniel Kluss)
- Posted by codepilot Gmail Account <codepilot at gmail.com>
Nov 12, 2004
-
Last edited Nov 13, 2004
It seems there have been reports of malfunctions, and thus there needs
to be party reform to fix them.
(I am Daniel Kluss and I approve this message)
Downloading.......
Fixing......(just a minute)
Daniel
On Fri, 12 Nov 2004 14:11:19 -0800, Alexander Toresson
<guest at rapideuphoria.com> wrote:
>
> posted by: Alexander Toresson <toressonodakra at swipnet.se>
>
> I've tried to use your SWF library, though I cannot make it work.
> What I need is to display the swf, and therefore I tried swfview.exw,
> but it failed with this error message:
>
> C:\Program\Euphoria\swf\swf\swf.e:1307 in procedure run_tag()
> variable BitsLossless has not been assigned a value
>
> Many of the other programs seem to produce the same error.
>
> Regards, Alexander Toresson
>
> Shhh! Be vewy quiet! I'm hunting wuntime ewwows!
>
>
>
>
3. Re: SWF Flash library (ATTN Daniel Kluss)
- Posted by codepilot Gmail Account <codepilot at gmail.com>
Nov 12, 2004
-
Last edited Nov 13, 2004
I have found
elsif num=8 then --return ("JPEGTables")
? num
elsif num=21 then --return ("DefineBitsJPEG2")
? num
elsif num=35 then --return ("DefineBitsJPEG3")
? num
elsif num=20 then --return ("DefineBitsLossless")
BitsLossless=append(BitsLossless,tag)
-- ? num
elsif num=36 then --return ("DefineBitsLossless2")
? num
elsif num=46 then --return ("DefineMorphShape")
? num
elsif num=10 then --return ("DefineFont")
FONTS=append(FONTS,tag)
I appears that I havn't finished that, and a quick fix is just comment
out that line. I hearby give consent that you can fix it up and make
it better(always to case). I beleave you will find that it is mode apt
an encoder than decoder, and thats not very complete. This was just a
quick little demo, and you can help make it complete by going to
http://www.macromedia.com/software/flash/open/licensing/fileformat/
and downloading the swf specification and making some changes.
Thanks for the intrest and I will see if I have time to make some more
changes if you have a specific task you need to accomplish.
Daniel Kluss
On Fri, 12 Nov 2004 14:58:49 -0800, codepilot Gmail Account
<codepilot at gmail.com> wrote:
>
>
> It seems there have been reports of malfunctions, and thus there needs
> to be party reform to fix them.
> (I am Daniel Kluss and I approve this message)
> Downloading.......
> Fixing......(just a minute)
> Daniel
>
> On Fri, 12 Nov 2004 14:11:19 -0800, Alexander Toresson
> <guest at rapideuphoria.com> wrote:
> >
> > posted by: Alexander Toresson <toressonodakra at swipnet.se>
> >
> > I've tried to use your SWF library, though I cannot make it work.
> > What I need is to display the swf, and therefore I tried swfview.exw,
> > but it failed with this error message:
> >
> > C:\Program\Euphoria\swf\swf\swf.e:1307 in procedure run_tag()
> > variable BitsLossless has not been assigned a value
> >
> > Many of the other programs seem to produce the same error.
> >
> > Regards, Alexander Toresson
> >
> > Shhh! Be vewy quiet! I'm hunting wuntime ewwows!
> >
> >