Reputation: 10972
I am experiencing some difficulty in having the flash content show on this page. I have checked the code and the paths and everything appears to be correct. I have another page in the same directory as the swf file and it works fine so I know that swfobject and the swf file are working properly.
Any ideas why the swf file is not showing properly in the first page?
Thanks!
Upvotes: 0
Views: 1295
Reputation: 3981
Your swf file is not in the right directory. The swf is specified as relative to the document you currently on. So your swf should be in this directory:
http://projectpath.ideapeoplesite.com/rutland/expressInstall.swf
Your settings.xml isn't found. It gives a 404 error.
Try to define a <div id="carousel1">
instead of the <object>
.
Upvotes: 1