Quote:
Originally Posted by StuntFactoryX
thanks syrus. it does work w/ a full path to player
i searched this thread and you were close to an explanation but can u give me and example on how you would use a button to open this player using a image/button in a header. i have a button and i know where i want it. just need to convert your code from text to image.
|
Sure... Here you go!
Code:
<!—Mp3 Player Launch -->
<if condition="$show['member']">
<a href="javascript:NewWindow=window.open('mp3playerindex.php?do=viewmp3playerpopup','newWin','width=500,height=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resizable=No,fullscreen=No');
NewWindow.focus(); void(0);"><img src="path_to_your_image_here" border="0"></a>
</if>
<!—End Mp3 Player Launch -->