gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] A question about the swf format when parsing the swf file


From: flyfordream
Subject: [Gnash-dev] A question about the swf format when parsing the swf file
Date: Thu, 25 Mar 2010 00:22:46 +0800 (CST)



在2010-03-24 00:01:address@hidden 写道:
>Send Gnash-dev mailing list submissions to
>	address@hidden
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	http://lists.gnu.org/mailman/listinfo/gnash-dev
>or, via email, send a message with subject or body 'help' to
>	address@hidden
>
>You can reach the person managing the list at
>	address@hidden
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Gnash-dev digest..."
>
>
>Today's Topics:
>
>   1. Re: YouTube using SWF10 today (strk)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Tue, 23 Mar 2010 16:16:47 +0100
>From: strk <address@hidden>
>Subject: Re: [Gnash-dev] YouTube using SWF10 today
>To: Alessandro Pignotti <address@hidden>
>Cc: address@hidden
>Message-ID: <address@hidden>
>Content-Type: text/plain; charset=us-ascii
>
>On Tue, Mar 23, 2010 at 04:02:03PM +0100, Alessandro Pignotti wrote:
>
>> Ok, what command line options do you need?
>
>Uhm, let's see:
>
>-U (used to resolve relative urls),
>-u (to assign an url to top-level [root] movie)
>-x [IMPORTANT] for xembed window id
>-F for a filedescriptor to send geturl requests to
>   (handles _javascript_ and no-return urls getting, dunno if
>    that's still allowed with AVM2)
>-P to pass the params set in HTML (most used being FlashVariables or
>   similar IIRC).
>'-' argument for reading the SWF from stdin (this would just be needed
>    for the proof-of-concept).
>
>Easiest is probably looking at the npapi/plugin.cpp code as all it
>does is spawning the standalone.
>
>The proof of concept would be to export GNASH_PLAYER=/usr/local/bin/lightspark
>in the browser environment and see it magically work.
>
>--strk;
>
>  ()   Free GIS & Flash consultant/developer
>  /\   http://strk.keybit.net/services.html
>
>
>
>
>------------------------------
>
>_______________________________________________
>Gnash-dev mailing list
>address@hidden
>http://lists.gnu.org/mailman/listinfo/gnash-dev
>
>
>End of Gnash-dev Digest, Vol 50, Issue 25
>*****************************************
 
Hello ,I am doing a task to parse the swf file ,but I come across a difficulty
 
As to  compressed swf  file ,I use a decompiled tool which name is Sothink,I look at the file in hex format,  but the content of bytes are not all accorded  with the Adobe SWF_format_specification.
 
I really don't know how to explaine it in my program of  C language,I use zlib to umcompress the file , I don't know what's the meaning of some bytes ,even follow as the SWF_format_specification,the bytes seem to be
expletory,no explain was writed for them.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]