What I'm trying to do is hide several div tags until my main.swf has finished loading. It's kind of difficult to explain, but what I'm trying to do is hide my navigation bar and a quote request tab on my website until the preloader has finished loading my main.swf. The preloader is located inside of the main.swf and basically just goes to frame 2 after it's loaded. I need it to show those hidden div tags once it's finished loading in addition to moving to the 2nd frame, so there will need to be some kind of communication between AS3 and the HTML of my website.
Basically I've been unable to "float" my navbar icons and the quote request tab where I need them using only AS3, but know how to accomplish the floating using Div Tags & CSS. So, I just need those couple divs hidden until the rest of the site is loaded.
I had someone trying to explain how to do this using ExternalInterface but it got too complicated for me too quickly. I'm looking for either an easy way to float my elements when the browser window resizes using only AS3 or an easy way to show a couple hidden div tags (that contain very small .swf files) once my page has loaded using a quick and easy AS3 function that tells HTML to show the tags.
Any suggestions would be greatly appreciated, and thanks in advance.