roburdick
Member
Posted 3 years ago #
Hello,
I have read many posts on this problem, but not managed to work out a solution for my needs.
I have modified a theme just by altering the css file and adding a logo. It matches a website I have put together. I want to be able to includ a flash clock in the top right corner of the header like the website pages:
http://www.cleverdestinations.co.uk/test/
This is where I am testing the wordpress blog:
http://www.robertburdick.com/wordpress
I have managed to post the swf in a blog post but not in the actually theme file.
Any help would be appreciated.
Rob
roburdick
Member
Posted 3 years ago #
I used this code from another thread:
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" title="navigation" width="118" height="118">
<param name="movie" value="http://www.robertburdick.com/wordpress/wp-content/themes/lust/images/flash-analog-clock.swf"/>
<param name="quality" value="high" />
<embed src="http://www.robertburdick.com/wordpress/wp-content/themes/lust/images/flash-analog-clock.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="118" height="118" > </embed>
</object>
Armando.R
Member
Posted 3 years ago #
Not sure this is resolved. I used the code above and got a clock. I replaced the path with the path to my swf file and nothing.