Can I use the LoadMovie command to load my SWF files without adding them into the Juggled file?
Yes, we have just added support for the LOCAL% command. If you want to load test.swf that is in the same directory as you Juggled file then you will have something like this LoadMovie(“test.swf”,1); You will need to add local_25 in front of the swf filename so The command to load test.swf now will be: LoadMovie(“local_25test.swf”,1); IMPORTANT !! PLEASE DO NOT USE UNDERSCORES IN YOUR FILENAMES AS THIS WILL CONFUSE JUGGLOR. SO PLEASE REMOVE THEM. Please read: Jugglor Help -> Additional Features -> Using the LoadMovie command with Jugglor and Jugglor Help -> Advanced Techniques -> Using LOCAL% Remember also not to add the LoadMovie command on the 1st frame, add it on or after the 5th frame.
Related Questions
- Why do I get an error 36 (Command contains unrecognized phrase/keyword) when trying to load a file into MMS WIN or when MMS WIN is trying to output a file?
- I am using the Additional Files section to add SWFs, but the Juggled file won load them. I thought they were included in the Juggled file?
- I want to load CAMEO on workstation and data on my file server. How do I tell CAMEO where data files are?