--- In [email protected], "ad9798" <[EMAIL PROTECTED]> wrote: > > Is there way to make Apollo to play movie files other than flv format? > Thinking about creating a simple media player with Apollo and I would > love to make that player support avi or other format. Can we use > DirectShow with actionscript 3.0 in any way?
No, I don't think so. DirectShow is platform-specific (Windows), and Apollo is a cross-platform runtime. You could try to embed a QuickTime movie in an HTML file and load this file into an HTML component, but if there's no QuickTime player on the user's computer the movie doesn't play. Stefan

