Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-28-2011, 12:34 AM   PM User | #1
mikeooh
New to the CF scene

 
Join Date: Mar 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
mikeooh is an unknown quantity at this point
Smile How to import swf into another swf?

I want to import a small.swf into main.swf.

I tried this code:
Code:
onClipEvent (load){
_root.loadMovie("small.swf");
}
it show only my small.swf but outside the mainpage, this is not I want.

I also tried this:
Code:
var myLoader:Loader = new Loader();
addChild(myLoader);
var url:URLRequest = new URLRequest("small.swf");
myLoader.load(url);
can see the mainpage, but can't load "small.swf"

Anyone can help?

best regards,

Mike
mikeooh is offline   Reply With Quote
Old 03-29-2011, 03:27 AM   PM User | #2
Labrar
New Coder

 
Join Date: Jun 2008
Posts: 61
Thanks: 0
Thanked 12 Times in 12 Posts
Labrar is an unknown quantity at this point
Quote:
Originally Posted by mikeooh View Post
Code:
var myLoader:Loader = new Loader();
addChild(myLoader);
var url:URLRequest = new URLRequest("small.swf");
myLoader.load(url);
Do you use any Actionscript in your small.swf which maybe also got some _root Variables or Functions included?
Labrar is offline   Reply With Quote
Old 04-14-2011, 05:23 AM   PM User | #3
d'Anconia
Regular Coder

 
d'Anconia's Avatar
 
Join Date: Jan 2010
Location: Tempe, AZ
Posts: 142
Thanks: 15
Thanked 5 Times in 5 Posts
d'Anconia is an unknown quantity at this point
I once tried to decompile an .swf file back into a .fla file (so I could change things around then re-compile into an swf) and it did not come even close to working.

I didn't have the original .fla file so eventually I just re-did the whole flash "scene". I know this probably doesn't answer your question too well...
__________________
Powerful ideas for all lovers of personal and political freedom:
Freedomain Radio
Free Talk Live
d'Anconia is offline   Reply With Quote
Old 09-21-2011, 10:22 PM   PM User | #4
eddie78
New to the CF scene

 
Join Date: Sep 2011
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
eddie78 is an unknown quantity at this point
Does anyone have a solution to this problem?
eddie78 is offline   Reply With Quote
Old 09-22-2011, 02:16 AM   PM User | #5
azaiats
New to the CF scene

 
Join Date: Sep 2011
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
azaiats is an unknown quantity at this point
Quote:
Originally Posted by eddie78 View Post
Does anyone have a solution to this problem?
I want it too. Please anyone?
azaiats is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:05 PM.


Advertisement
Log in to turn off these ads.