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) + "%";
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
Post a Comment