Passing Multiple Variables
Posted: 22 Jan 2007, 13:00
How do I pass multiple variables when loading slideshow into another swf?
Something like this maybe?
Update ------Problem solved -------------------
This is the correct method (use & symble for additional variable):
Something like this maybe?
Code
loadMovie("imagevue/slideshow.swf?globalpath=imagevue/?configfile=slideshowconfig2.ini", yourmovieclip);This is the correct method (use & symble for additional variable):
Code
loadMovie("imagevue/slideshow.swf?globalpath=imagevue/&configfile=slideshowconfig2.ini", yourmovieclip);