G
gert
How does it work ?
So far i have this ?
var isIE = navigator.appName.indexOf("Microsoft") != -1;
return (isIE) ? window['flowplayer'] : document['flowplayer'];
How do i capter a flash callback event in javascript ?
Can't seem to find any dom tree sign's of a flowplayer object ?
So far i have this ?
var isIE = navigator.appName.indexOf("Microsoft") != -1;
return (isIE) ? window['flowplayer'] : document['flowplayer'];
How do i capter a flash callback event in javascript ?
Can't seem to find any dom tree sign's of a flowplayer object ?