[Flashcoders] Flash targeting Quicktime to open in QT Player

2006-04-17 Thread Jon Bradley
This one is tough. I'm trying to have Flash (version 8) call a javascript function that will write a quicktime object to the page and open this quicktime in the QT player, not in the page. I've got the usage of QT write object javascript functions (from Apple) that will write out an embed

Re: [Flashcoders] Flash targeting Quicktime to open in QT Player

2006-04-17 Thread Jim Kremens
Could you do something with javascript and css and ExternalInterface? Something where a div of the QT player is hidden, and a javascript call would supply the embed src param and turn the visibility of the div on or something? You can definitely do that (I've done it) but I don't think that's

Re: [Flashcoders] Flash targeting Quicktime to open in QT Player

2006-04-17 Thread Jon Bradley
On Apr 17, 2006, at 10:44 AM, Jim Kremens wrote: Could you do something with javascript and css and ExternalInterface? Something where a div of the QT player is hidden, and a javascript call would supply the embed src param and turn the visibility of the div on or something? You can

Re: [Flashcoders] Flash targeting Quicktime to open in QT Player

2006-04-17 Thread Jon Bradley
On Apr 17, 2006, at 4:05 PM, John Dowdell wrote: Does this become How does Apple recommend showing a QuickTime video in the standalone QuickTime Player (if available), rather than a new browser window?? or...? Not quite. It's pretty straight forward to do that. Apple has a set of