The src attributes are pointing to a .swf file in the current working directory, which on the home page is the root directory or your site. Try using the absolute url to the file a la:
http://www.domain.com/path/to/file.swf?etc
Still Nothing
<object id="uk_ir_locator" width="480" height="590" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="FlashVars" value="xmlfile1=http://www.bookstoredirectory.co.uk/uk_ir_locator.xml" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="src" value="http://www.bookstoredirectory.co.uk/uk_ir_locator.swf?xmlfile1=http://www.bookstoredirectory.co.uk/uk_ir_locator.xml" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" /><param name="flashvars" value="xmlfile1=http://www.bookstoredirectory.co.uk/uk_ir_locator.xml" /><embed id="uk_ir_locator" width="480" height="590" type="application/x-shockwave-flash" src="http://www.bookstoredirectory.co.uk/uk_ir_locator.swf?xmlfile1=http://www.bookstoredirectory.co.uk/uk_ir_locator.xml" FlashVars="xmlfile1=uk_ir_locator.xml" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="xmlfile1=uk_ir_locator.xml" /></object>
Also Tried it like this
<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="480" HEIGHT="590" id="uk_ir_locator" ALIGN="">
<PARAM NAME=movie VALUE="uk_ir_locator.swf">
<PARAM NAME=FlashVars VALUE="xmlfile1=uk_ir_locator.xml">
<PARAM NAME=quality VALUE=high>
<param name="wmode" value="transparent">
<PARAM NAME=bgcolor VALUE=#F5F5F5>
<EMBED src="http://www.bookstoredirectory.co.uk/uk_ir_locator.swf?xmlfile1=http://www.bookstoredirectory.co.uk/uk_ir_locator.xml" quality=high wmode="transparent" bgcolor=#F5F5F5 WIDTH="480" HEIGHT="590" NAME="uk_ir_locator" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
<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="480" HEIGHT="590" id="uk_ir_locator" ALIGN="">
<PARAM NAME=movie VALUE="http://www.bookstoredirectory.co.uk/uk_ir_locator.swf">
<PARAM NAME=FlashVars VALUE="http://www.bookstoredirectory.co.uk/xmlfile1=uk_ir_locator.xml">
<PARAM NAME=quality VALUE=high>
<param name="wmode" value="transparent">
<PARAM NAME=bgcolor VALUE=#F5F5F5>
<EMBED src="http://www.bookstoredirectory.co.uk/uk_ir_locator.swf?xmlfile1=http://www.bookstoredirectory.co.uk/uk_ir_locator.xml" quality=high wmode="transparent" bgcolor=#F5F5F5 WIDTH="480" HEIGHT="590" NAME="uk_ir_locator" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
And this,
<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="480" HEIGHT="590" id="uk_ir_locator" ALIGN="">
<PARAM NAME=movie VALUE="/home/content/98/9135698/html/uk_ir_locator.swf">
<PARAM NAME=FlashVars VALUE="xmlfile1=/home/content/98/9135698/html/uk_ir_locator.xml">
<PARAM NAME=quality VALUE=high>
<param name="wmode" value="transparent">
<PARAM NAME=bgcolor VALUE=#F5F5F5>
<EMBED src="/home/content/98/9135698/html/uk_ir_locator.swf?xmlfile1=/home/content/98/9135698/html/uk_ir_locator.xml" quality=high wmode="transparent" bgcolor=#F5F5F5 WIDTH="480" HEIGHT="590" NAME="uk_ir_locator" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
I now have this, and I now have the words “map loading” think im on the right track
<script type="text/javascript" src="AC_RunActiveContent.js"></script>
<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="480" HEIGHT="590" id="uk_ir_locator" ALIGN="">
<PARAM NAME=movie VALUE="uk_ir_locator.swf">
<PARAM NAME=FlashVars VALUE="xmlfile1=../wp-content/themes/Boutique/uk_ir_locator.xml">
<PARAM NAME=quality VALUE=high>
<param name="wmode" value="transparent">
<PARAM NAME=bgcolor VALUE=#F5F5F5>
<EMBED src="../wp-content/themes/Boutique/uk_ir_locator.swf?xmlfile1=../wp-content/themes/Boutique/uk_ir_locator.xml" quality=high wmode="transparent" bgcolor=#F5F5F5 WIDTH="480" HEIGHT="590" NAME="uk_ir_locator" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
It’s ok the above does work
i will take that back, it doesn’t work in Internet explorer but it does work in firefox
Try this:
<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="480" HEIGHT="590" id="uk_ir_locator" ALIGN="">
<PARAM NAME=movie VALUE="http://www.bookstoredirectory.co.uk/wp-content/themes/Boutique/uk_ir_locator.swf">
<PARAM NAME=FlashVars VALUE="http://www.bookstoredirectory.co.uk/xmlfile1=uk_ir_locator.xml">
<PARAM NAME=quality VALUE=high>
<param name="wmode" value="transparent">
<PARAM NAME=bgcolor VALUE=#F5F5F5>
<EMBED src="http://www.bookstoredirectory.co.uk/wp-content/themes/Boutique/uk_ir_locator.swf?xmlfile1=http://www.bookstoredirectory.co.uk/uk_ir_locator.xml" quality=high wmode="transparent" bgcolor=#F5F5F5 WIDTH="480" HEIGHT="590" NAME="uk_ir_locator" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
Or for more canonical code:
<object id="uk_ir_locator" width="480" height="590" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="src" value="http://www.bookstoredirectory.co.uk/wp-content/themes/Boutique/uk_ir_locator.swf?xmlfile1=http://www.bookstoredirectory.co.uk/wp-content/themes/uk_ir_locator.xml" />
<param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />
<param name="flashvars" value="http://www.bookstoredirectory.co.uk/wp-content/themes/xmlfile1=uk_ir_locator.xml" />
<embed id="uk_ir_locator" width="480" height="590" type="application/x-shockwave-flash" src="http://www.bookstoredirectory.co.uk/wp-content/themes/Boutique/uk_ir_locator.swf?xmlfile1=http://www.bookstoredirectory.co.uk/wp-content/themes/Boutique/uk_ir_locator.xml" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="xmlfile1=http://www.bookstoredirectory.co.uk/wp-content/themes/Boutique/uk_ir_locator.xml" />
</object>
Thanks the problem was <PARAM NAME=FlashVars VALUE="http://www.bookstoredirectory.co.uk/xmlfile1=uk_ir_locator.xml">
Thanks Andrew