Re: [Flashcoders] QT in IE returning null value to flash

2007-03-23 Thread Bob Wohl
:24 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] QT in IE returning null value to flash Hm. I haven't used ExternalInterface at al (I'm stuck with Flash 7), so I'm not really sure what the problem could be. Though you might be able to do it as a callback (have

Re: [Flashcoders] QT in IE returning null value to flash

2007-03-23 Thread elibol
Hey Bob, Try "window.movie1" for IE. On 3/20/07, Bob Wohl <[EMAIL PROTECTED]> wrote: Hello all, I've researched quite a bit over the past week to no avail on how in IE i get a return of null when pulling the time from a QT file but in FireFox i get the proper time... flash call - myTime =

RE: [Flashcoders] QT in IE returning null value to flash

2007-03-23 Thread Joe Wheeler
March 2007 16:24 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] QT in IE returning null value to flash Hm. I haven't used ExternalInterface at al (I'm stuck with Flash 7), so I'm not really sure what the problem could be. Though you might be able to do it as a cal

Re: [Flashcoders] QT in IE returning null value to flash

2007-03-22 Thread Andy Herrman
Hm. I haven't used ExternalInterface at al (I'm stuck with Flash 7), so I'm not really sure what the problem could be. Though you might be able to do it as a callback (have the javascript function call some function in your Flash movie to give it the value). The control flow for that would be a

Re: [Flashcoders] QT in IE returning null value to flash

2007-03-20 Thread Bob Wohl
yeah, I can alert the value (real fun with a set interval =P). Just getting it from JS seems to be the issue. yep, QuickTime, their documentation rocks for javascript ;) Bob On 3/20/07, Andy Herrman <[EMAIL PROTECTED]> wrote: Have you tried getting the value out using just Javascript (no Fl

Re: [Flashcoders] QT in IE returning null value to flash

2007-03-20 Thread Andy Herrman
Have you tried getting the value out using just Javascript (no Flash involved)? See if that works. It might make it easier to debug (removing a layer of complexity). Maybe IE has some security in place that's preventing the access of the values from QT (you mean quicktime? I always think of QT

RE: [Flashcoders] QT in IE returning null value to flash

2007-03-20 Thread joeltretin
companys. Let me know what your needs are. >>>JOEL -Original Message- From: Bob Wohl <[EMAIL PROTECTED]> Sent: Tue, 20 Mar 2007 10:32:58 -0700 To: Flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] QT in IE returning null value to flash Hello all, I'

[Flashcoders] QT in IE returning null value to flash

2007-03-20 Thread Bob Wohl
Hello all, I've researched quite a bit over the past week to no avail on how in IE i get a return of null when pulling the time from a QT file but in FireFox i get the proper time... flash call - myTime = ExternalInterface.call("DisTime", "document.movie1"); js - function DisTime(anObj){