How do you put a flash file over a html website without it stopping interaction with it?

Dom

New member
I have an object that follows your mouse made in flash which i would like to put onto my html website.. problem is it covers the site and i cant see the site as the background of the flash covers everything and even if it was transparent you wouldn't be able to interact with the site(select text/press buttons etc)... haven't found anything using Google and would like a reply soon...


btw i know how to actionscript but dunno any commands that can solve this :P
thanks in advance :)
 
You need to use Java to do this.

http://www.javascriptkit.com/script/script2/sparkler.shtml
http://www.javascriptkit.com/script/cutindex18.shtml
http://www.refdev.com/free_scripts/JavaScript/Mouse_FX/
 
Back
Top