Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Posts
    2,097
    Tokens
    0

    Latest Awards:

    Default Need radio code that works on FireFox + IE.

    Anyone got one that works on both? FF 3 + FF 2

  2. #2
    Join Date
    Jul 2004
    Location
    California
    Posts
    8,725
    Tokens
    3,789
    Habbo
    HotelUser

    Latest Awards:

    Default

    Next time, use the search feature. I posted this same code not even 2 weeks ago:
    HTML Code:
    <object height="40" width="145" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player" standby="Loading" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715">
    <param name=" id=" player="player" url="http://yoursite.com" value="true" />
    <param name="CONTROLS" value="Imagewindow" />
    <param name="ShowStatusBar" value="false" />
    <param name="src" value="http://209.250.239.98:8724/" />
    <param name="url" value="http://209.250.239.98:8724/" />
    <param name="autostart" value="true" />
    <param name="autoplay" value="true" />
    <param name="Controls" value="playbutton" />
    <param name="uimode" value="mini" />    <embed height="40" width="145" src="http://site.com/windowsmediafile.asx" autostart="True" controls="playbutton" showstatusbar="false" url="http://site.com/windowsmediafile.asx" autoplay="true" uimode="mini"></embed></object>
    Last edited by HotelUser; 03-10-2008 at 06:07 PM.
    I'm not crazy, ask my toaster.

Posting Permissions

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