Groups | Blog | Home
all groups > flash actionscript > may 2004 >

flash actionscript : problem with dynamic image loading


buck love
5/27/2004 10:25:54 PM
i want to load this image:
http://www.accuweather.com/wxpost/small_byzip/ZI12564/11/wxport.png
into a movie clip in my movie.
i use
movieclip.loadMovie("http://www.accuweather.com/wxpost/small_byzip/ZIP_HERE/11/w
xport.png") but nothing shows up.
when i use a jpg stored on my computer something shows up but it is all huge
and always a solid color. basically no image.
anyone know why this would be happening?
Bundbary
5/27/2004 10:49:10 PM
I don't think you can load png's. You can load jpg's, but some of them don't
work...I forget what it is about some of them that makes them not load....it's
some setting. Try resaving the jpg with some other, basic settings.
parker.p NO[at]SPAM ucles.org.uk
6/1/2004 10:44:09 AM
As Bundbary stated the loadMovie command can only be used for jpg
images (or of course swf images).
The bit that Bundbary couldn't remember is that Flash will not work
with progressive jpegs so you have to ensure that the file is not
saved in this format. Pretty annoying if your images come from unknown
sources. You would have thought they could have got a progressive jpeg
decompressor in Flash Player 7.

P.

[quoted text, click to view]
AddThis Social Bookmark Button