Can we play rmvb files in IE or firefox?

Discussion in 'HTML & Website Design' started by Coopzie, Oct 16, 2009.

  1. #1
    Just wanted to know what HTML code you need to play the file, obv the user wud need real player i guess, but is it possible to play it through a website?
     
    Coopzie, Oct 16, 2009 IP
  2. kop16

    kop16 Peon

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    suppose

    <object width=320 height=240 >

    <param value=All name=controls>

    <param value=true name=autostart>

    <param value=video1 name=console>

    <param value=true name=center>

    <embed name=myMovie src=yourvideo width=320 height=240 pluginspage=http://www.real.com/ controls=All center=true console=video1 autostart=true type=audio/x-pn-realaudio-plugin> </embed>

    </object>
     
    kop16, Oct 16, 2009 IP