My account: Login | Sign Up
Loading...

Load SWF at enterFrame | Thread profile

Thread profile page for "Load SWF at enterFrame" on http://www.kirupa.com. This report page is a snippet summary view from a single thread "Load SWF at enterFrame", located on the Message Board at http://www.kirupa.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: Load SWF at enterFrame
Site: Kirupa Forum  Kirupa Forum - site profile
Forum: ActionScript 3.0  ActionScript 3.0 - forum profile
Total authors: 2 authors
Total thread posts: 5 posts
Thread activity: no new posts during last week
Domain info for: kirupa.com

Thread posts in Load SWF at enterFrame:

1. 
Started 3 months, 1 week ago (2008-07-03 00:27:00)  by slimpickinz
I have this page that I want to auto load the "HOME" mc. From there I want the buttons to navigate the page. I have got the buttons to work properly so far, but cannot for the life of me figure out how to load the HOME swf, then unload it with the same removeChild as the rest of the buttons do... Here is what works... Code: var thisLoader:Loader = new Loader(); thisLoader....
Size: 2,072 bytes
Customize:  Customize "Load SWF at enterFrame :: ActionScript 3.0 :: Kirupa Forum"
2. 
Started 3 months, 1 week ago (2008-07-03 01:02:00)  by Lida Tang
The code you posted shows an empty MC initially. Your problem is that if you were to load a 'home.swf,' doneLoading callback wouldn't correctly start the home MC? How are you loading the home MC initially? Because it should work as the rest of your pages.
Size: 309 bytes
Customize:  Customize "<b>Reply 1</b>: Load SWF at enterFrame :: ActionScript 3.0 :: Kirupa Forum"
3. 
Started 3 months ago (2008-07-03 07:29:00)  by slimpickinz
Here is the basic movie....Please take a look and see what you think. I want clip1.swf (HOME) to automatically load upon start, you say I should just replace the empty clip with this one then? http://www.downeydesign.com/docs/external_swf.zip thanks! -SlimP
Size: 414 bytes
Customize:  Customize "<b>Reply 2</b>: Load SWF at enterFrame :: ActionScript 3.0 :: Kirupa Forum"
4. 
Started 3 months ago (2008-07-03 11:03:00)  by Lida Tang
It should just be Code: var thisLoader:Loader = new Loader(); thisLoader.contentLoaderInfo.addEventListener(Even t.INIT, doneLoading); var thisMC:MovieClip = new MovieClip(); stage.addChild(thisMC);// Add empty MC initially so the nextClip function can be generic // load home thisLoader.load(new URLRequest("./clip1.swf"));
Size: 664 bytes
Customize:  Customize "<b>Reply 3</b>: Load SWF at enterFrame :: ActionScript 3.0 :: Kirupa Forum"
5. 
Started 3 months ago (2008-07-03 19:56:00)  by slimpickinz
That did it! I tried several variations before, but as I sometimes do, I make it more complicated than I should. Thanks again! -SlimP
Size: 304 bytes
Customize:  Customize "<b>Reply 4</b>: Load SWF at enterFrame :: ActionScript 3.0 :: Kirupa Forum"
 

Top contributing authors for Load SWF at enterFrame

Name Posts
slimpickinz 3
Lida Tang 2