hey guys, in the process of buildin a little webby for my next door nabour he wants a video as an intro page, so fair anuf i got the video workin but as soon as i upload it onto the net it dont work... but if i open it up through my documents it will work any ideas its really blaggin ma head now tried re writing the code a few times.... hers the code
Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- body { background-color: #33CCFF; } --> </style></head> <body> <div align="center"> *<p> *<img dynsrc="cyprus.wmv" /><BR><a href="home.htm" target="_self">Enter </a> </p> </div> </body> </html>