[Top][All Lists]
[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 18:49:49 +0200 |
User-agent: |
Thunderbird 2.0.0.21 (Windows/20090302) |
strk schrieb:
<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>
8581:1] 12:12:36 ERROR: CURL: Couldn't resolve host name
Run gnash with the -v switch
of course i have a valid entry in my /etc/hosts
i can see the image in the correct size but the content of the image
does not look as it should.
now i have attached the image and a screenshot of the gnash rendering.
the image has the correct size but it looks like a Y-stretched very
upper pixel-line.
(same result on both of my gentoo boxes)
verbose output:
address@hidden ~ $ DISPLAY=":0.1" /usr/bin/sdl-gnash -v
/MUSIC/gnash/_gnashtest.swf
/usr/bin/sdl-gnash: Ungültige Option -- v
7197:3045603088] 18:40:32 SECURITY: Checking security of URL
'file:///MUSIC/gnash/_gnashtest.swf'
7197:3045603088] 18:40:32 SECURITY: Load of file
/MUSIC/gnash/_gnashtest.swf granted (under local sandbox /MUSIC)
7197:3045603088] 18:40:32 SECURITY: Extensions disabled
7197:3045603088] 18:40:32 SECURITY: Checking security of URL
'file:///MUSIC/gnash/gnash_stripes.jpg'
7197:3045603088] 18:40:32 SECURITY: Load of file
/MUSIC/gnash/gnash_stripes.jpg granted (under local sandbox /MUSIC)
7197:3045603088] 18:40:32 UNIMPLEMENTED: Requested to keep from
completely loading a movie, but the movie in question is an image, for
which we don't yet have the concept of a 'loading thread'
thank you!
Meikl