Skip to main content
Known Participant
February 12, 2012
Answered

Embed .swf Live streaming player

  • February 12, 2012
  • 1 reply
  • 2769 views

Hallo,i would like to ask which is the best way to embed my .swf player to my blog and my site to view my streaming video from my FMS?The whole streaming proccess works great but i do not know how to put the .swf player to my blog and my site.Any answer would be helpfull!Thanks in advance!

    This topic has been closed for replies.
    Correct answer

    Hey,

    I would ask you to provide me with some information about the same, as in how are you maintaining your blog, if you are using wordpress then you can directly use third party plugins.

    And if you are using HTML then "object" and "embed" tags can be used.


    The format for this is ::

    swfobject.embedSWF(swfUrl, id, width, height, version, expressInstallSwfurl, flashvars, params, attributes, callbackFn)


    wherein the first five are required and the remaining are optional.

    For Eg.

    <script type="text/javascript">
        swfobject.embedSWF("player.swf", "myPlayer", "400", "120", "10.0.1");
        </script>

    --in the head of the script

    1 reply

    Correct answer
    February 20, 2012

    Hey,

    I would ask you to provide me with some information about the same, as in how are you maintaining your blog, if you are using wordpress then you can directly use third party plugins.

    And if you are using HTML then "object" and "embed" tags can be used.


    The format for this is ::

    swfobject.embedSWF(swfUrl, id, width, height, version, expressInstallSwfurl, flashvars, params, attributes, callbackFn)


    wherein the first five are required and the remaining are optional.

    For Eg.

    <script type="text/javascript">
        swfobject.embedSWF("player.swf", "myPlayer", "400", "120", "10.0.1");
        </script>

    --in the head of the script

    Known Participant
    January 4, 2013

    Hi My site is built via wordpress, i fanaly managed to embed my .swf file with <iframes> tag but the full screen button does not work,it works when i open the .swf player localy on my computer but when i am embeding it in any site it wont work!

    Any other buttons on the skin work except of the full screen,which is the most important..Sorry for the answering delay!

    Please help me if you can!

    Thanks,

    Michalis.