Submit Your Article Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Visual Design > Flash and ActionScript

Reply
 
LinkBack Thread Tools
Old March 25th, 2009, 07:09 PM   #1
New Member
 

Join Date: Mar 2009
Location: san francisco
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 dantes is on a distinguished road
Progress bar help (Flash CS3)

I have a pretty large flash file to display and I have a progress/loading bar, but how can I have the flash movie start before the progress bar reaches 100%? I guess what I am asking is.. can the movie start playing while the rest of it is still loading? My main goal is to not have the visitor sit there for a whole minute waiting for the progress bar to finish loading the entire movie. Maybe load 30% at first and then it starts, and as the movie is being displayed to the visitor the other 70% is loading without interrupting playback..?? and the progress bar dissapear after 30%? Is this possible? I'm using action script 3.0. Here is the code I have. How would I adjust it?

addEventListener(Event.ENTER_FRAME, loaderF);

function loaderF(e:Event):void{
var toLoad:Number = loaderInfo.bytesTotal;
var loaded:Number = loaderInfo.bytesLoaded;
var total:Number = loaded/toLoad;
if(loaded == toLoad) {
removeEventListener (Event.ENTER_FRAME, loaderF);
gotoAndPlay(2);
} else {
preloaders_mc.preloaderFill_mc.scaleX = total;

}
}
dantes is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks


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

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
folio in progress my name Full Website Reviews 38 August 15th, 2008 08:23 PM
indeterminate progress bar veerbala82 .NET 3 March 11th, 2008 11:41 PM
Help need with 2 progress bars AdRock Other Languages 0 April 20th, 2007 06:59 PM
Progress Bar Help Aaron1988 Flash and ActionScript 28 October 18th, 2006 10:50 AM
ASPUpload Progress bar da_stimulator Classic ASP 1 December 14th, 2004 01:29 PM


Search Engine Optimization by vBSEO 3.2.0 RC8