How do i link a swf to a html page only using html ?

razvy

New member
i want the swf file in the page to be a link to another page ... how do i do that ?

the thing is like this:
<object width="248" height="248">
<param name="movie" value="hartaturist.swf">
<param name="quality" value="high">
<embed src="hartaturist.swf" width="280" height="257"></embed>
</object>

pls don't send basic htmlguide links ... i need help fast
 
Back
Top