2008/12/25 Willy Gommel <[email protected]>: > Wonderful idea .... but how do I implement it on a plug-in? >
Sure you can. just run export GNASH_OPTIONS=writelauncher and launch your browser from there and go to the flash movie. Its like gnash tracking all the flash movie locations on its own. You can just relax :-) You will get a gnash-debug-*.sh in /tmp once you finish all you wanted to do. This is the one I got for this movie. #!/bin/sh /usr/local/bin/gtk-gnash -j 720 -k 486 -U 'http://www.plumchoice.com/pc_flashTour.html' -P 'align=middle' -P 'allowscriptaccess=sameDomain' -P 'bgcolor=#ffffff' -P 'height=486' -P 'name=pc_flashTour' -P 'pluginspage=http://www.macromedia.com/go/getflashplayer' -P 'quality=high' -P 'src=tour/pc_flashTour.swf' -P 'type=application/x-shockwave-flash' -P 'width=720' http://www.plumchoice.com/tour/pc_flashTour.swf $@ Cheers Praveen -- പ്രവീണ് അരിമ്പ്രത്തൊടിയില് <GPLv2> I know my rights; I want my phone call! <DRM> What use is a phone call, if you are unable to speak? (as seen on /.) Join The DRM Elimination Crew Now! http://fci.wikia.com/wiki/Anti-DRM-Campaign
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

