Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Need to make this into a regular video  (Read 3519 times)

0 Members and 1 Guest are viewing this topic.

styx3

    Topic Starter


    Rookie
    Need to make this into a regular video
    « on: August 03, 2007, 06:30:36 PM »
    Note: I'm in a hurry right now, and I'm not sure where to put this, so sorry if its in the wrong place.

    How do I make this code into an actual video that can be played like a regular video file? I know that if you put it into a myspace message, it becomes a flash video(I think it's flash)

    are there any tricks I can use? thanks.

    <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="360" width="480" data="http://services.brightcove.com/services/viewer/federated/1126082709">
      <param name="allowScriptAccess" value="never" />
      <param name="allowNetworking" value="internal" />
      <param name="movie" value="http://services.brightcove.com/services/viewer/federated/1126082709" />
      <param name="bgcolor" value="&#035;FFFFFF" />
      <param name="flashvars" value="playerId=1126082709&viewerSecureGatewayURL=https://services.brightcove.com/services/amfgateway&servicesURL=http://services.brightcove.com/services&cdnURL=http://admin.brightcove.com&domain=embed&autoStart=false&" />
      <param name="base" value="http://admin.brightcove.com" />
      <param name="seamlesstabbing" value="false" />
    </object>

    shirley1874



      Starter

      Re: Need to make this into a regular video
      « Reply #1 on: January 15, 2009, 12:50:12 AM »
      Well, to embed .swf to web page, you can use HTML code like this:
      Code: [Select]
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"  width="432" height="330" title="game">
            <param name="movie" value="/flash/yourflash.swf" />
            <param name="quality" value="high" />
            <embed src="/flash/yourflash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="432"  height="330"></embed>
          </object>


      « Last Edit: March 05, 2009, 10:35:30 AM by Computer Hope Admin »