::..How could i load *.RMVB File?..::

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • smuthustalin
    Forum Member
    • Feb 2007
    • 3

    ::..How could i load *.RMVB File?..::

    ::..How could i load *.RMVB File?..::

    I've Some RealMedia Player Files. I wish to create a media player which coult play rmvb files. It's Possible? Anybody can send the sample file....?

    Stalin_Checking.
  • RizlaUK
    Indigo Rose Customer
    • May 2006
    • 5552

    #2
    ams can not play real audio or video directly,

    i made an promo app a while back for a local radio station near me, i used the real player activex web component, but this still requres that the user have real player installed on the system

    heres a sample from that app, dispaly it in a web object
    PHP Code:
    <div id="embed1" style="position:absolute; overflow:hidden; left:2px; top:2px; width:300px; height:262px; z-index:0">
    <
    OBJECT ID="embed1" WIDTH=300 HEIGHT=262 CLASSID="CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" TYPE="application/x-oleobject" STANDBY="Loading Real Player components..."">
    <PARAM NAME="
    SRC" VALUE="file:///E:/My Music/OldSkool Realaudio/1997/No Diggity - Aphrodite.rm">
    <PARAM NAME="CONSOLE" VALUE="embed1">

    <
    PARAM NAME="CONTROLS" VALUE="ImageWindow">
    <
    PARAM NAME="AutoStart" VALUE="True">
    <
    embed src="file:///E:/My Music/OldSkool Realaudio/1997/No Diggity - Aphrodite.rm" width=300 height=262 autostart=true TYPE="audio/x-pn-realaudio-plugin" console=embed1 controls="ImageWindow""></embed>
    </object>
    </div>
    <div id="
    embed1" style="position:absoluteleft:2pxtop:264pxz-index:0">
    <embed src="
    file:///E:/My Music/OldSkool Realaudio/1997/No Diggity - Aphrodite.rm" console=embed1 controls="All" TYPE="audio/x-pn-realaudio-plugin" width=300 height=70>
    </div
    Last edited by RizlaUK; 02-04-2007, 01:28 PM.
    Embrace change in your life, you never know, it could all work out for the best

    Comment

    • smuthustalin
      Forum Member
      • Feb 2007
      • 3

      #3
      How i solve this prop.

      It's a code of webdesign.... How could this solve my problem... Could u explain html code's r used autoplay.... Can u post some exp. for this... Because i try to develop it.

      Staln

      Comment

      • RizlaUK
        Indigo Rose Customer
        • May 2006
        • 5552

        #4
        It's a code of webdesign.... How could this solve my problem
        as i said b4 "ams can not play real audio or video directly"

        you asked for a soultion, i gave you one

        Could u explain html code's r used autoplay
        as i said b4, "in a web object"

        Can u post some exp
        thrust me, this is the only way you will play real files in ams

        PHP Code:
        <div id="embed1" style="position:absolute; overflow:hidden; left:2px; top:2px; width:300px; height:262px; z-index:0">
        <
        OBJECT ID="embed1" WIDTH=300 HEIGHT=262 CLASSID="CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" TYPE="application/x-oleobject" STANDBY="Loading Real Player components..."">
        <PARAM NAME="
        SRC" VALUE="file:///E:/My Music/OldSkool Realaudio/1997/No Diggity - Aphrodite.rm">
        <PARAM NAME="CONSOLE" VALUE="embed1">

        <
        PARAM NAME="CONTROLS" VALUE="ImageWindow">
        <
        PARAM NAME="AutoStart" VALUE="True">
        <
        embed src="file:///E:/My Music/OldSkool Realaudio/1997/No Diggity - Aphrodite.rm" width=300 height=262 autostart=true TYPE="audio/x-pn-realaudio-plugin" console=embed1 controls="ImageWindow""></embed>
        </object>
        </div>
        <div id="
        embed1" style="position:absoluteleft:2pxtop:264pxz-index:0">
        <embed src="
        file:///E:/My Music/OldSkool Realaudio/1997/No Diggity - Aphrodite.rm" console=embed1 controls="All" TYPE="audio/x-pn-realaudio-plugin" width=300 height=70>
        </div

        Because i try to develop it.
        it seems you havent got a clue what you are doing, i would leave real files alone till you learn how to ues the basic features of ams

        like i said, i made a promo app for a radio station that contained a lot of realaudio and it took more code than i have ever put into any other app, and it took 5 or 6 weeks to compleat (i cant give you a example bcause i sold it to them and thay have the copyright for it)

        but if you insist on trying then look in to "TextFile.WriteFromString" and read up on ALL the string commands as you will need them to manipulate the html file to play the real media
        Embrace change in your life, you never know, it could all work out for the best

        Comment

        • smuthustalin
          Forum Member
          • Feb 2007
          • 3

          #5
          Thankz for your reply.

          I'm Not Check it. After that i'll post here. Thankyou.

          Comment

          Working...
          X