Re: Consume URL information

2018-05-03 Thread doug777
PS You also need to add the code under the heading 'Loading the air.swf file' which is higher up the page of the Adobe link I sent in the js of your html file. Doug -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Consume URL information

2018-05-03 Thread doug777
Hi bilbosax, Actually there's an easy way to do this if you don't mind it being just a little bit clunky. In the Project-app.xml file, find the allowBrowserInvocation line and set it to true. Make the first line of the Main.mxml init function -

Re: Consume URL information

2018-05-03 Thread Alex Harui
I'm not sure I fully understand your scenario. But maybe think of it this way: What would you do for desktop if you didn't use AIR? Would you run a shell or batch script? Call some other app that came with the OS? Whatever it is (launch the browser or mail client with a 'mailto;' for

Re: Consume URL information

2018-05-03 Thread bilbosax
Thank you Olaf. This "deep linking" was exactly what I was looking for. I will have to read it more thoroughly, but my concern at this point is desktop solutions. After a surface read, deep linking looks pretty well covered on mobile devices, but our app will be written for both mobile and

Re: Consume URL information

2018-05-03 Thread Olaf Krueger
Hi, maybe this [1][2] helps a bit? Olaf [1] https://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118676a5d46-8000.html#WS5b3ccc516d4fbf351e63e3d118666ade46-7e19 [2] https://www.myflashlabs.com/open-adobe-air-app-browser-pass-parameters/ -- Sent from: