在2010-03-24 00:01:00,gnash-dev-requ...@gnu.org 写道:
>Send Gnash-dev mailing list submissions to
>       gnash-dev@gnu.org
>
>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
>       gnash-dev-requ...@gnu.org
>
>You can reach the person managing the list at
>       gnash-dev-ow...@gnu.org
>
>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 <s...@keybit.net>
>Subject: Re: [Gnash-dev] YouTube using SWF10 today
>To: Alessandro Pignotti <a.pigno...@sssup.it>
>Cc: gnash-dev@gnu.org
>Message-ID: <20100323151647.gb4...@keybit.net>
>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
>Gnash-dev@gnu.org
>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.
_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to