>- see footer for list info -< You don't have an ID in your form. Adrian
> -----Original Message----- > From: [email protected] [mailto:dev- > [email protected]] On Behalf Of Paul Swingewood > Sent: 13 July 2009 11:09 > To: [email protected] > Subject: RE: [CF-Dev] OT JS and FlowPlayer > > >- see footer for list info -< > > Yeah I just coded the contents of the function..... > > > > I have it working in IE but not fire fox > > > > playlist: > [ > {url: 'vidplayer2/vid1.jpg', overlayId: 'play'}, > {url: 'http://helix.bgfl.org/cypf/brighterfutures/vid1.flv', > overlayId: 'play'}, > { > url: 'vidplayer2/vid1.jpg', overlayId: 'play', > onFinish: function() { > // set an event handler in the configuration > // alert("Video Has Finished - Enable the NEXT button"); > // Works with IE only - VidForm.clickme.disabled=false; > document.getElementById('VidForm').clickme.disabled = false; > } } > ], > > > > the document.getElementById also seems to work with IE but not firefox. > > > > > > Regards - Paul > > > From: [email protected] > > To: [email protected] > > Subject: RE: [CF-Dev] OT JS and FlowPlayer > > Date: Mon, 13 Jul 2009 11:06:13 +0100 > > > > >- see footer for list info -< > > You're not calling enableNext() in your onFinish function. > > > > Adrian _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
