jerry.ws Posted October 11, 2005 Share Posted October 11, 2005 I'm a new user IBP forum How can i make Windows Media Player or any media player to my IPB Forum. Just see or listen online :) THanks for your help Link to comment Share on other sites More sharing options...
ZainZ Posted October 11, 2005 Share Posted October 11, 2005 <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" height="69" id="Player" width="300"> <param name="AudioStream" value="-1"> <param name="AutoSize" value="0"> <param name="AutoStart" value="1"> <param name="AnimationAtStart" value="1"> <param name="AllowScan" value="-1"> <param name="AllowChangeDisplaySize" value="-1"> <param name="AutoRewind" value="0"> <param name="Balance" value="0"> <param name="BufferingTime" value="5"> <param name="ClickToPlay" value="-1"> <param name="CursorType" value="0"> <param name="CurrentPosition" value="-1"> <param name="CurrentMarker" value="0"> <param name="DisplayBackColor" value="11620437"> <param name="DisplayForeColor" value="16777215"> <param name="DisplayMode" value="0"> <param name="DisplaySize" value="5"> <param name="Enabled" value="-1"> <param name="EnableContextMenu" value="-1"> <param name="EnablePositionControls" value="-1"> <param name="EnableFullScreenControls" value="-1"> <param name="EnableTracker" value="-1"> <param name="Filename" value="link to your musicfile"> <param name="InvokeURLs" value="-1"> <param name="Language" value="-1"> <param name="Mute" value="0"> <param name="PlayCount" value="1"> <param name="PreviewMode" value="0"> <param name="Rate" value="1"> <param name="SelectionStart" value="-1"> <param name="SelectionEnd" value="-1"> <param name="SendOpenStateChangeEvents" value="-1"> <param name="SendWarningEvents" value="-1"> <param name="SendErrorEvents" value="-1"> <param name="SendKeyboardEvents" value="0"> <param name="SendMouseClickEvents" value="0"> <param name="SendMouseMoveEvents" value="0"> <param name="SendPlayStateChangeEvents" value="-1"> <param name="ShowCaptioning" value="0"> <param name="ShowControls" value="1"> <param name="ShowAudioControls" value="-1"> <param name="ShowDisplay" value="0"> <param name="ShowGotoBar" value="0"> <param name="ShowPositionControls" value="-1"> <param name="ShowStatusBar" value="1"> <param name="ShowTracker" value="-1"> <param name="TransparentAtStart" value="0"> <param name="VideoBorderWidth" value="0"> <param name="VideoBorderColor" value="0"> <param name="VideoBorder3D" value="0"> <param name="Volume" value="-80"> <param name="WindowlessVideo" value="0"> <param name="InvokeURLs" value="-1"> </object> Link to comment Share on other sites More sharing options...
Halton-Forum Posted October 11, 2005 Share Posted October 11, 2005 And what does that code do and where does it go?? Link to comment Share on other sites More sharing options...
jerry.ws Posted October 11, 2005 Share Posted October 11, 2005 And what does that code do and where does it go?? That's right. Thanks for Zainzz's code but i don't know how can make it working! :huh: Link to comment Share on other sites More sharing options...
ZainZ Posted October 13, 2005 Share Posted October 13, 2005 Upload the multimedia audio/video on our server. and replace the link in this line with the link to your file<param name="Filename" value="link to your musicfile"> e.g. <param name="Filename" value="http://www.yourdomain.com/myfile.asf">And what does that code do and where does it go?? Goes in the HTML <body> tag Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.