Online 3gp, Avi , Mp4 Player for Website

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Online 3gp, Avi , Mp4 Player for Website

    Code:
    <object id="MediaPlayer1" width=300 height=291 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject"><param name="FileName" value="Your Video File.3gp"><param name="ShowStatusBar" value="true"><param name="autoStart" value="False"><param name="DefaultFrame" value="mainFrame"><embed type="application/x-mplayer2" pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/" src="Your Video File.3gp" align="middle" width=300 height=291 autostart=1 defaultframe="rightFrame" showstatusbar=false></embed></object>
    output:

    sigpic

    #2
    this will not work on a mac
    Advertise your mobile site for FREE with AdTwirl

    Comment


      #3
      Originally posted by GumSlone View Post
      this will not work on a mac
      you are right.

      but if you know any other way to play 3gp online, without ffmpeg
      than tell me.
      sigpic

      Comment


        #4
        Thank you, but this works at PPC?

        Comment


          #5
          Originally posted by opticalpigion View Post
          you are right.

          but if you know any other way to play 3gp online, without ffmpeg
          than tell me.
          with jw player or uppod.ru player i think there are serveral flash players wich work with 3gp.
          Advertise your mobile site for FREE with AdTwirl

          Comment


            #6
            HTML 5 should support 3gp

            Code:
            <video width="640" height="360" id="video" poster="http://www.xyz.com/poster.jpg" controls="true">
            <source src="http://www.xyz.com/video.3gp" type="video/3gpp" media="handheld">
            </video>

            Comment

            Working...
            X