Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I use the LoadMovie command to load my SWF files without adding them into the Juggled file?

0
Posted

Can I use the LoadMovie command to load my SWF files without adding them into the Juggled file?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123