How do I load an xml .swf into .fla?
-
Hi, I'm a complete noob at this, but I'm trying to load an external portfolio swf file into an old flash website, but I'm having a lot of trouble :(. I added the following code into a blank keyframe to try to load it : var Xpos:Number = 110; var Ypos:Number = 180; var swf:MovieClip; var loader:Loader = new Loader(); var defaultSWF:URLRequest = new URLRequest("portfolio.swf"); loader.load(defaultSWF); loader.x= Xpos; loader.y= Ypos; addChild(loader); But I get the error : Scene=Scene 1, layer=Layer 3, frame=315, Line 6 The class or interface 'URLRequest' could not be loaded. Scene=Scene 1, layer=Layer 3, frame=315, Line 5 The class or interface 'Loader' could not be loaded. ----- The portfolio swf file itself gets information from an xml file, so maybe some clues can be gathered there as well. Any help is greatly appreciated :).
-
Answer:
The error occurs because you are trying to run that code in an Actionscript 2.0 file, you will have to either change the script to Actionscript 3.0 in publish settings or create a new Actionscript 3.0 file and use the code.
Pratik Velani at Quora Visit the source
Related Q & A:
- How Can I Load Balance Two Wireless Routers?Best solution by Super User
- How do I display this XML document?Best solution by Stack Overflow
- How do I load my webcam on yahoo?Best solution by ehow.com
- How Can I Create an XML to Create a Menu?Best solution by Drupal Answers
- How can I load my avatar so that it can show up?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.