hab da mal wieder ein porblem, und zwar bekomme ich die javascript variable "link" nicht in den player. die variable link enthält den link zur mp3 datei, wo dann vom player abgespielt werden soll.
ps:ist nur der wichtige teil der datei und die variable link wir mit den richtigen daten gefüttert
<form name="StartMeUp" action=""><INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="Play" OnClick="StartMeUp1();"> </form> <OBJECT ID="lol" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" width="162" height="163" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject"> <PARAM NAME="FileName" VALUE="StartMeUp1(link);"> <PARAM NAME="AutoStart" Value="true"> <PARAM NAME="AnimationatStart" Value="true"> <PARAM NAME="autoSize" Value="false"> <PARAM NAME="displaySize" Value="true"> <PARAM NAME="ShowAudioControls" Value="true"> <PARAM NAME="ShowPositionControls" Value="false"> <PARAM NAME="loop" Value="false"> <Embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" src="StartMeUp1(link);" Name="lol" width="162" height="163" autostart="1" animationAtStart="1" ShowAudioControls="1" ShowPositionControls="0" autoSize="1" ShowStatusBar="1" displaySize="0" loop="0"> </embed></OBJECT></td> </tr> {EXPLODE} </table> <script language="JavaScript" type="text/javascript"> <!-- function StartMeUp1 () { var link = "{link1}"; return link; } //--> </script>
verwendete ilchClan Version: 1.1 N