Open a specific browser, i.e. Firefox

I don't know if it's possible, but I would like to be able to open a specific browser and then access a URL. What I mean is if the user has a Flash site open in Internet Explorer, I need for them to click on a button and this will open the link in Firefox. Is this possible?

Background...

Our company uses Internet Explorer 6 as your primary browser on all employees of the PC and for technical reasons, what IE cannot be updated. The problem is that the Web App site that I want to open must be opened in a modern browser, the application does not work on an old browser such as this. Firefox is installed on every PC, for this reason, but I cannot be sure that the user opened my site in Firefox so I need to check that they use Firefox, otherwise it must be opened first. Any ideas around this issue would be most appreciated.

Thanks for your help. That's what I did incase ultimately this issue arises again.

{if(Flash.System.Capabilities.playerType=="plugin")}

trace ("using FireFox");

}

else {if(flash.system.Capabilities.playerType=="ActiveX")

trace ("Internet Explorer");

}

else {}

trace ("No. Browser");

Tags: Adobe Animate

Similar Questions

Maybe you are looking for