(HTML w/embedded SWF)-->--> iOS app?

I've read that a SWF-> AIR-> iOS app impossible to import another SWF on the fly, so am I right in assuming that an HTML AIR file cannot include and embedded SWF?  It's just a SWF.  It will not change during execution.  As a way to include the SWF file in the package so that when AUGUST the AIR app GET iOS compiled the SWF doesn't exist to somehow get embedded in the HTML document?

Thank you!

Looks like you can't AIR port for iOS-based HTML, so the question is really questionable.

"The mobile AIR HTML-based applications are not currently supported." http://help.Adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-8000.html>

Tags: Adobe AIR

Similar Questions

  • Is faster than the local AIR IOS app remote SWF SWF because I can ' t use the unloading code.

    Are faster than the local SWF on AIR IOS app remote SWF because I can't use the code to unload on IOS of AIR.

    my local code:

    Stop();

    import flash.net.URLRequest;

    import flash.system.ApplicationDomain;

    import flash.system.LoaderContext;

    import flash.filesystem.File;

    import flash.filesystem.FileMode;

    import flash.filesystem.FileStream

    go_level_2.addEventListener (MouseEvent.Click, Level_2);

    function level_2(event:MouseEvent) {}

    var loader2:Loader = new Loader();

    var loaderContext2:LoaderContext = new LoaderContext (false, ApplicationDomain.currentDomain);

    var file2:File = File.applicationDirectory.resolvePath ("level2.swf");

    loader2. Load (new URLRequest (file2.url), loaderContext2);

    addChild (loader2);

    }

    Because it works for me, because I can't unload the SWF app file en becomes slow, I'll put the SWf file "s on a remote location.

    But I can't imagine what is happening when I loaded the SWF file remotely. It remains on the server, or it remains on my application when I unloaded it, and the app gets also larger. I hope you can help me because I went on the internet for a week and do not now how to go further.

    I had a similar problem, but not on iOS.

    Maybe my solution might work for you too, however.

    The problem was this line:

    new LoaderContext (false, ApplicationDomain.currentDomain);

    Do not reuse the same field of application, or you will never be able to get rid definitions and thus the SWF loaded.

    Instead, make a new child application domain for the current domain, keep track of it and it has as well as the rest of the SWF file when you are finished.

    Example:

    var loader2:Loader = new Loader();

    var appDomain2:ApplicationDomain = new ApplicationDomain (ApplicationDomain.currentDomain);

    var loaderContext2:LoaderContext = new LoaderContext (false, appDomain2);

    var file2:File = File.applicationDirectory.resolvePath ("level2.swf");

    loader2. Load (new URLRequest (file2.url), loaderContext2);

    addChild (loader2);

    Then

    function finishLevel2(event:Event):void

    {

    var loader2:Loader;

    loader2 = Event.Target.Loader;
    loader2.parent.removeChild (loader2);

    loader2.unloadAndStop ();

    appDomain2 = null;

    }

    Note that the definitions of the classes of the loaded SWF file will be available in the new application domain.

  • is my profile embedded adobe when I pubblish an iOS app?

    I'm working on an iPad app for a company as a freelancer. I plan to pay a subscription to creative cloud, so I can work from home, without the help of machines/software of the company. Then, when finally pubblishing the app to the app store, I make as clean as possible.

    Will there me privacy embedded in the app when I compile from my personal computer? I'm not talking to Apple for Xcode Developer profile, the company has already provided one for me. I refer to my staff GET of ifI CS6 license this creative cloud subscription.

    Is that the information already in the flash project file, or it is only written when the file is compiled? For example if I create a new project in the IDE flash of the House and then continue to work in the office.

    I have to go to the office and do the pubblishing final in a Flash IDE on the company computer if I want to avoid this?

    TIA

    Apple has no way of knowing who actually packed your IPA.

    Your grandma cat is good to go.

  • IOS app showing "disconnected" after update to IOS 9.3.2

    Well, it seems that I can access is no longer my actions on my iPhone after updating to IOS 9.3.2,and the app shows my NAS as 'Online', but the actions all show "disconnected." If I'm on WIFI it connects fine and shows "connected (LAN)" cell data are enabled for the application and the NAS server is online, just won't access actions while on cell phone. I guess this is a new problem and we have to wait for an update of the app? Sucks that I have to be on WIFI to access my actions to my phone. Desktop application works very well. Someone at - he found a work around for this?

    I was finally able to fix it by going into the tab 'Cloud' on the NAS by clicking on the button "Exit" to cancel my account, signing of the computer desktop and the IOS app, then go to http://readycloud.netgear.com/client/index.html#page=discoverdevices to register a new account with a different email address, even used the same password. Then come back to the NAS to turn on and connect to the cloud and finally sign with the new account on the IOS app. It worked and I can now access all my actions on IOS other networks. Don't forget to turn off the wifi on your phone while doing this, he has to connect through the network of cells and no premises. I guess the old account is deleted when I removed it, otherwise it is now sleep.

  • No IOS app is created by using the App package manager?

    I published my journey as a content of HTML 5 and then used App Packager to convert it to an application.

    I chose both Android and IOS, but after the conversion, I only got the app for Android, Symbian, webOS and Windows Phone, but did not get the app for IOS.

    Someone has managed to convert an IOS app?

    Hello

    The process to complete iOS relies is slightly different from that for other platforms: all versions of iOS must be signed by a developer certificate and a configuration profile, which is related to your Apple Developer account and the device you want to test on.

    The links below will help you set up.

    https://build.PhoneGap.com/docs/config-signing-iOS

    http://docs.PhoneGap.com/en/1.8.0/guide_getting-started_ios_index.MD.html

    Thanks and greetings

    Himanshu skalli

  • its iOS app problem

    Hello

    My question has to do with sound drive of ios app icon located in the top bar, near the battery icon. It appears when the user listens to music through certain applications such as ipod, soundCloud, youtube and etc.

    With the tests I did, I saw that AIR doesn't do this when you create a sound object and read it. Is it possible to make the air as default player application in ios?

    the icon image is here (blue arrow in the top bar)

    http://a5.mzstatic.com/us/r1000/090/Purple/8a/21/cb/mzl.anbzmref.320x480-75.jpg

    Thank you.

    I solved the problem by using htmlwebview.

    It's javascript. radio.html

    Audio var = new Audio();

    audio.setAttribute ('src', 'http://xxx.xx.xxx.xxx:9001 /; component/1 ');

    function playRadio()

    {

    audio. Play();

    }

    function stopRadio()

    {

    audio.pause ();

    }

    and side actionscript

    _html = new StageWebView();

    _html.viewPort = new Rectangle (0, 0, 0, 0);

    _html.stage = stage;

    _html.addEventListener (Event.COMPLETE, onHTMLLoadComplete, false, 0, true);

    var buildPath:String = File.applicationDirectory.nativePath;

    var source: String;

    source = buildPath + "" / radio.html ";"

    _html.loadURL (source);

    function onHTMLLoadComplete(event:Event):void

    {

    _html.loadURL ("JavaScript:playRadio ()");

    }

  • Flex: PB filters can be used in an embedded SWF file?

    I use the image tag to display an embedded - image filter PB works fine

    But if I replace the image embedded with an embedded SWF - filter PB does not apply

    Filter PB works with an embedded SWF file?

    to change the amount that the filter is running, you set the new value to shader.data.amount.value and then you reapply the shader object:

    Shader.Data.amount.Value = [newvalue];

    Map.filters = [filter];
    See page 31 in my MAX laboratory specifications:
    you might want to try to change the settings and see if that makes the right thing now, I see nothing wrong with the code snippet you posted.
  • Mail in 10 iOS app

    The mail in 10 iOS app is probably one of the worst pieces of Apple software in 10 years. When you receive a response in a conversation and beat up, the emails appear in absolutely random order! For example, I received a response to a conversation today and after seizure on the mail of the order was: yesterday 15:39, today 10:11, 2 days ago 16:04.

    When you tap the first triangle they will appear in the correct order. However: the triangle type gives a view that does not allow to decide where the mail is part of the conversation and where other - no intention, no other color.

    Resolved, new user preferences to control this behavior.

  • How can I remove a 10 iOS app? There is no mention that a menu

    How can I remove a 10 iOS app?

    All 10 iOS did when I press and hold, is to bring up a menu - which is a feature new, unexpected and undesirable new iOS operating system 10. This action is used to make the icons to move, I could press the "x" on the app, and it has been deleted. Now, I get a menu, without any option to delete.

    Help would be appreciated

    Post edited by: Grace Hope
    I just thought about it - you must maintain the App "slightly" and then move the icons, and you can press the 'x' to remove the application. If you push hard and here, the menu useless appears - lack of vision of Steve Jobs to Apple... he really wants this App menu? Without disabling option - the only thing I see is maybe turn off touch 3D, but I have not yet tried this plan.

    Tactile 3D power off will solve the problem. You can also try setting the sensitivity of touch 3D cabinet so that there is a major difference between a light and press tap. Tactile 3D can also just take some time to get used to. I struggled for the first week with building accidentally instead of tapping, but now I'm a pro at home. To access the tactile 3D settings, go to settings > general > accessibility > scroll to the 3D button.

  • Impossible to delete iOS apps 10-pressing/holding icon just widgets for the app.

    Impossible to delete iOS apps 10-pressing/holding icon just widgets for the app.

    Hi b. Bruce Brinson,.

    I understand that you are having some difficulty to remove apps on your iPhone, and instead you see additional options for these applications. I know it's important to have control over what is on your iPhone, so I'm happy to help you.

    From what you described, it seems that you use tactile 3D, instead of simply touch and hold for remove. You can see more info on tactile 3D and how it works here:

    3D Touch - iPhone

    Tactile 3D

    Tactile 3D gives you an additional way to interact with the iPhone. On supported devices, you can tap the screen to see the previews, access useful shortcuts and more.

    Tactile 3D is based on:

    • iPhone 7

    • iPhone 7 more

    • iPhone 6 s

    • iPhone 6 sec more

    For example, press a notification to the lock screen to respond. In Mail, tap a message in the list of the mailbox for a glance at the contents of the message, and then slide up to see a list of actions. Or press a little more pop the open message. In Photos, tap a picture for the look to it, and then drag upward to share or copy it; Press a little bit more far to jump the image in full screen. In this document, look for other examples of tactile 3D, which are marked with .

    You can use Touch 3D on the home screen, tap the application to see the menus of fast action. For example, you can press the icon of the camera on the home screen, then choose Selfie take. Quick action also works in the Control Center. For example, press the flashlight, then choose a light bright, medium, or low.

    Once you have an understanding of what is currently happening, try the following steps to remove apps from your iPhone:

    Delete music, movies, applications, and other content to your iPhone, iPad or iPod touch - Apple Support

    Remove an application

    1. Press and hold the application until it stirs.
    2. Press on the in the upper left to remove.

    You may be prompted to confirm that you want to delete the app. If you see a pop-up that says, "[application name] remove will also remove all the data," press DELETE.

    Thank you for using communities Support from Apple. See you soon!

  • 10 suggested iOS apps

    How to disable suggested applications that appear at the bottom of the screen when you switch 10 iOS apps? In previous versions, the framework was in settings-> iTunes and App Store, but it's gone. I looked in all the other settings and am stumped. Any help would be appreciated. Thank you.

    I think I actually found the solution. Slide down to notifications from the top, slide all the way left, scroll all the way down, press the point edit and delete suggestions app Siri.

  • How do I save pictures to my e-mail on photos on 10 ios app?

    How do I save pictures to my e-mail on photos on 10 ios app?  Economy option disappeared on ios 10

    The option is always there. You should press and hold on the image a little longer and then when the backup or copy of the window opens, save the Image is on the bottom row, but you may have to slide to the left to reveal. Once you find it, you can reorder the options by dragging the 3 lines to the right upwards or downwards as see fit you.

  • What happened to make genius playlists in music 10 iOS app

    What happened to make genius playlists in music 10 iOS app

    I also wanted to know this question, I wanted to make a list of genius on my own library of songs playlist and the option is not available.

  • Family, sharing, but not IOS apps

    Is it possible with the family sharing enabled for sharing everything but IOS apps? My wife and I are the only two users on the network on the part of the family. But none of us wants to get automatically the other apps.

    Turn on downloads automatic for the iTunes Store, App Store and iBooks Store purchases - Apple Support              Settings - iTunes and App Store - automatic downloads / Apps

    Hope this helps, good luck to you

    ~ Michael M

  • Mac and iOS App Store

    I bought things on the iOS app store, an example may be GTA III and can I download it on my iPhone and iPad, but why not on my Mac? and why mac has an app store itself, why is it not connected to the Mac app store iPhone/iPad app stores?

    Because applications for iOS devices are run under an any other operating system that applications that run under OS X, so quite different applications have developed and sustained.

    See you soon,.

    GB

Maybe you are looking for