Here’s my code – any thoughts on what might be wrong and how to resolve it?
[kml_flashembed movie=”https://www.thepaisleypickles.com/images/pickles_header.swf” height=”245″ width=”900″ wmode=”transparent” allowScriptAccess=”always” allowNetworking=”all”]
<!– Begin Alternate Content –>
<p>
<img src=”/images/pickles_header_logo.png” border=”0″ alt=”logo” />
<img src=”https://www.thepaisleypickles.com/images/pickles_header_frank.png” border=”0″ alt=”pickle frank” />
<img src=”https://www.thepaisleypickles.com/images/pickles_header_mark.png” border=”0″ alt=”pickle mark” />
<img src=”https://www.thepaisleypickles.com/images/pickles_header_paul.png” border=”0″ alt=”pickle paul” />
</p>
<!– End Alternate Content –>
[/kml_flashembed]
I have always used Moonslideshow – but I can’t get them to work any more!
If you are using Kimili with another slideshow plugin can you please reply to this thread with the plugin name and any other info you think is helpful…
Many thanks.
https://www.ads-software.com/plugins/kimili-flash-embed/
]]>https://www.ads-software.com/plugins/kimili-flash-embed/
]]>Thanks,
John
https://www.ads-software.com/plugins/kimili-flash-embed/
]]>https://www.ads-software.com/plugins/all-in-one-schemaorg-rich-snippets/
]]>I have tried a lot of things after researching:
1. I created a div around the swf and set it to the right size and put a border to see it.
2. I have tried setting both the div and swf to 100%/100%. no change.
3. i have changed the doctype and even deleted the doctype. no change.
4. I used both Kimili and just plain code to insert it. The plain code actually worked in WordPresses editor. the swf was the right size and would play fine in the editor but would not show the correct size on the live page.
Here is the code i am curretnly using:
#customswf {
height: 500px;
width: 800;
border: 2px solid;
}
<div id="customswf">
[kml_flashembed publishmethod="static" fversion="8.0.0" movie="/buder.swf" width="800" height="500" targetclass="flashmovie" scale="noscale"]<a href="https://adobe.com/go/getflashplayer"><img src="https://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a>
[/kml_flashembed]
</div>
Thanks for any help.
]]>I recently researched how to embed a swf file into wordpress and was able to do so using “Kimili Flash Embed” plugin.
It is a 2 image SWF file so when 1st clicked it goes to second image.
Now, once that second image appears I want it to then go to another page in wordpress. How can I make this happen? Any suggestions are greatly appreciated! Thanks!
]]>function demo($mimes) {
if ( function_exists( ‘current_user_can’ ) )
$unfiltered = $user ? user_can( $user, ‘unfiltered_html’ ) : current_user_can( ‘unfiltered_html’ );
if ( !empty( $unfiltered ) ) {
$mimes[‘swf’] = ‘application/x-shockwave-flash’;
}
return $mimes;
}
This code has been put in every .php area you can imagine and it hasn’t helped. Now I have been told the kimili flash embed works like a charm. But I don’t know if I am just misunderstanding how it works or if it really isn’t working in my site. If anyone could help that would be great. Keep in mind I don’t know what I am doing I am simply learning through forums and youtube videos and wordpress 3 book. So bare with me
add_filter(‘upload_mimes’,’demo’);