Preloader Not Displaying In Simulate Download - White Screen


hello:

 

i followed tutorial on gotoandlearn.com , followed "t," yet cannot troubleshoot myself. built simple preloader in as2, when simulate download flash website in adobe flash cs4, see white screen, continues website. previewed bandwidth profile , can see it's working it's preloading magic; can't see animation.

 

i looked through numerous forums , not using components exported first frame -- @ least know of. has experienced same issue?

 

my set following (from lee's tutorial):

 

first keyframe (action):

 

var amountloaded:number = _root.getbytesloaded()/_root.getbytestotal();

preload._width = amountloaded * 190;

loadtext.text = math.round(amountloaded * 100) + "%";

second keyframe (action):
if(_root.getbytesloaded() == _root.getbytestotal())  {
gotoandplay(3);
}
else {
gotoandplay(1);
}
third keyframe:
stop();

 

any thoughts? thanks!

preload , loadtext should in frame 1 in own layers , not have keyframe on layers in frame 2.



More discussions in ActionScript 1 and 2


adobe

Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい