Visualizzazione dei risultati da 1 a 2 su 2

Discussione: radio on-line

  1. #1

    radio on-line

    ho inserito una radio in un sito ma è compatibile solo con IE, questo è il codice del lettore:
    codice:
    <object id="NSPlay" width=182 height=50 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="<?php echo $_POST['stazione'];?>">
                  <param name="ShowControls" value=1>
                  <param name="ShowPositionControls" value=0>
                  <param name="ShowAudioControls" value=1>
    
                  <param name="ShowTracker" value=0>
                  <param name="ShowDisplay" value=0>
                  <param name="ShowStatusBar" value=1>
                  <param name="ShowGotoBar" value=0>
                  <param name="ShowCaptioning" value=0>
    
                  <param name="AutoStart" value=1>
                  <param name="AnimationAtStart" value=1>
                  <param name="TransparentAtStart" value=0>
    
                  <param name="AllowChangeDisplaySize" value=0>
                  <param name="AllowScan" value=0>
                  <param name="EnableContextMenu" value=0>
                  <param name="ClickToPlay" value=0>
                  <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" src="" width=300 height=50 showcontrols=1 showpositioncontrols=1 showaudiocontrols=1 showtracker=0 showdisplay=0 showstatusbar=1 showgotobar=0 showcaptioning=0 autostart=1 autorewind=0 animationatstart=0 transparentatstart=0 allowchangedisplaysize=0 allowscan=0 enablecontextmenu=0 clicktoplay=0></embed>
    </object>
    sapete indicarmi come poter modificare il lettore in modo da renderlo compatibile anche con firefox?

    Thanks

  2. #2
    Moderatore di Windows e software L'avatar di darkkik
    Registrato dal
    Dec 2003
    residenza
    Pavia - Milano - Lodi.
    Messaggi
    11,476
    Spostato in Html.
    I can see much clearer now, I'm blind.
    Io fui già quel che voi siete, Quel ch'io son voi anco sarete.
    Remember that death is not the end, but only a transition
    All that we learn this time is carried beyond this life.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.