Open link from air for ios in safari

Is it possible to open a link from stagewebview in safari? This is regarding AIR for iOS.

I'm actually using stagewebviewbridge which extends stagewebview (but is much more excellent). it's got js to as and as to js communication and some other stuff that stagewebview can't do.

Similar Messages

  • I can no longer open links from my email account into safari, how can I fix this?

    I can no longer open links from my email account into safari, on my iphone 4.

    Have you tried restarting or resetting your iPhone?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10-15 seconds).
    No data will be lost.

  • Type not found: Point in Flash CS5.5 on Mac when player is AIR for iOS

    I've installed the AIR 3.0 SDK as detailed by Porawee in this thread, including his corrections to the xml for iPhone further down in the thread. Everything worked at first, but since then I've rebooted my computer, and since the reboot I can no longer compile an .as file that compiled before the reboot and nothing has changed in that file. Specifically, I'm getting error 1046: Type was not found or was not a compile-time constant: Point. I've checked, and sure enough, I have an "import flash.geom.Point" line in with the other imports.
    Ok, now here's the truly odd part: if I change the player from AIR for iOS to AIR 3.0, it compiles just fine. I get the same error, however, when the player is AIR for Android.
    Anybody experienced/fixed this or am I re-installing Flash?

    I've been poking around trying to fix this, and I discovered something... the error occurs on this line of code:
    public function GetIndexOfPointInVector(PointToFind:Point, VectorArray:Vector.<Point>):int
    If I comment that function out (it's not used in this particular project), I don't get that error anymore, even though there are plenty of other Points in use in that very class. Possibly a problem with Vector typing?
    edit: and now StageOrientationEvent is gone.
    Message was edited by: Sean A Simpson

  • Safari not opening in landscape mode when opening links from mail

    Hello,
    Since the update to iOS8 I experience following: when using my iphone in landscape mode, opening links from the default mail app doesn't open Safari in landscape mode. I have to manually tilt the phone to portrait mode and back to get landscape mode.
    When opening Safari manually in landscape mode, it works fine.
    Anybody else experiencing this issue?

    Hey there streatuac,
    It sounds like the Safari app is not automatically switching to landscape when you open a link from the mail app on your phone. I would start by closing all the running apps on your phone first:
    iOS: Force an app to close
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    When you have done that restart the device and test the issue again:
    iOS: Turning off and on (restarting) and resetting
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • "Open links from applications" in Safari 5

    Preferences > General > "Open links from applications"
    This has been removed in Safari 5, so when I open, say, 10 weblocs I keep in a folder in the Finder, I now get 10 separate windows.
    1) ***, Apple?!?
    2) Any suggestions for a hack to fix this stupid oversight?
    I could probably change Preferences > Tabs > Open pages in tabs instead of windows (which I currently have set to "Never" because it overrides keystroke+click for telling Safari how to open a link) and see what that does, but I like that preference the way it is.

    Hi,
         Is there any workaround for this issue. Because when multiple window gets spanned we are getting confused. Or let us know if there is any way to open the download prompt alone instead of opening up with the new window. One more thing to note is once the download is complete the new window also doesn't closes automatically which needs to be closed manually. This makes very annoying. Kindly let us know how to prevent the new empty window from opening.
    Vijay.

  • How to embed and launch ipa file from another ipa package created using Air for iOS

    Hi Guys,
    Anybody out there knowing how to embed and launch ipa file from another ipa package created using Air for iOS ?
    I am having 1 ipa file created using Xcode, Now i need to include that file in my ipa Package which is created using Flash CS 5.5 and Air for iOS. Also i need to know how to open my 1st ipa file from AS3 ?
    Thanks,

    Hi Sir,
    Thanks for your reply.
    But in that case user need to download 2 applications right. I need user to download my parent application created using Flash and that package contain one more ipa created using Xcode, so from my parent app only user should able to open my 2nd app. Is there any way to do that?
    Ps:  I am not talking about in-app but 2 individual apps inside one package.

  • Opening links from safari

    Whenever i try to open a link to a document in Safari it downloads as an .eml file and when i open it, it opens in mail. How can i fix this, so it automatically downloads as an .mht file so it will open in word?

    I suggest you to file a bug report regarding this issue: https://bugreport.apple.com/
    I can confirm that Safari has serious issues with opening links from other applications. For example Content Guide links in Quicktime Player opens empty windows.

  • Firefox 3.6.15 on OSX 10.6.6 no longer opens links from Mail; Safari and Chrome will

    Sometime around version 3.6.12 firefox, when set as the default browser, won't open links from Mac Mail. The firefox window will come to the front, but the link won't open. If I set Safari or Chrome as the default browser, they work.

    The following worked for me:
    http://support.mozilla.com/en-US/questions/684867
    "Problem: I had the same problem but with mac osx 10.5.8, Firefox 3.6.6 sometimes prints and sometimes does not, but the preview was always blank and I could not save to pdf file.
    Solution: I downloaded Firefox 3.5.10, installed it on my desktop and opened it, tried print preview and it worked, quit Firefox 3.5.10 and ran 3.6.6 and voila! print preview is working fine and I can save to pdf fine.
    I guess running 3.5.10 fixes the profile in a certain way. I have no idea how that happened but it worked."

  • How to make an air for ios enterprise distribution Flash CS5.5?

    Hi, There seems to be only:
    Quick publishing for device testing
    Quick publishing for device debugging
    Deployment - Ad hoc
    Deploymnet - Apple App Store
    How does one do Deployment for in-house Enterprise Apps from Flash CS5.5 with AIR for iOS?
    Thanks!

    maweibezahn,
    The plist in step 2 is created so you can download the app onto the device.  This file stands alone, and does NOT need to be included in the app package, but it does need to reside in the same spot on the web server.  Below is an example plist file for an app.  You then access the following link from mobile safari to install:
    <a href="itms-services://?action=download-manifest&url=http://www.myserver.com/myAppPlist.plist">Tap Here to Install myApp On Your iPhone</a>
    ----------myAppPlist.plist------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>items</key>
              <array>
                                  <dict>
                                            <key>assets</key>
                                            <array>
                                                      <dict>
                                                                <key>kind</key>
                                                                <string>software-package</string>
                                                                <key>url</key>
                                                                <string>http://www.myserver.com/myApp.ipa</string>
                                                      </dict>
                                            </array>
                                            <key>metadata</key>
                                                      <dict>
                                                                <key>bundle-identifier</key>
                                                                <string>com.myServer.myApp</string>
                                                                <key>bundle-version</key>
                                                                <string>1.0.0</string>
                                                                <key>kind</key>
                                                                <string>software</string>
                                                                <key>title</key>
                                                                <string>My App Name</string>
                                                      </dict>
                                  </dict>
              </array>
    </dict>
    </plist>

  • How to record a time-limited video with Adobe AIR for iOS

    I am trying to record a time-limited video with Adobe AIR for iOS.
    For example, I want to implement the following function. Start a one-minute timer before launching CameraUI to record video. When the timeout event happens after one minute, stop recording video, close the CameraUI view and obtain the video data so far.
      I have several questions related to that.
      1. How to stop recording video from outside the CameraUI view(in this case, from the timeout event handler) and then close the CemeraUI view? As far as I know, to close the CameraUI view, the only way is to press the [Use Video] button or the [Cancel] button from inside the CameraUI view. Is it possible to close it from outside?
      2. Even if the first problem mentioned above is solved, then how can I get the video data so far(in this case, the video data before the timeout). I know that normally we can get a MediaPromise object from MediaEvent parameter of the  complete handler, and read the video data from the MediaPromise object. But obviously in this case, we can not access the MediaPromise object just because the complete handler itself will not be executed since the [Use Video] button is not pressed.
      3. Is it possible to add a stopwatch to show possible remaining recording time when CameraUI view is open? It seems that the CameraUI automatically uses the full screen of iOS device(in my case, iPad) and there is no extra space to show the stopwatch.
      Are there any solutions or workarounds about the three problem above? I really appreciate it if anyone has any idea about this. Thanks in advance.

    You'd have more control by using the Camera object, showing the camera on a video object inside a Sprite, and capturing that. Then you could put whatever graphics alongside it on the stage.. I've used FlashyWrappers in a test to capture the video to the library.  It took some work, but the test worked well...
    Flash/AIR record videos of your apps and games: Rainbow Creatures

  • Unicode characters appear as      (boxes) in AIR for IOS

    I am developing an application for iPhone and it has an input Text box. (Placed on stage from flash CS6). In the Desktop emulator everything works fine. But, on the actual phone, everything I type appears as       . But surprisingly, when I am inputting the text, (i.e. the textbox is in edit mode) the characters are displayed correctly. But as soon as I leave the box it appears as       . Is there someway I can display the text the same way it is displayed during the edit mode?
    I am trying to input Devanagari देवनागरी characters.
    P.S. I did some research on this and found that, if I specify the  font for the textbox = "DevanagariSangamMN" then there is some improvement.
    I say improvement becasue althought the boxes       are replaced by actual characters , they aren't correctly formated.
    For e.g. during edit mode the text appears as this: कार्यकर्ता
    But as soon as I leave the textbox it appears as this: कार्यकर्ता (I typed this here by adding special unicode characters ZWNJ so that characters won't join)
    Anyway, I don't like the idea of having to specify font names? What If some user would like to input chinese, how would I know what chinese font to use?
    Isn't there some way to let IOS handle things, (just like how it handles things when I am inputing text).
    Thanks.

    Thanks to everyone who replied.
    The conclusiver answer is that there are only 2 ways to display H264 video in AIR for IOS
    (more info here http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.htm l#play%28%29)
    1. Progressive download
    2. HLS format (slight caveat, in my tests at least, OSMF 1.6.1 does'nt handle this, but if you use the NetStream directly with StageVideo enabled it works)
    Updated Matrix is :
    FMS 4.5 H.264 Streaming test matrix
    RTMP
    HDS
    HLS
    HTTP Progressive Download
    AIR for Android
    Yes
    Yes
    No
    Yes
    AIR on Windows (Desktop)
    Yes
    Yes
    No
    Yes
    AIR on IOS
    No
    No
    Yes
    Yes
    Safari Browser on IOS
    No
    No
    Yes
    No

  • Is it possible to open "settings" from Air?

    Hi,
    Is it possible to open/ link to "general - > settings" from Air? (iOS in this case)
    I'm using native Facebook/ Twitter ANEs and it would great to present a "Go to settings" from my app, if FB/Twitter isn't installed.

    I am not sure.
    You are installing another completely different OS.
    I think you need a separate partition on a hard drive to install this.
    You maybe able to run Ubuntu in a virtual machine environment, within OS X, using something like VMWare Fusion, Parallels Desktop or the free, open source virtual machine called VirtualBox.
    OR, you need to install this on either a fast reading/writing  formatted USB 2.0/3.0 Flash drive or you need to purchase a fast external hard drive and install the OS on that drive.
    You don't post the specs of your iMac.
    If you decide to use an external hard drive depending on your iMac model, I would purchase a hard drive that connect, at least by FireWire 800. If a newer iMac, look into Thunderbolt connected hard drives or if you have a late 2012 or 2013 iMac, look at USB 3.0 connected external hard drives.

  • WEB PAGE'S LOADING INTO AN AIR FOR iOS PROJECT

    Hi!
    I have a complicated problem. I try to find a solution everywhere but I didn’t find anything.
    I’m creating a project Air for iOS with Flash CS5 and Flash CS6. I need to find somebody that know how to upload a web page inside an app.
    I try to explain better. There is yet a task for upload an html link, but it just work in a new browser window. In this way, every time I want to see a web page, the app will be close. Is it possible to import all the web page inside the Air for ios project, and not in an external window?
    I'd like the result is like this:
    Thanks a lot.

    hi....
    i used StageWebView class and i wrote this code:
    var webView:StageWebView = new StageWebView();
    webView.viewPort = new Rectangle( 0, 0, this.stage.stageWidth, this .stage.stageHeight);
    webView.stage = this.stage;
    webView.loadURL( "http://www.adobe.com" );
    The web page opens correctly without using the browser but it opens into all project's frames.
    Is it possible to open the web page only in the frame one (for example) ????
    Thanks a lot!!!!!!!!!!!!!!!!!

  • Not opening links from mail - firefox turns grey at bottom

    firefox usually opens links from "mail" in a new tab. Sometimes
    firefox greys out and will not allow links to open. Clearing history
    or restarting firefox solves the problem somettimes. Multiple restarts
    may be required.

    I suggest you to file a bug report regarding this issue: https://bugreport.apple.com/
    I can confirm that Safari has serious issues with opening links from other applications. For example Content Guide links in Quicktime Player opens empty windows.

  • I cannot open links from my Yahoo or Google email accounts

    When I try to open links from my Yahoo! e-mail or even Google mail, the links will not open. I get a message saying  "Safari can't open the page". This happens repeatedly! Any other websites open are fine and working.
    I know this is another subject, so you don't have o answer if you don't want to.  Can you tell me where the Screen Caption button is or how I can take a screen pic?
    Thank you for your assistance.
    Penny Garza

    Right click on a PSD file and select "Open with...". In the following dialog, select Photoshop Elements and keep the checkbox to use that as the default on.

Maybe you are looking for

  • How do I create a series of text frames using values from Excel list?

    First of all, this is the very first script I'm attempting to write from scratch. I'm completely green at scripting, and I've picked up a few snippets from Adobe's ID scripting guide, but nothing has really stuck yet relating to this particular objec

  • How can i see what devices are connected to my icloud?

    I want to know if pictues from my mac are on any other devices. How can i see what other devices i have connected to my icloud?

  • Should I get an iMac with all the problems about?

    So, as my birthday is coming up I decided to get an iMac, however on Wednesday I read on Gizmodo about the yellow screen debacle, so after doing some research on the matter I'm not sure what to get any more. I decided (Before I read this on Giz) to g

  • How to cancel a print job in progress

    I have a HP C5580.  When i was using Windows ME on my former PC, I could easily go to Printers, select the 5580,  hit documents in queue, and hit cancel , and the printer stopped. Got a new Compaq  PC with Windows 7, and I can't figure out how to can

  • Is Block Diagram Open

    Is there a way to tell if the Block Diagram is open when a VI is started?  I have a subVI that is set to modal when open.  When trouble-shooting, if I run my application, but forget to disable modal for the subVI it causes the system to lock up. It w