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




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-20-2003, 05:53 PM
yoyong yoyong is offline
Registered User
 
Join Date: Feb 2003
Posts: 4
Rep Power: 0
yoyong is on a distinguished road
Crying Music player swf sound preloaders

I'm trying to make a music player for my site, i have a main.swf
6 preloader swf and 6 attachsound tracks swf. They load fine , I made a cancel button to unload previous loaded movies. But when I choose to cancel loading a movie and choose other track it stops . I already tried putting tracks to same and diff levels. same thing to my preloaders. whichever way I can't seem to fix it.
eg.


call preloaders:
1.
loadMovieNum("mload1.swf", 11);
2.
loadMovieNum("mload2.swf", 13);
3.
loadMovieNum("mload2.swf", 15);

call tracks:

(track 1 - level 12 , track 3 -level 14)
track2. :

onClipEvent (load) {
loadMovieNum("track2.swf", 14, "POST");
loadBar._xscale = 0;
}
onClipEvent (enterFrame) {
var total = _level14.getBytesTotal();
var loaded = _level14.getBytesLoaded();
percent = (loaded/total)*100;
loadBar._xscale = percent;
percentDisplay = Math.round(percent)+"%";
if (loaded == total) {
_level14._visible = true;
_visible = false;
} else {
_level14._visible = false;
_visible = true;
}
}
Reply With Quote
 


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
The News From Adobe on the Future of Flash Platform FlashMove Chit Chat Lobby 0 11-10-2011 09:55 AM
Kenny Bellew Sound Object Tutorial jumpingJack Sound and Music 23 05-03-2011 07:37 AM
Security Sandbox Violation when loaded swf tries to load sound from library cmstreg Apache Flex 2 02-15-2009 03:21 PM
control music fade out on external swf astinpepa Flash 8 0 01-19-2007 09:57 AM
Award-Winning Royalty Free Music Library Launches New Music Podcast thebeatsuite Sound and Music 0 10-02-2006 08:34 AM




All times are GMT. The time now is 03:47 AM.