|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
|
#1 |
|
Junior Member
|
You need 2 things:
1) an .asx file to have the WiMP to play
2) embed code in your html 1 -- save this as an .asx file (whatever.asx) using notepad and configure the code below to your server specifications: <asx version="3.0"> <entry> <title>Your preferred title</title> <author>Your preferred author</author> <ref href="http://yourIP:yourPORT/"/> </entry> </asx> save that as an .asx file. eaxample: wmp.asx is what i use *********************************** *********************************** 2) embed html for your page: <embed src="whatever_you_chose_as_the_prefix_mentioned_above.asx" width="68" height="28" align="middle"></embed> *********************************** *********************************** Fairly straight forward stuff I hope John |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|