Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2006
    Location
    Northern Ireland
    Posts
    307
    Tokens
    0

    Default Radio in Firefox

    Does anybody know how I can make my page show the media player in Mozilla Firefox?
    Post Count:

    50 100 200 500 1000

  2. #2
    Join Date
    Aug 2006
    Location
    Manchester, UK
    Posts
    2,016
    Tokens
    141
    Habbo
    florx

    Latest Awards:

    Default

    i do... il post the code later - im at school atm

  3. #3
    Join Date
    Jun 2006
    Location
    Northern Ireland
    Posts
    307
    Tokens
    0

    Default

    Okay as long as you get it soon!
    Post Count:

    50 100 200 500 1000

  4. #4
    Join Date
    Dec 2005
    Posts
    1,733
    Tokens
    201
    Habbo
    Bomb-Head

    Latest Awards:

    Default

    Yamba, at least hes getting you the code. Leave him to it.

  5. #5
    Join Date
    Aug 2006
    Location
    Manchester, UK
    Posts
    2,016
    Tokens
    141
    Habbo
    florx

    Latest Awards:

    Default

    <center><OBJECT ID='WinMedia'
    classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
    CODEBASE='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
    width=323 height=50 standby='Loading Microsoft Windows Media Player components...'
    type='application/x-oleobject'>
    <PARAM NAME='FileName' VALUE='ADDRESS HERE'>
    <PARAM NAME='AutoStart' Value='true'>
    <PARAM NAME='ShowControls' Value='true'>
    <Embed type='application/x-mplayer2'
    pluginspage='http://www.microsoft.com/Windows/MediaPlayer/'
    src='ADDRESS HERE'
    Name=MediaPlayer
    AutoStart=0
    Width=323
    Height=50
    autostart=1
    ShowControls=1
    </embed>
    </OBJECT></center>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •