I've created a silly little flash file (swf) using Photoshop. I thought it was a better alternative to an animated gif. It functions as an ad/link to another page. The link works fine in IE and Safari but doesn't work at all in Firefox or Camino. What's wrong here? Am I missing something?
Here's the code:
[code]
<a href="newpage.html"><embed src="flashfile.swf" alt="flashfile" title="flashfile" height="120" width="120"></a>
[/code]