PDA

View Full Version : flash triggered from html


ironyx
03-31-2003, 02:16 PM
Can anyone point me to a tutorial or an idea of how to do a mouse over with a flash movie triggered?

Thanks!
Va.

spriggan
03-31-2003, 03:24 PM
here's a javescript code that i used but it's for onclick. I beleave you can use it onRollover as well. Use it like a link.

onClick="MM_openBrWindow('Mswf.swf','','width=??,height=??? ')"><a href="#main">text</a>

hope this is what you were asking for

ironyx
03-31-2003, 06:39 PM
Thanks!