js - keep interaction in divs
js - keep interaction in divs
Out of context: Reply #3
- Started
- Last post
- 8 Responses
- uan0
make a drag-and-drop area...and a swf area...
...sounds like you have double-functionality for the click, one in js and the other in the swf...how are you catching the click in the swf? if it gets the on(rollover), maybe it catches the on(press) or the on(release, releaseOutside), maybe with eventListener...