LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-01-2008, 05:37 AM
bijothoma bijothoma is offline
Registered User
 
Join Date: Aug 2008
Posts: 1
Rep Power: 0
bijothoma is on a distinguished road
Preloader for dynamic component loading

I'm developing a stand-alone flash presentation. I'm using a flip-book component to dynamically load pages into my flash presentation. Each time I load a book, I call an external XML to populate the component. On selection of a book from a drop-down list, this is the code that I execute.

Code:
    initObj = new Object();
    initObj.extXML = xmlName ;

    
    initObj._x = 0;
    initObj._y = 0;
    
    glbMC=mcFbDummy.attachMovie("FFlippingBookSymbol", "myBook", mcFbDummy.getNextHighestDepth(), initObj);
I've unchecked the 'import in first frame' and added an instance of the component in frame 1. The flip-book is loading well. But there are some books with close to 1000 pages. The page info is contained in the external xml file. How do I get the loadProgress of this external XML. This info will help me to develop a preloader. Many thanks for your help.
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Menubar component / preloader problem tino Flash 8 1 06-13-2007 05:48 PM
Menubar component / preloader problem tino Newbies 1 06-07-2007 06:12 PM
preloader for loader component content uservalabil Newbies 0 01-23-2007 01:07 AM
loading Alert component Isekream Actionscript 1 Components 3 08-20-2006 12:45 PM
preloader not loading properly lovely Flash 5 Actionscript 11 07-30-2001 12:33 PM




All times are GMT. The time now is 11:18 PM.