• Resolved Carl59

    (@carl59)


    I have ‘banner manager’ plugin for banners,but this plugin does not allow swf files. Does anyone know is there any plugin that I can use to set swf file in widget?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Carl,

    You should be able to paste the code within the text widget.

    Kind regards
    Jamie

    Thread Starter Carl59

    (@carl59)

    Can you explain me more?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What code are you trying to use?

    Thread Starter Carl59

    (@carl59)

    I was searching on google for swf upload,but there is no site that I am able to upload file and later make code from it.

    <object type=”application/x-shockwave-flash” width=”300″ height=”250″ data=”www.example.swf”>
    <param name=”movie” value=”www.example.swf” />
    <param name=”quality” value=”high” />
    <param name=”target” value=”_blank” />
    <param name=”allowScriptAccess” value=”always” />
    </object>

    I uploaded swf file on http://www.swfcabin.com/ and latter put link in code,but nothing happens.

    Hi Carl,

    You will need to upload the .swf file locally then refrence it in the code above.

    Something similar to;

    <object type=”application/x-shockwave-flash” width=”300″ height=”250″ data=”www.yourdomains.com/example.swf”>
    <param name=”movie” value=”www.yourdomains.com/example.swf” />
    <param name=”quality” value=”high” />
    <param name=”target” value=”_blank” />
    <param name=”allowScriptAccess” value=”always” />
    </object>

    Kind regards
    Jamie

    Thread Starter Carl59

    (@carl59)

    Oh,I see. Ok,i will try this. Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to set swf banner in widget’ is closed to new replies.