4 replies
Hi,
I don' know how to code video that I have to HTML like avi, etc.
So that I can post to my blog, any idea?
I can upload to YouTube but the code have YouTube link.
Any help would be appreciated.
Thanks in advance.
#coding #html #video
  • Profile picture of the author CDarklock
    Originally Posted by woonkiat View Post

    Hi,
    I don' know how to code video that I have to HTML like avi, etc.
    So that I can post to my blog, any idea?
    I can upload to YouTube but the code have YouTube link.
    Any help would be appreciated.
    Thanks in advance.
    You need a player for the video. Flowplayer is commonly recommended:

    http://flowplayer.org/index.html
    Signature
    "The Golden Town is the Golden Town no longer. They have sold their pillars for brass and their temples for money, they have made coins out of their golden doors. It is become a dark town full of trouble, there is no ease in its streets, beauty has left it and the old songs are gone." - Lord Dunsany, The Messengers
    {{ DiscussionBoard.errors[2660669].message }}
    • Profile picture of the author espresso
      if its a swf file this is the code

      object width="550" height="400">
      <param name="movie" value="syourvideo.swf">
      <embed src="yourvideof.swf" width="550" height="400">
      </embed>
      </object>

      for FLV file I have the code at home but not off the top of my head

      I will have a look

      edit: you can also try this

      < object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
      codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
      width="320" height="240" id="fullscreen" align="middle">
      < param name="allowScriptAccess" value="sameDomain" />
      < param name="movie" value="flvplayer.swf" />
      < param name="quality" value="high" />
      < param name="salign" value="tl" />
      < param name="bgcolor" value="#ffffff" />
      < param NAME=FlashVars VALUE="file=ENTER_YOUR_FLV_FILENAME_HERE.flv">
      < embed src="flvplayer.swf"
      FlashVars="file=ENTER_YOUR_FLV_FILENAME_HERE.flv" quality="high"
      salign="tl" bgcolor="#ffffff" width="320" height="240" name="fullscreen"
      align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-
      flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
      < /object>
      {{ DiscussionBoard.errors[2660741].message }}
      • Profile picture of the author woonkiat
        Thanks a lot. Will try it out.
        {{ DiscussionBoard.errors[2662485].message }}
  • Profile picture of the author TheOverall
    I would just suggest to look for older versions of the first flv players. Ironically they mostly run faster than the current developments -- unless you feel that features like video skipping are too important.
    Signature
    tinyBuildGAMES - the home of No Time To Explain
    {{ DiscussionBoard.errors[2663032].message }}

Trending Topics