Flash movie into text widget

  • harman79

    #6659

    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

    Kenneth John Odle

    #35173

    Put code in between backtick (

    Code:
    `

    ) characters. It’s usually located above the Tab key on your keyboard.

    harman79

    #35174

    Kenneth,

    tried it but no luck… Inserted one backtick just before <object and one right after </object> and inserted it all into the text widget..

    Thanks for the help,

    Harry

    Anonymous

    #35175

    ^ 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.

    harman79

    #35176

    Ahahahaha,

    OK prasanna, sry for the double mess then.. I will know from now on..

    Still any help with this issue would be appreciated.

    Harry

    harman79

    #35177

    Lets just say that we all agreed this is an issue most probably related to image processing…

Viewing 6 posts - 1 through 6 (of 6 total)

  • You must be logged in to reply to this topic.