Important Message

You are browsing the archived Lancers Reactor forums. You cannot register or login.
The content may be outdated and links may not be functional.


To get the latest in Freelancer news, mods, modding and downloads, go to
The-Starport

Windows Media Player Embeds...

In this Section you can ask for help on websites, such as creating, updating, coding, etc.

Post Sat Jan 07, 2006 8:32 pm

Windows Media Player Embeds...

ok, i got the idea of embedding windows media player down. but now i'd like to know. is there a way i can make it show the list of songs in a playlist? when i open the m3u in windows media player, on the side on the plylist thing it shows me the songs in the playlist, and i can choose what one i want to listen to. on an embed, is there a way to show a playlist like that?

Edited by - Wolf_Demon on 1/7/2006 8:32:14 PM

Post Thu Jan 12, 2006 3:34 pm

As far as I know there's no way to have a list or menu but of coarse you can have more than one song to select by having multiple players embeded with a console...you will want to have autostart="false" so that the music don't start automatically...

Here is an example of 4 different songs you can play by clicking on the play button on one of the consoles...

<embed src="song1.mp3" width="140" height="40" autostart="false" loop="FALSE"></embed>

<embed src="song2.mp3" width="140" height="40" autostart="false" loop="FALSE"></embed>

<embed src="song3.mp3" width="140" height="40" autostart="false" loop="FALSE"></embed>

<embed src="song4.mp3" width="140" height="40" autostart="false" loop="FALSE"></embed>

Post Fri Feb 10, 2006 9:31 pm

hmm. well thanks anyway. can you check and see if there are errors in this current code?

<div id=vpdiv>
<embed allowScriptAccess="never"
name='RAOCXplayer' src='http://images.wolfdemon.multiply.com/playlist/13/1/full/UmFuZG9tSVYRX8.lyDVcnCeZyBf3SAVPd5c5L0,Kkqs=/good.m3u'
type='application/x-mplayer2'
width='290'
height='70'
ShowControls='1'
ShowStatusBar='1'
loop='true'
autostart='1'
EnableContextMenu='1'
volume='0'
playlist='1'
pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'>
</embed>
</div>

Return to Website Help