Thread: Doom 3 / Movie
View Single Post
  #34  
Old 08-08-2004, 07:23 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
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>
Ewwwwwww, this is really bad for some computers/browsers as it can show up in the download manager instead of the background. It would have the same affect as this might:
Code:
<body onLoad="location='potime.mp3'">
Using <EMBED> and AUTOPLAY="True" (or "yes" I forget which) should solve this.

PM me if you have any questions regarding this html ^.^
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote