Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

flash loading in html

Status
Not open for further replies.

jrhalfo

Technical User
May 17, 2005
17
US
I have a web site I'm trying to put up, but for some reason, the .swf doesn't load within the .html, although when I open the .html file from my computer it works fine. The link is It's basically just the background and it looks like it's loading but nothing really ever happens. Please help and keep in mind that I barely know anything about publishing web sites.
 
Did you upload the "web site.swf" in your base directory on your server? It can't be found!

By the way, you shouldn't use spaces in file names, that'll get you in trouble! Use an underscore, if you must.

Regards. Affiliate Program - Web Hosting - Web Design
After 25,000 posts, banned on FK, but proud not to have bowed down to them!
 
yes it's in there ...it wasn't when you looked at the site, but it was still doing the same thing with it in there
 
if it helps any, this is the html coding thats on there (both files are titled "index"):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns=" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>index</title>
</head>
<body bgcolor="#4c2daf">
<!--url's used in the movie-->
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" width="780" height="600" id="index" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="index.swf" />
<param name="quality" value="high" />
<param name="salign" value="rb" />
<param name="bgcolor" value="#4c2daf" />
<embed src="index.swf" quality="high" salign="rb" bgcolor="#4c2daf" width="780" height="600" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage=" />
</object>
</body>
</html>
 
oh wow ...it didn't work last night. that's all i want up for now. thanks for your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top