gnash
[Top][All Lists]
Advanced

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

Re: [Gnash] load external images in gnash standalone player


From: wast_eye#inode.at
Subject: Re: [Gnash] load external images in gnash standalone player
Date: Fri, 29 May 2009 08:39:22 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

Benjamin Wolsey schrieb:
If Gnash behaves differently from the Adobe player, please file a bug
report at savannah.gnu.org and attach the image and the SWF in question.
MovieClipLoader does have bugs to do with event timing (which can also
affect the dimensions of the MovieClip), but without your SWF I can't
guess what's wrong.
Thanks for your fast reply!
the swf contains only a few lines of AS in the first frame:

<as>
this.createEmptyMovieClip("img_container", 2);

/* i tried with local img-path AND a whitelisted HTTP path */
loadMovie("http://mp4000/MUSIC/gnash/_gnashtest.jpg";, img_container);
_root.img_container._x = 10;
_root.img_container._y = 10;
</as>


i start the !standalone! player with following line:

DISPLAY=":0.1" /usr/bin/sdl-gnash -vv --width 640 --height 480 -r 1 \
-P "FlashVars=fileid=1234&display=1" /FUT/load_img.swf >> /tmp/gnashlog

i'll test the same thing on another gentoo box today and will let you know if i have the same problem on the other machine.
thank you!!!

Meikl





reply via email to

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