Hello, I've embedded an HTML to my website called 'index.html' which includes the following:
<html>
<head>
<title>Future Flash Web - Website designs of the future!</title>
</head>
<center>
<body bgcolor="#000000">
<object width="900" height="500">
<param name="movie" value="main.swf">
<embed src="main.swf" width="900" height="500">
</embed>
</object>
</body>
</center>
</html>
If you click
here you can see the flash doesn't seem to want to load :S
It's instructed to load the uploaded file 'main.swf' to 'index.html' in the 'public_html', it does this, but the flash movie just doesn't load.
Anyone know how to solve this?
Thanks :-)