I have it running on another page on my website which is
https://getyourdreamlife.com/inspirationcards.htm
I am trying to get it to run on a page on my www.remarpro.com blog, which is https://getyourdreamlife.com/dream-life-blog/inspiration-card-reading/
I have installed a couple of different Flash embed plugins,including easy-flash-embed,
I have tried to put the .swf file into wp-content and wp-admin and still can’t get it to work.
I tried copying the code directly from the webpage to my blog and that has not worked.
How do I get it to work?
Many Thanks.
Amanda
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?
]]>I’m trying to create a post and empbed a code (flashplayer) from Datpiff. When I embed the code, it does not show the playlist or video, the code I’m trying to embed the following code and it’s not working:
<div align="center"><embed src="https://www.datpiff.com/embed/mixtape/m78d76f0/" quality="high" wmode="transparent" pluginspage="https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="507" height="221" allowScriptAccess="always" allowScripting="on"><br><a href="https://www.datpiff.com/DJ-Capcom-GOOD-Vs-YMCMB-mixtape.359365.html" target="_blank">Download Mixtape</a> | <a href="https://www.datpiff.com" target="_blank">Free Mixtapes</a> Powered by <a href="https://www.datpiff.com/" target="_blank" title="Free Mixtapes">DatPiff.com</a></div>
I can easily embed youtube videos and audios. I’m currently using Audio Player plugin, is there another plugin I need?
Thanks!
]]>Here is a link to the flash mp3 player I want to use:
https://activeden.net/item/mp3-player-pro/21061
My Question:
1.) This player is flash based and programmed in XML. How can I upload this to my WordPress site? I believe I might have to have it in HTML code instead. Either way, I want to integrate this player into my posts. Any suggestions would be AWESOME!!!
Thanks in Advance
]]>I have the following files in the theme folder:
banner.swf
banner.xml
swfobject.js
home-collage.jpg
I have following in the head:
<script type=”text/javascript” src=”swfobject.js”></script>
<script type=”text/javascript”>
swfobject.embedSWF(“banner.swf”, “banner”, “800”, “280”, “8.0.0”);
</script>
And I have the following in the home-page.php template:
<div id=”banner”>
If you see this you need to install Adobe flash player.
</div>
I know I’m missing something, but I have no idea what it is. Can someone help? Thanks!
]]>I have a .swf file in my header. On the home page, it works perfectly, but on all the other pages it does not display. I’ve corrected all the paths, placed the .swf in all location and set chmod to 777 on all files (temporarily), but have not resolved the problem. Any ideas on how to fix ?
https://www.yourhometreatment.com
Thanks
sal per
I forgot to mention that this works perfectly on my local host without any plugin