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){
                   var obj = eval(anObj);
                  return obj.GetTime();
  }


seems simple enough but I cannot for the life of me find out why IE
sees it as null.

Any ideas, pointers?


Thanks!
Bob
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to