flash - ActionScript 3 - Opening External files -


Does a browser know a way to open an external file from Flash in Action Script 3 without a request to go through a browser? As such, I want to open a PowerPoint presentation directly with PowerPoint.

I have tried:

  var url: string = "MyContent / My presentation.pptx"; Var Request: URLRequest = New URLRequest (url); NavigateToURL (request);  

Which works well, but it requests the browser for the first time that instead of opening it natively with PowerPoint

Note: this is a desktop There is a flash piece which will not be on the web.

You need one of the outer sheets, either zinc like James told you, Adobe Air Open source options such as HPPHX

Should be very simple.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -