Hi Gaurav,
Please provide more details. Which program you are trying to launch to
play this avi file for example ffmpeg or vlc ??
I am assuming that you already know how to work with NativeProcess
API. Please ensure that your plateform supports NativeProcess using
something like -
private function isNPSupported(): Boolean
{
if (NativeProcess.isSupported)
{
return true
}
else
{
return false
}
}
Thanks & Regards!
Amar Shukla
On Sep 22, 10:49 pm, Gaurav Patel <[email protected]> wrote:
> Hi,
>
> I want to launch a .avi file from my AIR application.
>
> I am using AIR 2.0 and tried using
> - File.openWithDefaultApplication method.
> - NativeProcess Class
> but with no success.
>
> It would be very appreciative for your help to provide me pointer for this
> solution.
> Thanks in advance.
>
> --
> ----------------------
> Regards
> Gaurav Patel
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.