HTML Help

Go Back   HTML Help Central > Site Building Central > Flash / Multimedia

Flash / Multimedia Discuss Flash and other multimedia elements here.

Register Now for FREE!
Join HTML Help Central. To sign up for your FREE account INSTANTLY fill out the form below!

Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
 
Image Verification
Please enter the six letters or digits that appear in the image opposite.

  I agree to forum rules 

» Online Users: 47
0 members and 47 guests
No Members online
» HHC Sponsors
Closed Thread
 
Thread Tools Display Modes
  #1  
Old 06-18-2001, 01:46 PM
d_A_n_A d_A_n_A is offline
Member
 
Join Date: Jun 2001
Location: New York
Posts: 92
Question ¿K?

ok now i know this iz a stupid question and that every1 knows this but i'm unsure..
how do u know how much k u have in your flash movie? lol, b/c lotza times when my movies loading i'd like ppl to have an idea how long it'll take to load.
tHaNx!!


------------------
~*dAnA*~
  #2  
Old 06-18-2001, 02:47 PM
compnerdboy compnerdboy is offline
Banned
 
Join Date: Mar 2001
Posts: 1,101
Send a message via ICQ to compnerdboy Send a message via AIM to compnerdboy
Post

is called a pre loader i have no clue how u do it tho... kc posted a while back with one ill look 4 that post...

------------------

im insane. who are you?
http://myonlyhome.fateback.com
thats not a woman! its a man, man!
  #3  
Old 06-18-2001, 03:41 PM
KC's Avatar
KC KC is offline
Senior Member
 
Join Date: Feb 2001
Location: Toronto Canada,
Posts: 5,048
Post

go to control test movie, then w=you will see a list on the left like this,

Dim: dementions in pixels
Fr Rate: the the frame rate how many frames per second,
Size is in KB
Duration in frames & seconds,
Preload how much its preloading before it can stream,
then band width,
& of corse your movies current state,


the preloader really does not help your movie is some casees can make it bigger its just a tool for the use4r to see how long they will have to sit in fron the of the screen before it loads, , and or how much is loaded, you can do some really easy preloaders, with just a text display,


this is about the most simple preloader ever
Code:
percent = (100/_totalframes)*_framesloaded ;
// to display the percent symbol
currentload =percent+"%";
place this code on the first frame of your movie, then create a new layer, with the dynamic text box, called currentload to display the text, make the amount of frames for the text box, span 2 frames, in the layer you added the code, the frame right next to it select it & press, F6 to create a new key frame,
then in that add,
Code:
if (percent == 100) {
    gotoAndPlay (3);
} else {
    gotoAndPlay (1);
}
its then reading to see if the total percent is = to 100 if so then go to the 3rd, frame to start the movie, if not, go back to the first & see how much has been loaded, it will do that untill percent is = 100 then it will go to frame 3 wala
hope this helps.


------------------
Moderator.
kchard@htmlhelpcentral.com
HTML Help Central | Forum FAQ


[This message has been edited by KC (edited 06-18-2001).]
  #4  
Old 06-18-2001, 06:30 PM
d_A_n_A d_A_n_A is offline
Member
 
Join Date: Jun 2001
Location: New York
Posts: 92
Exclamation

no no no, that's not wut i meant..thanx n e wayz .
i ALWAYS make preloaders for my flash movies--all i want to know is how do u tell how much KB your movie has? i know there's a way to find out b/c i've seen movies that have it.
n e 1 get me? thanx for all ur help LYL~

------------------
~*dAnA*~
  #5  
Old 06-18-2001, 09:21 PM
KC's Avatar
KC KC is offline
Senior Member
 
Join Date: Feb 2001
Location: Toronto Canada,
Posts: 5,048
Post

I did tell you it was the first thing I talked about, go into your control, menu & click test movie & you will get a list of all your movies properties...

------------------
Moderator.
kchard@htmlhelpcentral.com
HTML Help Central | Forum FAQ
  #6  
Old 06-19-2001, 11:04 AM
d_A_n_A d_A_n_A is offline
Member
 
Join Date: Jun 2001
Location: New York
Posts: 92
Thumbs up

oh mah bad thanx!

------------------
~*dAnA*~
  #7  
Old 06-19-2001, 11:18 AM
KC's Avatar
KC KC is offline
Senior Member
 
Join Date: Feb 2001
Location: Toronto Canada,
Posts: 5,048
Post

np,

------------------
Moderator.
kchard@htmlhelpcentral.com
HTML Help Central | Forum FAQ
Closed Thread

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

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

Forum Jump

Powered by vBadvanced CMPS v3.2.0
All times are GMT -4. The time now is 03:54 AM.