how can i add pictures to my flash site?? i have over 239 pictures on my current site
A) Import them into flash… erm, but with that many pics you might as well just slip a modem user some sleeping pills and set their alarm for next year.
B) Put each image in a .swf and load that using loadMovie into your flash movie as needed.
C) Dynamically Import them as needed http://www.kirupa.com/developer/mx/loading.asp you can read up on it there towards the bottom.
ok i have another question… why does my menu links load over each other in my flash site?
I don’t use Swish so I have no clue.
Perhaps layer order ?
Alex, have you switced over to MX or are you still using swish for this?
im with mx
alex, let me look at your fla, maybe i can help.
ok but can i send it to u by private message?
Alex, you can private message me a link to the file and I’ll download it.
it wont let me its to big
but here is what it is telling me…
Error opening URL “file:///C|/Documents%20and%20Settings/Alex%20/My%20Documents/locations.swf”
so when ever i click on that link it tells me that.
*Originally posted by Alex *
**it wont let me its to big
but here is what it is telling me…
Error opening URL “file:///C|/Documents%20and%20Settings/Alex%20/My%20Documents/locations.swf”
so when ever i click on that link it tells me that. **
That means your paths are wrong, or the file is in the wrong place. It also appears that you have spaces in the path so that could be a problem too. Try taking out the spaces in your links to the swfs.
I usually have all my .swf files in the same folder, that way when linking to them I just have to use the file name instead of a URL to the file