Embedding flash in a theme
-
Hello all.
I am having a lot trouble embedding a bit of flash into a theme I’m building. Here is my embed code:
<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="960" height="80"> <param name="movie" value=" https://www.birnpresents.com/bp-header.swf"> <param name="quality" value="high"> <embed src="https://www.birnpresents.com/bp-header.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="960" height="80"></embed> </object>
I’ve put this in header.php where my <h1> was, and for the life of me, I can’t get it to show up. What’s weird is, that exact same embed code worked on a blank html page. It makes me think I have some weird plugin problem or a setting wrong.
Anyone have any ideas on how I might troubleshoot? Any advice would be appreciative.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Embedding flash in a theme’ is closed to new replies.