all groups > flash actionscript > april 2004 >
You're in the

flash actionscript

group:

loading pictures dynamically


loading pictures dynamically dk_says_hey
4/1/2004 9:50:27 PM
flash actionscript:
i am putting togeather a slide show. the picture names are labeled c0.jpg -
c67.jpg and sometimes only on odd numbers the picture doesn't show at all. is
there a remedy to this problem?

--please help me
--thankyou

function init_picture(loc) {
//loc will be the loction on the pic
//ex. "data/c/c7.jpg"
trace(loc);
class_pic.loadMovie(loc);
}
Re: loading pictures dynamically gabal
4/1/2004 9:52:15 PM
hi
Re: loading pictures dynamically dk_says_hey
4/1/2004 9:58:39 PM
Re: loading pictures dynamically Laiverd.COM
4/2/2004 10:53:41 AM
1. make sure pictures are saved non-progressive
2. make sure that the path to the image starts from the HTML-file the swf is
embedded into (if HTML is in another directory than the swf)

John

--
----------------------------------------------------------------------------
-----------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
----------------------------------------------------------------------------
-----------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------

AddThis Social Bookmark Button