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 08-14-2010, 11:54 AM   PM User | #1
anuparambil
New Coder

 
Join Date: Aug 2009
Posts: 31
Thanks: 7
Thanked 0 Times in 0 Posts
anuparambil is an unknown quantity at this point
HELP : Loading external swf file

Hey,

How to load external .swf file using Action Script 3.
How its works ?

thanks
anuparambil is offline   Reply With Quote
Old 08-15-2010, 06:03 AM   PM User | #2
mushget
Banned

 
Join Date: Aug 2010
Location: newyork
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
mushget is an unknown quantity at this point
MovieClip.loadMovie
When loading external content into movie clip instances, it's recommended that you use the MovieClip method version of loadMovie. This is called directly from the movie clip you wish to load the content into and is passed the URL of the content.

myContainer.loadMovie("myExternalMovie.swf");
The URL of the content being loaded can be relative or absolute.
mushget is offline   Reply With Quote
Reply

Bookmarks

Tags
as3, loading external swf

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:27 AM.


Advertisement
Log in to turn off these ads.