Aravona
02-24-2010, 07:15 AM
If I have the site I'm working on set up to use permalinking (as request by the site owner) I cannot view the flash in the header on any page except the homepage.
The flash coding is embedded in the header using:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="623" height="244">
<param name="movie" value="http://www.evolution-photography.co.uk/wp-content/themes/corelab/slide_flash8.swf" />
<param name="quality" value="high" />
<embed src="http://www.evolution-photography.co.uk/wp-content/themes/corelab/slide_flash8.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="623" height="244"></embed>
</object>
But I cant see how to get this working, I assume its to do with the link in the flash not matching up to the permalink?
The permalink used is a custom: /%category%/%postname%/
Any help would be greatly appriciated.
Aravona
The flash coding is embedded in the header using:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="623" height="244">
<param name="movie" value="http://www.evolution-photography.co.uk/wp-content/themes/corelab/slide_flash8.swf" />
<param name="quality" value="high" />
<embed src="http://www.evolution-photography.co.uk/wp-content/themes/corelab/slide_flash8.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="623" height="244"></embed>
</object>
But I cant see how to get this working, I assume its to do with the link in the flash not matching up to the permalink?
The permalink used is a custom: /%category%/%postname%/
Any help would be greatly appriciated.
Aravona