Hi guys, I use the code below to add a listener for the change event
in a flash reader embedded by swfobject.embedSWF()

try {
document.getElementById('issuuViewer').addEventListener("change",
function() {alert('flipping page');}, false);
} catch (err) {
alert(err);
}

No exception occurred but the event doesn't fire when it's supposed
to. Anyone had a similar problem?

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to