I have a flash actionscript 3 project that works perfectly fine when i run the SWF locally. It also works in MAMP (my localhost development) but doesn’t do anything online. Do i need to declare the swf in the document class somehwere.
I’m pulling my hair out. Any ideas are much appreciated.
thanks,
Load your online version into firefox, and run firebug. Within firefox, view the “Net” panel, and if there are any files that are failing to load, they will typically show them in red. From there you should be able to determine at least where to look to start troubleshooting this.