Quote:
Originally Posted by winpro19
Hey
I have a question..is there any way this can come over my flash header? I have a flash header and pager messages keep going "under" it and get mesesd up. Let me know please, thanks.
|
Replace your current flash code (all of it) with this code:
HTML Code:
<object data="LINK_TO_YOUR_SWF_FILE" type="application/x-shockwave-flash" width="700" height="270" id="head" ><param name="wmode" value="transparent" /><param name="movie" value="LINK_TO_YOUR_SWF_FILE" /></object>
Remember to replace
LINK_TO_YOUR_SWF_FILE with your actual link to your .swf file. Dont worry about the embedded code, just use this. Enjoy.