[SWFObject] Can't get swfObject working

Tech Soap technogeek at grannymaude.biz
Fri Dec 1 08:34:50 PST 2006


Well, I spoke too soon.  Everything worked fine locally, but when I put it
out on the server I still get a blank page.  Can someone look at the source
of the following URL and tell me if I mucked something up?  The URL is
http://michelleachuff.com/cage-swfobject.html

I've checked and double-checked that swfobject.js is in the root of the web
site.

I'm also including the source here:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<script type="text/javascript" src="swfobject.js"></script>
</head>

<body bgcolor="663333>

<center>
<div id="invisible">
</div>
</center>

<script type="text/javascript">
	// <![CDATA[
			
	var fo = new SWFObject("invisiblecage.swf", "thecage", "800", "600",
"7", "#663333");
	fo.addVariable("XMLConfig", "config.xml");
	fo.write("invisible");
			
	// ]]>
</script>




</body> 

:: -----Original Message-----
:: From: swfobject-bounces at lists.deconcept.com 
:: [mailto:swfobject-bounces at lists.deconcept.com] On Behalf Of Tech Soap
:: Sent: Thursday, November 30, 2006 2:29 PM
:: To: swfobject at lists.deconcept.com
:: Subject: Re: [SWFObject] Can't get swfObject working
:: 
:: That worked!!!  Thank you SO much for everyone's help! 
:: 
:: :: -----Original Message-----
:: :: From: swfobject-bounces at lists.deconcept.com
:: :: [mailto:swfobject-bounces at lists.deconcept.com] On Behalf Of
:: :: Jim Berkey
:: :: Sent: Thursday, November 30, 2006 2:13 PM
:: :: To: swfobject at lists.deconcept.com
:: :: Subject: Re: [SWFObject] Can't get swfObject working
:: :: 
:: :: On your page code, in the header, change:
:: :: "swfObject.js"
:: :: 
:: :: to
:: :: "swfobject.js"
:: :: 
:: :: >:: I can't resolve the URL (or domain) you supplied, so I can't
:: :: >:: see what's going on:
:: :: >:: ------------------------------
:: :: >:: C:\>ping michellechuff.com
:: :: >:: Ping request could not find host michellechuff.com. Please
:: :: >:: check the name and try again.
:: :: >:: ------------------------------
:: :: >:: 
:: :: >:: Did you also fix the initial script tag like MJJAIXEN 
:: suggested? 
:: :: >:: 
:: :: >:: Aran
:: :: >:: 
:: :: >
:: :: >_______________________________________________
:: :: >SWFObject mailing list
:: :: >SWFObject at lists.deconcept.com
:: :: >http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
:: :: 
:: :: 
:: :: 
:: :: _______________________________________________
:: :: SWFObject mailing list
:: :: SWFObject at lists.deconcept.com
:: :: http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
:: :: 
:: 
:: _______________________________________________
:: SWFObject mailing list
:: SWFObject at lists.deconcept.com
:: http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
:: 




More information about the Swfobject mailing list