Hello all!

I have following problem:
I exchanged the header in my phpbb-boad with an flash animation. Now,
I tried to embed it with swfobject but when i do so and the
alternative text to the animation is shown, the text is sqeezed in the
left corner of the header.

It's not over the full size of the header, as it was before without
swfobject. It seems that he keeps the space of the animation even if
its not shown. Is that possible or what could be the error here?

This is the code:
<div id="site-description">
                     <a href="{U_INDEX}" title="{L_INDEX}"
id="logo"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="600" height="120" id="myFlashContent">
            <param name="movie" value="XXX/site_logo.swf"/>
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="XXX/
site_logo.swf" width="600" height="120">
            <!--<![endif]-->
               <div id="site-description">
                 <a href="{U_INDEX}" title="{L_INDEX}"
id="logo">{SITE_LOGO_IMG}</a>
                    <h1>{SITENAME}</h1>
                    <p>{SITE_DESCRIPTION}</p>
                    <p class="skiplink"><a href="#start_here">{L_SKIP}
</a></p>
               </div>
            <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
         </object></a></div>


Thanks for your help!

Siegertyp

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to