I am new to actionscripts and I am quite sure I am overlooking the obvious but here goes:
I have created a flash file to load external jpgs using the loadmovie command. Works fine on my computer but not when I upload it. So, I know I am screwing up the path but I don't know how. The jpgs are in a subdirectory called "image/" The movie runs but it does not load the jpgs.
On keyframe one I have the following actionscript:
url='image/' + wimg + '.JPG'
On keyframe two I have:
loadMovie (url, "bitmap"
;
I would like to use an absolute url....so assuming my url is how would I get the script to access the jpgs that are located in the subdirectory /image ?
Thanks for any help you migh offer.
Orion99
I have created a flash file to load external jpgs using the loadmovie command. Works fine on my computer but not when I upload it. So, I know I am screwing up the path but I don't know how. The jpgs are in a subdirectory called "image/" The movie runs but it does not load the jpgs.
On keyframe one I have the following actionscript:
url='image/' + wimg + '.JPG'
On keyframe two I have:
loadMovie (url, "bitmap"
I would like to use an absolute url....so assuming my url is how would I get the script to access the jpgs that are located in the subdirectory /image ?
Thanks for any help you migh offer.
Orion99