actionscript 3 - How to remove preloader of Flash? -


i getting loader beofre flash application shows , how remove ? have preloader application , still couldnt find why 1 shows , want remove this.

enter image description here

you have extend sparkdownloadprogressbar mx.preloaders.sparkdownloadprogressbar

then use preloader property of main application tag; example:

<s:application preloader=”com.riagora.loader.preloader”> 

take @ building custom flex preloader


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -