I have been using html code to play a swf, but it makes a small 320X240 movie fill the whole window and it is very blockey. I want to have it open a new window of the correct size and play the movie in there. Here is some code I found that works, but I don't know how to have it call this code when someone clicks on some text???? like an href


<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="320" height="240" align="absmiddle">
<param name="movie"
value="http://byteguy.com/FCC/videos/2010-02-07ChildrensMoment_controller.swf">
<param name="quality" value="high">
<param name="LOOP" value="false">
<embed src="http://byteguy.com/FCC/videos/2010-02-07ChildrensMoment_controller.swf" width="320"
height="240" loop="false" align="absmiddle" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"></embed>
</object>