ouyang789987 / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

swf don't dispatch mouse_up AS3 event outside the window's browser under Firefox #430

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Do you remember the AS2 function : releaseOutside ?
Now in AS3 you have something like :
stage.addEventListener(MouseEvent.MOUSE_UP, myMouseUpFunction);

with the latest version of swfobject:
the event is dispached outside the browser with : 
- IE8 (WIN)
- Safari 4 (MAC)

but don't work under Firefox 3.6 (WIN and MAC)
(my code work with "Flash Player Version Detection - Rev 1.7" by Adobe,
with all browsers)

I'm doing something wrong ?
thanks for you reply !

Original issue reported on code.google.com by cyril.bu...@gmail.com on 22 Jan 2010 at 1:58

GoogleCodeExporter commented 9 years ago
Hi Cyril

Are you still encountering this issue? 

I'm closing this thread due to inactivity. If you feel the issue still needs to 
be addressed, please post a reply. Also, if you've discovered the cause of the 
issue (and/or solution), please share. 

Thanks

Original comment by platelu...@gmail.com on 8 Nov 2010 at 6:16