How to transparent flash's background+ Put link in flash

February-27-2011 Sunday

How to transparent flash's background
add this code to your parameter:

http://kb2.adobe.com/cps/142/tn_14201.html

March-2-2011
Put link in flash
This is only working in firefox, not working in IE and goggle chrome (tested)
                      < a href="http://EddyBoy.tk" onfocus="this.blur();" > (without space)

I found this code works for firefox, IE and goggle chrome (tested)
put this code into adobe flash's action
_root.onMouseUp= function() {
getURL("http://www.yahoo.com", "_blank");
};
(this works in flash actionscript 2.0, I tried 3.0, but not working)

Comments