tired sleep Ragew0lf writes:
Hi guys,
firstly, I have created an intro that will be used on 22mil hit site http://www.hitemup.com/ I would like some feedback on it. Whether you like it basically:
and any improvments you would recommend excluding:
Replay Button
More Quotes
Different Proportions
Smaller File Size
The link is:
http://www.innovati0n.com/hitemup.html
If the final video comes in out of time it is YOUR computer. Mine lags too
Secondly my question. I have used the following script in the preloader :
loadedbytes = _root.getBytesLoaded();
totalbytes = _root.getBytesTotal();
loadedkbytes = Math.round ( loadedbytes/1024 ) + " Kb";
totalkbytes = Math.round ( totalbytes/1024 ) +" Kb";
frame = Math.round (loadedbytes/ (totalbytes/100 ) ) + "%";
percent = Math.round (loadedbytes/ (totalbytes/100 ) ) ;
if (loadedbytes == totalbytes && totalbytes! = 0 ) {
gotoAndPlay(3);
}
However it calculates the KB in the movie as 740kb, this is INOCORRECT, the .swf is only 630kb, so its got 110kb from somewhere…my question is where?
I would guess it has something to do with video compression in flash and it doesn’t discount it or something (just a guess).
I am aware 630kb is large for a .swf file, please note that firstly :
I may well alter some aspects to bring the file size down;
and secondly a larger file size is not a huge problem because users can view all other areas of the site while the movie continues to download.
Help and feedback appreciated!
Thanks.