Autor |
Nachricht |
-
pitbull-cologne
Wohnort: Köln
|
|
↑
|
|
|
-
motorocker89
|
|
↑
|
|
|
-
opi
|
23.02.2007 um 18:40 (UTC) Titel: |
|
|
Geh halt mal auf world-of-scripte.de.tl, da findeste alles!!! |
|
↑
|
|
|
-
pitbull-cologne
Wohnort: Köln
|
|
↑
|
|
|
-
motorocker89
|
24.02.2007 um 21:57 (UTC) Titel: |
|
|
so habe den code gefunden:
Zitat: <embed width="310" height="45" align="middle" showstatusbar="False" volume="100" loop="False" autostart="1" src="http://www.Musikdatei.mp3" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" type="application/x-mplayer2"></embed> ______________ *** Signatur entfernt ***
|
|
↑
|
|
|
-
pitbull-cologne
Wohnort: Köln
|
24.02.2007 um 22:51 (UTC) Titel: |
|
|
motorocker89 hat Folgendes geschrieben: so habe den code gefunden:
Zitat: <embed width="310" height="45" align="middle" showstatusbar="False" volume="100" loop="False" autostart="1" src="http://www.Musikdatei.mp3" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" type="application/x-mplayer2"></embed>
ich bedanke mich echt für deine mühe, aber bei mir ist es immer noch dieser graue und ich weiss nicht woran es liegt!! ______________ [img:145379f181]http://www.pictureupload.de/originals/pictures/260707145436_banner.gif[/img:145379f181] |
|
↑
|
|
|
-
motorocker89
|
|
↑
|
|
|
-
pitbull-cologne
Wohnort: Köln
|
24.02.2007 um 23:02 (UTC) Titel: |
|
|
motorocker89 hat Folgendes geschrieben: |
|
↑
|
|
|
-
motorocker89
|
24.02.2007 um 23:05 (UTC) Titel: |
|
|
also wenn ich den code bei mir einfüge kommt auch der neue player. update deinen mal. ansonsten weiß ich wirklich nicht an was es liegen könnte, weil es bei mir geht. ______________ *** Signatur entfernt *** |
|
↑
|
|
|
-
pitbull-cologne
Wohnort: Köln
|
24.02.2007 um 23:08 (UTC) Titel: |
|
|
motorocker89 hat Folgendes geschrieben: also wenn ich den code bei mir einfüge kommt auch der neue player. update deinen mal. ansonsten weiß ich wirklich nicht an was es liegen könnte, weil es bei mir geht. |
|
↑
|
|
|
-
bmw-freunde-nf
|
25.02.2007 um 04:40 (UTC) Titel: |
|
|
Hallo , versuche es mal hier mit :
Mediaplayer-Code:
Zitat: <OBJECT ID="MediaPlayer" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"
CODEBASE="http://activex.microsoft.com/activex/controls/mpla
yer/en/nsmp2inf.cab#Version=5,1,52,701"
width="150" height="53" standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://Hier Musik-URL.mp3">
<PARAM NAME="TransparentAtStart" Value="true">
<PARAM NAME="AutoStart" Value="true">
<PARAM NAME="AnimationatStart" Value="false">
<PARAM NAME="ShowStatusBar" Value="true">
<PARAM NAME="ShowControls" Value="true">
<PARAM NAME="autoSize" Value="false">
<PARAM NAME="displaySize" Value="false">
<PARAM NAME="ShowAudioControls" Value="true">
<PARAM NAME="ShowPositionControls" Value="false">
<Embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Cont
ents/Products/MediaPlayer/"
src="http://hier Musik-URL.mp3" Name="MediaPlayer"
width="150" height="53" transparentAtStart="1" autostart="0"
animationAtStart="0" ShowControls="true" ShowAudioControls="1"
ShowPositionControls="0" autoSize="0" ShowStatusBar="1" displaySize="false">
</embed></OBJECT>
Die class ID für Windows Media Player 10 und 11 ist = clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6
Gruss Wolle ______________ Fragen bitte an http://find-templates.de.tl
Zuletzt bearbeitet von bmw-freunde-nf am 25.02.2007, 06:03, insgesamt 3-mal bearbeitet
|
|
↑
|
|
|
-
pitbull-cologne
Wohnort: Köln
|
25.02.2007 um 21:52 (UTC) Titel: |
|
|
bmw-freunde-nf hat Folgendes geschrieben: Hallo , versuche es mal hier mit :
Mediaplayer-Code:
Zitat: <OBJECT ID="MediaPlayer" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"
CODEBASE="http://activex.microsoft.com/activex/controls/mpla
yer/en/nsmp2inf.cab#Version=5,1,52,701"
width="150" height="53" standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://Hier Musik-URL.mp3">
<PARAM NAME="TransparentAtStart" Value="true">
<PARAM NAME="AutoStart" Value="true">
<PARAM NAME="AnimationatStart" Value="false">
<PARAM NAME="ShowStatusBar" Value="true">
<PARAM NAME="ShowControls" Value="true">
<PARAM NAME="autoSize" Value="false">
<PARAM NAME="displaySize" Value="false">
<PARAM NAME="ShowAudioControls" Value="true">
<PARAM NAME="ShowPositionControls" Value="false">
<Embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Cont
ents/Products/MediaPlayer/"
src="http://hier Musik-URL.mp3" Name="MediaPlayer"
width="150" height="53" transparentAtStart="1" autostart="0"
animationAtStart="0" ShowControls="true" ShowAudioControls="1"
ShowPositionControls="0" autoSize="0" ShowStatusBar="1" displaySize="false">
</embed></OBJECT>
Die class ID für Windows Media Player 10 und 11 ist =clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6
Gruss Wolle |
|
↑
|
|
|
-
bmw-freunde-nf
|
26.02.2007 um 07:09 (UTC) Titel: |
|
|
Klasse das es geklappt hat und
DANKE für die kurze Rückmeldung
Gruss Wolle |
|
↑
|
|
|
|