So I actually think I’m getting the hang of flash websites finally.
Any feedback is welcome. I haven’t finished loading all the content yet. I’m especially curious to know if the preloader is working, or if it’s loading all the content then playing the preloader afterwards. The preloader has a manadatory 3-second play time regardless of how fast the content loads.
I have two other issues. I’m using getURL(“javascript:resizeblahblah()”); to resize the stage.
In Firefox, the containing div only resizes a certain amount then stops until the mouse appears over it. It’s like its being cut off.
In IE it shows the complete resize with no cutoff, but it clicks every time a resize command is sent.
How would you guys handle resizing the flash in your browser? Is there a better way?
Originally the content would load as you accessed it and the movie would smoothly resize. Seeing as it now all loads at once, perhaps I should just ditch it and set a large fixed size?
Cheers!