Navigazione

    Privacy - Termini e condizioni
    © 2020 Search On Media Group S.r.l.
    • Registrati
    • Accedi
    • CATEGORIES
    • Discussioni
    • Non letti
    • Recenti
    • Hashtags
    • Popolare
    • Utenti
    • Stream
    • Interest
    • Categories
    1. Home
    2. re.re
    3. Post
    R

    re.re

    @re.re

    • Profilo
    • Chi segue 0
    • Da chi è seguito 0
    • Discussioni 0
    • Post 2
    • Migliore 0
    • Gruppi 0
    Iscrizione Ultimo Accesso
    0
    Reputazione
    2
    Post
    0
    Visite al profilo
    0
    Da chi è seguito
    0
    Chi segue
    User Newbie

    Post creati da re.re

    • RE: Inserimento Media Player o simili

      ciao e semplice basta che cambi il valore dove dice autostart...in start..o pause ora non so che tipo di codice e spero di esserti stato di aiuto

      postato in CMS & Piattaforme Self-Hosted
      R
      re.re
    • RE: Inserimento Media Player o simili

      ciao...scusami io vorrei fare una playlist...ho gia caricato i file audio sul server il codice e il seguente (<script language="VBScript">
      <!--
      On Error Resume Next
      lngMP70 = IsObject(CreateObject("WMPlayer.OCX"))
      ' Windows Media Player 7 Code
      If (lngMP70) then
      document.write "<OBJECT ID=MediaPlayer "
      document.write " CLASSID=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"
      document.write " standby=""Loading Microsoft Windows Media Player components..."" "
      document.write " TYPE=""application/x-oleobject"" width=""286"" height=""225"">"
      document.write "<PARAM NAME=""url"" VALUE=""filmato.wvx"">"
      document.write "<PARAM NAME=""AutoStart"" VALUE=""true"">"
      document.write "<PARAM NAME=""ShowControls"" VALUE=""1"">"
      document.write "<PARAM NAME=""uiMode"" VALUE=""mini"">"
      document.write "</OBJECT>"
      ' Windows Media Player 6.4 Code
      else
      document.write "<OBJECT ID=MediaPlayer "
      document.write " CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
      document.write "CODEBASE=http://activex.microsoft.com/"
      document.write "activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
      document.write " standby=""Loading Microsoft Windows Media Player components..."" "
      document.write " TYPE=""application/x-oleobject"" width=""286"" height=""225"">"
      document.write "<PARAM NAME=""FileName"" VALUE=""filmato.wvx"">"
      document.write "<PARAM NAME=""AutoStart"" VALUE=""true"">"
      document.write "<PARAM NAME=""ShowControls"" VALUE=""1"">"
      document.write "</OBJECT>"
      End if
      -->
      </script>
      ))
      ora vorrei sapere come fare per una playlist.. grazie in anticipo per la rx

      postato in CMS & Piattaforme Self-Hosted
      R
      re.re