cgruber
says
Hi,
I have prepared this flash file http://smbnetworks.com.au/wp-content/themes/infocus-theme/logoScroller/logoScrollerV2.swf which I want to include in a in my header.php file.
I works fine if I view the file in a browser window, but not when its in the site. Code below, can anyone help?
Code snapshot from footer.php
<div id="partners">
<object id="flash" align="center" height="90" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="960" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="logoScrollerV2.swf" />
<param name="menu" value="true" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<embed name="flash" scale="noscale" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://smbnetworks.com.au/wp-content/themes/infocus-theme/logoScroller/logoScrollerV2.swf" type="application/x-shockwave-flash" allowscriptaccess="sameDomain" align="center" height="90" salign="lt" quality="high" menu="true" width="960" />
</object>
</div>
And below is the XML file
<pre> <?xml version="1.0"?>
<content movement_speed="1" logo_spacing="10" menu_y_position="100" menu_active="yes" background_color="0xF9F9F9" stop_on_roll_over="yes">
<logo_item>
<logo_width>175</logo_width>
<logo_height>80</logo_height>
<y_position>0</y_position>
<image_path>http://smbnetworks.com.au/wp-content/themes/infocus-theme/logoScroller/images/aiia.png</image_path>
<link_url>http://flashden.net/user/ChristianKragh</link_url>
<link_target>_blank</link_target>
<text><![CDATA[]]></text>
</logo_item>
<logo_item>
<logo_width>82</logo_width>
<logo_height>80</logo_height>
<y_position>0</y_position>
<image_path>http://smbnetworks.com.au/wp-content/themes/infocus-theme/logoScroller/images/cisco.png</image_path>
<link_url>http://flashden.net/user/ChristianKragh</link_url>
<link_target>_blank</link_target>
<text><![CDATA[]]></text>
</logo_item>
</content></pre></div>