Flash Banner in WP 1.5
-
I read the article on how to place a Header in Flash onto your website, but that didn’t work. It could be that I have a newer version of WP. Now my question how do I place a Header in Flash in WP 1.5.
I tried replacing: header.php
<div id=”header”>
<div id=”headerimg”>
<h1>“><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>
</div>
<hr />With:
<div id=”header”>
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0″ width=”760″ height=”200″>
<param name=”movie” value=”images/header.swf” />
<param name=”quality” value=”high” />
<embed src=”images/header.swf” quality=”high” pluginspage=”https://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”760″ height=”200″></embed>
</object>
</div>
<hr />But all i see is a white field, the Flash is there, but won’t load th *.swf. What do I do wrong or forgot?
Le Marquis
- The topic ‘Flash Banner in WP 1.5’ is closed to new replies.