|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 importing audio files into an HTML page(Click here to view the original thread with full colors/images)Posted by: kingonijoo hey everyone, I was wondering if any of you could tell me how to import audio files into an HTML page. Posted by: Shannon perhaps you mean embed? Posted by: kingonijoo yea probably I am fairly new to HTML so I don't know the correct terms Posted by: Shannon Well, if you want, like, a music player on your site and you have php support on your server, you can try [url=http://www.radioblogclub.com]Radio.Blog[/url]. You can also play a song as follows <embed src="yourmusic.mid" width="140" height="40" autostart="false" loop="FALSE"> </embed> you can use this with pretty much any type of music including mp3 files. vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |