PDA

View Full Version : Html / Flash page won't load in browser


bmalex1
10-20-05, 01:58 PM
Greetings to All,

Can someone tell me why this page is not loading into the internet browser?
When I type in http://www.nursejobfair.com/redbooth.html it acts like it is going to load but the progress bar stops about halfway through.

What am I doing wrong ???
:confused:

<HTML>
<HEAD>

ps. I have the swf file and html file uploaded to the server
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>Nursejobfair.com</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL's used in the movie-->
<A HREF=resume_options.php?company=$company&company_email=$email2></A>
<!-- text used in the movie-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=6,0,0,0" WIDTH="782" HEIGHT="449" id="redbooth.swf" ALIGN="">
<PARAM NAME=movie VALUE="redbooth.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="redbooth.swf" quality=high bgcolor=#FFFFFF WIDTH="782" HEIGHT="449" NAME="redbooth.swf" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</BODY>
</HTML>

snowmaker
10-20-05, 03:17 PM
Perhaps the results here will help you correct the page. Seems mostly syntax errors, so it should be relatively easy to fix.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.nursejobfair.com%2Fredb ooth.html

Autoload
10-20-05, 04:05 PM
I try to access http://www.nursejobfair.com/redbooth.swf directly and it is not there.

So I suggest your .swf file isn't where it's supposed to be or you are calling it incorrectly. This all in addition to the aforemetioned syntax errors.