HELP! Scrollpane wierdness
Help,
although this seems simple to me, it has proven to be puzzling.
I dare any of you, (yes I dare you) to solve this simple question.
I have made quite a few preloaders, of different types, they all work nicely,...UNTIL... I try to load them into a Scrollpane, then the preloader refuses to play (until the bulk of the main swf loads, like at about 95%), thus rendering the preloader pretty much useless, as a person waiting for that swf to be loaded into the scrollpane will be staring into a blank scrollpane until the main swf loads.
I am baffled, as the swf, if you access it directly it starts playing the preloader almost instantly (I would expect that)
DOES ANYONE HAVE KNOWLEDGE ABOUT THE MAGIC OF SCROLL PANES????
I'll buy you a cup of coffee.
THANKS
I am loading the swf (with preloader)
First I have a swf file with a scrollpane.
I have buttons (with action scripts for each one)
the as for each button is as follows:
on (release) {
_root.sp_1.contentPath="http://www.mywebsite.com/barndoor.swf";
}
-------------------------------------
All other buttons (5) have the same script, with the swf file name being the only difference.
such as :
on (release) {
_root.sp_1.contentPath="http://www.mywebsite.com/kitchensink.swf";
}
--------------------------------------
As I said the preloader is part of the swf (scene1) then when finished loading, we of course go to scene 2 (main swf)
I am going crazy, have tried just about every variety of preloader,
Very frustrated! I THANK YOU FOR REPLYING!!!!!
ANY thoughts?
Thanks