Flash not supported?
-
I’m trying to add swfobject code for my flash video but it’s not working.
Head script:
<script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"> swfobject.registerObject("myFlashContent", "9.0.0", "expressInstall.swf"); </script>
Body content code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="200" id="myFlashContent"> <param name="movie" value="animation.swf" /> <param name="play" value="true" /> <param name="loop" value="true" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="animation.swf" width="600" height="200"> <param name="play" value="true" /> <param name="loop" value="true" /> <!--<![endif]--> <a href="https://www.adobe.com/go/getflashplayer"> <img src="https://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /> </a> <!--[if !IE]>--> </object> <!--<![endif]--> </object>
For some reason that’s not working. It works for all of my other websites… is it my theme or does WordPress not allow flash? My website: https://rachelsilberman.com/CristinBishara/
On the book page below the quotes you’ll see a white box. That’s where the flash is supposed to play. When I try to inspect element it just pops up as “Movie not loaded…” – I’m using the theme One Pager.
Any suggestions?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Flash not supported?’ is closed to new replies.