How can flash call jquery function in its event
- by user2955639
I want jquery to do something during some of the events when an audio is playing. So I'm coding a function like this
<script>
$.fn.playMedia = function(options){
var opts = $.extend({},
{
swfSrc: ''
timeUpdated: function(currentTime){},
…