Thread: Doom 3 / Movie
View Single Post
  #11  
Old 08-06-2004, 11:12 AM
Zkhava
Hill Giant
 
Join Date: Jul 2004
Posts: 206
Default

sotonin, thx for taking my side for once ... Im adding music now to website ...

Here is What u need to add to a website & Tips :

1. Open your index.html with Notepad.
2. You will see </html> at end of .html file.
3. Delete the </html> at the end so you can add more stuff.

Here is the CODE to Add video to a html file.... Remeber to update your ftp!


Code:
<EMBED SRC="test.wmv" WIDTH="500" HEIGHT="500" AUTOSTART="true" LOOP="1" ALIGN="CENTER">
Here is the CODE to Add Music to a html file...


Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.9//EN">
                  <HTML>
                  <HEAD>
                  <TITLE>PoTIME MP3</TITLE>
                  <BGSOUND SRC="test.mp3" AUTOSTART="FALSE" HEIGHT="60" WIDTH="140"
                  </HEAD>
                  <BODY>
Remember to add the .mp3 , .wav , .mpg , wmv title at the end..


Go down a bit & add

</html>



Theres my guide to add music or a video of some sort....

~~Thx~~

Zkhava !
__________________
Dont change my profile faget.....
Reply With Quote