Hi

In my website, it was an image which linked to a page. Today I replaced the image with a flash video.
But I don't know how to successfully link the flash video to the page. I tried the same code with

Any advice would be appreciated, many thanks for your time to stop by!!!!!!!!!!!!!!!!!

Ken

Comments

zhengxf84’s picture

 <object width="570" height="265">
<param name="register" value="register.swf" />
<embed src="http://www.lezwright.com/sites/all/swf/register.swf" quality="high"
pluginspage="http://www.macromedia.com/gp/getflashplayer" type="application/x-shockwave-flash" width="570" height="265"></embed>

</object> /php

sorry missed the code, here it is

Ken Knowles’s picture

The image was probably wrapped with an <a> tag to link it to a page. Flash is treated different than an image. I'm not sure you would be able to wrap a Flash video with an <a> tag. Ususally, the Flash object handles the linking.

zhengxf84’s picture

Many thanks for your time and your kind reply.

This information is useful, I am going to look into the object. and will tell everybody how it goes.

Cheers
Ken