Flash movie into text widget
-
Hi all,
I am trying to insert a flash movie into my text widget.
I got it working using the WP-SWFObject plugin (http://wordpress.org/extend/plugins/wp-swfobject/) but I am not very happy with it, as the plugin apparently messes up with the quality of my flash. Note that I have selected the best possible quality via the WP-SWFObject plugin options panel.
When I open my flash via its flash+html version in my browser the quality is much better. I tried to use the code generated via the source html file but it does not work with my text widget. Nothing shows. The code I used is this btw…
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,260,0"
id="Intro_Movie"
width="400" height="140"
>
<param name="movie" value="http://mds-auto.gr/wp-content/uploads/2013/01/Intro_Movie_v2.swf">
<param name="bgcolor" value="#FFFFFF">
<param name="quality" value="high">
<param name="seamlesstabbing" value="false">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
name="Intro_Movie"
width="400" height="140"
src="Intro_Movie.swf"
bgcolor="#FFFFFF"
quality="high"
seamlesstabbing="false"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>Please any help would be much much appreciated. My website is http://www.mds-auto.gr.
Thanks guys,
Harry
Mod
Put code in between backtick (
Code:`) characters. It’s usually located above the Tab key on your keyboard.
^ Ken asked you to put code between backticks here in this forum, not in your site. Posting raw code in your post causes lots of problems.
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.