Flash builder 4.5.1 ios build fails with error map failed

I have built several test app with flash builder 4.5 and now 4.5.1.  I am working on an app for ipad, but when I run a test build it runs for several minutes as if it is going to create the ipa, but then error out and displays the following error message:
message title: Problem occured
'Launching [name of configuration] has encountered a problem.
Error occurred while packaging the application:
Map failed
that's it, no other reference.  I have searched for any reference to this problem and haven't been able to find one.  When I first packaged a much simpler version of the app, it created an ipa just fine.
Can someone help me.
Thanks

When I was try to build a debug iOS version, I got this error, too.(release version is ok)
For the project I was use Flex SDK 4.5.1 and AIR 3 SDK.
blew is the log, I copyed from {flash builder workspace}/.metadata/.log
!STACK 0
java.lang.Exception
          at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:1010)
          at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
          at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:52)
          at com.adobe.flexide.multiplatform.ios.packaging.IPAPackager.create(IPAPackager.java:220)
          at com.adobe.flexide.multiplatform.ios.launching.IOSOnDeviceLaunchHandler.doPackage(IOSOnDev iceLaunchHandler.java:283)
          at com.adobe.flexide.multiplatform.ios.launching.IOSOnDeviceLaunchHandler.launch(IOSOnDevice LaunchHandler.java:181)
          at com.adobe.flexide.launching.multiplatform.MultiPlatformLaunchDelegate.launch(MultiPlatfor mLaunchDelegate.java:180)
          at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate. java:238)
          at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate. java:132)
          at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
          at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:702)
          at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:923)
          at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1126)
          at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!ENTRY com.adobe.flexbuilder.project 4 43 2011-11-22 22:10:54.816
!MESSAGE Error occurred while packaging the application:
Map failed
even I try to change sdk with FLEX 4.5 and AIR 2.6, the error was still here.
And I try to build debug project in Flash Pro. It was OK.
So I think it was an flashbuilder bug.
My project only 137Megabytes

Similar Messages

  • Flash Builder crash with error log

    I started a trial FB 4.6 a couple of weeks ago. Yesterday FB started crashing arbitrarily while simply using the editor. Error log entries (from workspace/.metadata/.log) like the snippet below immediately precede the crash. FB is open from anywhere between 10 seconds to 20 minutes before crashing.
    Crashing: the whole Flash Builder UI locks up and needs to be force-quit.
    Problems seemed to start after I did these new things; installed Android USB driver for my device, debugged on the device, and also tried the Profile feature. Doing those things seemed to work fine, and I otherwise don't know what they'd have to do with the message(s like the one) below. At crash time, the file noted is not there, instead there is single file:
    "...\.metadata\.plugins\com.adobe.flexbuilder.codemodel\SwcCache\swcPaths.cache".
    However as I browse the .plugins folder looking for files related to this problem, I've seen folders/files suddenly appear and disappear, not related to any build process.
    I've tried rebooting. I'm going to try changing workspaces. Here's a log snip:
    ...  !ENTRY com.adobe.flexbuilder.project 4 43 2012-01-26 11:32:18.858 !MESSAGE Cannot load nonexistent library swf C:\stuffo7\FlexMoreWorkspace\.metadata\.plugins\com.adobe.flexbuilder.codemodel\SwcCache\ mobile.swc-293353047\library.swf for swc C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.6\sdks\4.6.0\frameworks\themes\Mobile\mobile.swc !STACK 0 java.lang.Exception      at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:1019)      at com.adobe.flexbuilder.project.internal.FlexProjectCore.log(FlexProjectCore.java:867)      at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:56)      at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:41)      at com.adobe.flexide.designitems.loaders.LibrarySWCLoader.loadNextSWF(LibrarySWCLoader.java: 111)      at com.adobe.flexide.designitems.loaders.LibrarySWCLoader.access$5(LibrarySWCLoader.java:96)       at com.adobe.flexide.designitems.loaders.LibrarySWCLoader$SwcLoaderCallbacks.SWFLoaded(Libra rySWCLoader.java:218)      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)      at java.lang.reflect.Method.invoke(Unknown Source)      at com.adobe.flexide.playerview.DesignCall.invoke(DesignCall.java:96)      at com.adobe.flexide.playerview.PlayerListenerHost.notifyDesignCall(PlayerListenerHost.java: 173)      at com.adobe.flexide.playerview.PlayerListenerHost.callFunction(PlayerListenerHost.java:47)       at com.adobe.flexide.embeddedplayer.PlayerNativeCallbacks.CallJavaFunction(PlayerNativeCallb acks.java:48)      at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)      at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2530)      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3752)      at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)      at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)      at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)      at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)      at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)      at java.lang.reflect.Method.invoke(Unknown Source)      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)      at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    Message was edited by: tedalde2 (fix broken formatting)
    Message was edited by: tedalde2 (define crashing)

    Apparently related to switching workspaces... the error log identifies a path to an old workspace I changed out of weeks ago. I created a new workspace and moved the project (just the source, etc, not the settings) into it. been running fine for a while now... though funny how this problem didn't show up until yesterday.

  • Flash Builder 4.6 compile "Map Failed" error

    HI,all
        First,Adobe have no place for  bug report . Yes,you will say  http://bugs.adobe.com/jira/secure/Dashboard.jspa ,but ,i have no account,  also doesn't know how to register one.
    OK ,Today..i will compile an mobile project have  1.5G+  pictures and swfs ..
    i met a "Map failed" error when i make a IOS Package..
    The .log  file content is :
    !ENTRY com.adobe.flexbuilder.project 4 43 2012-03-15 02:08:09.404
    !MESSAGE Map failed
    !STACK 0
    java.lang.Exception
              at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:1019)
              at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
              at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:52)
              at com.adobe.flexide.multiplatform.ios.packaging.IPAPackager.create(IPAPackager.java:276)
              at com.adobe.flexide.multiplatform.ios.exportrelease.IOSExportReleaseHandler.doPackage(IOSEx portReleaseHandler.java:264)
              at com.adobe.flashbuilder.project.multiplatform.ui.exportrelease.MultiPlatformExportReleaseV ersionManager.doExport(MultiPlatformExportReleaseVersionManager.java:198)
              at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard$1.run(Exp ortReleaseVersionWizard.java:208)
    my hardware:
    G41 MotherBoard +  8G RAM + E7200CPU
    My software:
    windows 2008 r2 with sp1 (64bit)+ FlashBuilder 4.6           default config ,very clean system, just install today.
    And , i transfer my project to a Windows XP host ...Oh, My god .....it  works , the  IOS package produced normally.
    SO......so.......i cann;t say any word now .....is  adobe hate windows 7 (32bit,i tested ,same problem )  and Windows 2008?? 
    Raymond

    I constantly had issues with this.  I managed to run into the max for increasing the heap space.  I was able to get beyond the limit by flagging the FlashBuilder.exe file to allow it to allocate to higher memory address ranges.  I'm on a 64 bit machine, so the only limitation was the 32 bit FlashBuilder process.  Anyways i was able to get from 1024m up to 1720m.  Also note that FlashBuilder 4.7 Beta is out and it is a native 64 bit application, so you will get higher addressing there.  I just found it to be too buggy for my every day development tasks.  Also missing the Design view really hurts development.  I hope they put that back in.
    Here's more detail on how I got beyond the java heap ceiling.
    http://chrsmrtn.azurewebsites.net/flash-builder-java-heap-errors-limitations-of-xms-and-xm x/

  • Flash Builder fails to copy over static files in incremental compiles

    During incremental compiles, the Flash Builder fails to copy over certain static files (such as *.js and html files).  I have my own html wrapper and during incremental compiles it fails to copy over this file and also deletes the file from bin-debug/bin-release.  I have to do a clean build instead to ensure these files are copied over.

    Just tried this out on an IIS server with Flash player 10.3.181.14 - it worked.
    Are you using the release version of Flash Builder 4.5 with the release version of Flex SDK (not a prior SDK build)?
    The URL you mentioned gives me a 403 forbidden error.
    -Anirudh

  • Flash Builder fails to connect to debugger

    I've noticed this problem after doing a clean build of all projects (app and libraries) in my workspace. After a clean build, when I launch the application in debug mode, Flash Builder fails to connect to the debugger and is usually stuck with a status of "Launching app: (61%)" for a long time and ultimately reports an error.  However, if I just do a clean build of the app (no dependent libraries), I don't have this problem.

    You may be hitting this infamous issue: http://bugs.adobe.com/jira/browse/FB-16153 (multithreading problem in Flash Player, supposedly fixed now but not released yet). The more CPUs/cores your computer has, the more often you will encounter this issue.

  • Flash Builder 4 with Flex SDK 4.0 for Intel App Up

    There is some misinformation on Intel AppUp and the Melrose FAQ about being able to publish with Flash Builder 4.
    Intel App Up Program Submission
    According to http://appdeveloper.intel.com/en-us/article/adobe-air-packaging-guide-atom-developer-progr am-submissions
    "AIR app must be built using Flex Builder 3 with Flex SDK 3.5a.  Currently Flex Builder 4 with Flex SDK 4 is not supported."
    Melrose FAQ
    According to http://learn.adobe.com/wiki/display/melrose/Melrose+Developer+FAQ
    "Q: Are there system requirements for enabling try and buy in AIR apps using Melrose?
    A: You must have Adobe Flex Builder 3 or greater and Adobe AIR 1.5.3 or greater."
    Is the Intel App Up statement correct?  If it is, could I get an explanation why?  I've been waiting for the last 3 months waiting for the Melrose SDK to deploy to Intel App Up and now I can't even submit my application.
    Thanks.

    The current version of Melrose supports Flex 3.5 SDK for AIR applications running on AIR 1.5.3 runtime or higher. You can use Adobe Flex Builder 3 with Flex 3.5 SDK or Adobe Flash Builder 4 with Flex 3.5 SDK.
    Support for Flex 4.1 SDK for AIR applications running on AIR 2.0 runtime should be available within a few weeks. Please note that we will not be able to support Flex 4.0 SDK because of certain technical challenges.

  • Build finished with ERROR - Failed to pack public part

    Hi,
    I am getting an error when I try to build a Development Component in CBS. This is what the build log says:
    Ant build finished with ERRORS
    Failed to pack public part: Failed to get InputStream for resource D:\usr\sap\PVD\JC01\j2ee\cluster\server0\temp\CBS\2\7\.B\3570\DCs\vecnet.co.nz\general\rimp\preq\preqform\preqcreate\_comp\src\configuration\Components\nz.co.vecnet.general.rimp.preq.preqform.preqcreate.CreatePurchReqComp\CreatePurchReqCompView_Create_Purch_Req_IF.xdp
    Error: Build stopped due to an error: Failed to pack public part: Failed to get InputStream for resource D:\usr\sap\PVD\JC01\j2ee\cluster\server0\temp\CBS\2\7\.B\3570\DCs\vecnet.co.nz\general\rimp\preq\preqform\preqcreate\_comp\src\configuration\Components\nz.co.vecnet.general.rimp.preq.preqform.preqcreate.CreatePurchReqComp\CreatePurchReqCompView_Create_Purch_Req_IF.xdp
    Build plugin finished at 2008-10-02 15:31:45 GMT12:00 (NZDT)+
    Total build plugin runtime: 31.769 seconds
    Build finished with ERROR
    Could you please tell me why I am getting this error, and how do I resolve this one?
    Thanks,
    Ajay

    Was never able to find an answer for this on SDN and haven't had the issue in a long time so I'm closing question.

  • Flash Builder Burrito with Hero RUN disappears

    In trying to complete the Flex-In-A-Week tutorial series, I found it necessary to install Flash Builder Burrito with Hero for the "professional" features of the network monitor. The install went fine and on first opening the interface looks fine including the |> RUN button being visible.
    When I define a new workspace using Switch workspace to where the FIAW files are and open the lesson I am working on the |> RUN button disappears and there is no way to run the code. I can't find any way to get the run button back. I may have to abandon the trail and return to the Flash Builder standard that came with CS5 Web and give up on the network monitor. someone please help.

    does anyone know of a replacement for the network monitor? so i can run the standard version.
    http://www.riaspace.com Piotr Walczyszyns' Toaster Lite says it does but I can't figure out how to integrate it into the Flash Builder work flow to use as easilly as network monitor appears to work.
    Any suggestions would be appreciated.

  • Build terminated with errors

    Hi Everyone,
    I need your help again:  I got below error when building DC:
    crm/isa/web/b2b: Build failed for sap.com/crm/isa/web/b2b(sap.com_SAP-SHRWEB_1) in variant "default": The Build terminated with errors
    Error: Build stopped due to an error:
    IO error scanning directory C:\Documents and Settings\10062219\.dtc\3\t\2D3B976A9B8E2D6D0E97D7D6C151292D\dependand\WEB-INF\xcm\sap\system
    Can anyone please help me to resolve this issue?
    Thanks, Jin

    Hi Jin,
    If you talk about default .metadata folder of your NWDS work space then do as below.
    1. Open NWDS
    2. Click on Window-->Preference
    3. Expand "Workbench" and select "Work Space" on right side you will see path for default work space for user.
    4. Go to that path i explorer you will see .metadeta folder.
    I hope you are looking for this.
    eCommerce Developer

  • Eclipse Galileo 3.5 Cocoa 32/64 bit + Flash Builder = fail?

    I thought I'd just bring this to everyone's attention, since it came up as a "gotcha" to me.  If you're downloading the newest version of Eclipse and you want to plug Flash Builder Beta 2 into it, you can only use the Carbon version.
    Any word on what the final release will support?

    When I run the application in the memory profiler under FB 4.0 it takes
    about 80MB of RAM peak.
    I can not get the app to launch out of FB 4.5.
    I have reproduced this issue on two different machines running only Eclipse
    both stand alone and the plugin versions.
    My machine has 4GB of RAM, my typical usage is less than 2GB.
    Right now with FB 4.0 I am working on the problem project and a few sample
    projects and Eclipse is consuming about 600MB which seems normal to me.
    The confusing thing for me is that everything works fine and is responsive
    with FB 4.0 and the issue does not seem to be actually compiling the
    application, rather it has something to do with how FB is parsing my source
    code that causes the hang.  Almost like somehow a circular dependency check
    that used to work is now failing or something like that.
    I am not sure how to find out what FB 4.5 is hanging on precisely.  I can only
    see that the logs look normal and memory usage climbs out of sight while it
    is hanging.
    -Chris

  • Flash Builder failed to lunch after installation.

    Adobe Flash Builder can't lunch after installation completed successfully. it says to uninstall and reinstall again. if problem continues, contact adobe support. and it says: "error: 5"
    ~ Then after I uninstalled it. Download it again and reinstall again, same result.  I did this numerous times now and no tech solutions so far!
    What is going on here and how to fix this? 

    don't worry, it works now, after i rebooted the machine.

  • In Flash Builder: "No Disk" Error when trying to switch to Design View

    Just had Flash Builder Beta 1 uninstalled and Beta 2 installed instead.
    When I try to switch to Design View or open a link from Start Page in Flash Builder Beta 2, the application  freezes and "No Disk" error message pops up.

    You have some other problem with your boot drive that has corrupted data backed up to the TimeMacine drive.
    My advice is to boot into each operating system and manually backup just your Users files each to separate regular external drives (no Timemachine or backup software) and disconnect.
    Make a note of any serial numbers, emails, address book contacts, export bookmarks etc. that isn't typically in your users folders data.
    You might be able to Winclone 3 the Windows as a whole thing as it's appearing not to have issues but it's your MacintoshHD partition that is so that will have to be rebuilt from scratch.
    Most commonly used backup methods
    If your OS X parititon doesn't boot, you can use this to recover files.
    Create a data recovery/undelete external boot drive
    Without any further detail about your machine I can't advise specifically what to do, but it involves using Disk Utility to Zero Erase (move slider one spot to the right or in 10.6 using Security Option) the ENTIRE boot drive and reformatting, then installing OSX fresh and then setting up BootCamp again.
    If you wish to switch your boot drive for something better, this is a good time to do this.
    Install/upgrade RAM or storage drive in Mac's
    If your machine is capable of Internet Recovery, then use that, then upgrade.
    If your machine came with 10.6 or earlier, then use the 10.6 install disks and work up from there.
    Erase, formatting, OS X installs on Mac's

  • Flash Builder Extension Install Error

    I have tried the install for Flash Builder and Extension about 10 different times trying different options but I always end up with the same error where the last swc in the Referenced Libraries gives a cannot load error
    Description Resource Path Location Type
    Design mode: Cannot load cmisclientlib.swc (reason: ERROR: Load Verify). It may require classes (such as Adobe AIR components) that are not supported by design mode. Check the Eclipse error log for more details. LayoutBuilder.mxml /LayoutBuilder/src "Design view" Problem
    When I bring up the layout in design mode it will not show images or change based on the Theme
    Here is the layout in Flash Builder:
    Here is the design in Photoshop - It displays with the correct Theme and shows the images:
    Does anyone know of a solution for this problem or can point me in the right direction? This problem makes what should be a simple design very hard to work with.
    Thanks

    make sure your flash player is completely removed.  win:  http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
                                                                              mac:  http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html
    then manually download and install the correct player for your browser:  http://www.adobe.com/support/flashplayer/downloads.html

  • AIR 2.0 SDK installed but Flash Builder still giving error "NetworkInterface could not be found."

    Hi there,
    I am trying to retrieve the users MAC address to implement an authorization process on a AIR application. I have read that this is possible with the latest version of the AIR SDK (2.0).
    I am developing in Flash Builder and have discovered that it does not ship with the latest AIR SDK. Therefore I have tried two seperate solutions:
    1) Following these instructions for overlaying the latest AIR SDK onto the current Flex SDK.
    http://kb2.adobe.com/cps/495/cpsid_49532.html
    2) Downloading the latest Flex SDK (4.1) and using that.
    In both of these cases Flash Builder then recognises the NetworkInterface and NetworkInfo classes implying that the overlaying of the AIR SDK has been successfully. However when I then run the app the debugger throws an error on the following line:
    LINE:
    var results:Vector.<NetworkInterface> = NetworkInfo.networkInfo.findInterfaces();
    Note: I have imported both classes as well.
    ERROR:
    VerifyError: Error #1014: Class flash.net::NetworkInterface could not be found.
    Whilst it throws the above error it also traces the following text to the console:
    outer-scope = [global Object$ flash.events::EventDispatcher$ flash.display::DisplayObject$ flash.display::InteractiveObject$ flash.display::DisplayObjectContainer$ flash.display::Sprite$ Main$]
                           [Main[O] *[A]] {} ()
      0:debugfile "E:\Projects\ABETA\ABETA-AIRapp\flash-air\code;;Main.as"
                           [Main[O] *[A]] {} ()
      2:debugline 73
                           [Main[O] *[A]] {} ()
      4:getlocal0
                           [Main[O] *[A]] {} (Main[O])
      5:pushscope
                           [Main[O] *[A]] {Main[O]} ()
      6:debug
                           [Main[O] *[A]] {Main[O]} ()
      11:debugline 76
                           [Main[O] *[A]] {Main[O]} ()
      13:findpropstrict flash.net::NetworkInfo
                           [Main[O] *[A]] {Main[O]} (Object[A])
      15:getproperty flash.net::NetworkInfo
                           [Main[O] *[A]] {Main[O]} (*[A])
      17:getproperty networkInfo
                           [Main[O] *[A]] {Main[O]} (*[A])
      19:callproperty findInterfaces 0
                           [Main[O] *[A]] {Main[O]} (*[A])
      22:coerce __AS3__.vec::Vector
    I am not sure what steps to take next. I haven't found much about this online. The following adobe forum page is high on the google search results but when you click through it says I am unauthorized despite being logged in:
    http://forums.adobe.com/thread/528538?tstart=0
    I would greatly appreciate any advice.
    Many thanks,
    Gareth

    Be sure to check the namespace in your application.xml descriptor file.  It needs to support "http://ns.adobe.com/air/application/2.0" in order to access AIR 2 APIs at runtime.
    Hope that helps,
    Frank
    AIR Engineering

  • Flash builder 4 with sharepoint

    Hi All,
    I am new for Flash builder. i try to connect sharepoint webserviecs with flex.
    i could not connect i got an error.
    my sharepoint webservices link like this :
    http://localhost/teamsites/BS/Demo/Lists/TickerNews/_vti_bin/lists.asmx
    but i try to connect i got below text error:
    Unable to retrieve operations and entities from the specified WSDL.
    Reason :
    There was an error during service introspection.
    Details:
    There was an error during service introspection.
    WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'http://eworkspace/teamsites/BS/Demo/Lists/TickerNews/_vti_bin/lists.asmx'.: java.io.IOException: Server returned HTTP response code: 407 for URL: http://localhost/teamsites/BS/Demo/Lists/TickerNews/_vti_bin/lists.asmx
    pls help me anybody know the solution.
    kind regards
    siraj

    HI Sujeet
    Flash CS5 is it support for iphone.
    what is the basic step to create flash cs5 for iphone application
    kind regards
    sirajudeen

Maybe you are looking for

  • CFMENU v8.01 update broken in IE, works in FF

    Hello all, Has anyone seen problems with CFMENU after the ColdFusion 8.01 updater? My menus worked fine under CF8.0 but once I applied the update, the right arrow for the submenu (>) appears on top of the second letter of the parent menu in IE7 but n

  • Damaged AIR Package problem: Please help

    Hello there, i have huge troubles by trying to bring my non application air project to run. tryed it with dreamweaver extension, aptana studio and command line. it always compiles fine, but when i try to install it, it shows me following message: Sor

  • Upgrade 11.2 to 11.2.0.2 out of place

    Hi Im trying to upgrade from 11.2.0.1.0 to 11.2.0.2 is the following bug fix needed ? Im not doing the in place upgrade.. Im doing out of place upgrade? – Patch the release 11.2.0.1 Oracle Grid Infrastructure home with the 9413827 and 9706490 patches

  • Dynamic Link cannot connect to server - Mac OSX

    Hi, I have a problem importin AE compositions with Dynamic Link. I have Master Collection CS5 installed on a Mac oSX 10.5.8 When I try, for example, to import in Media Encoder a AE composition happear the window where I should choose the composition,

  • RMS Protected PDF using RMS Sharing Application for Group Usesr

    Hi, I have RMS Connector on premise & AZURE IRM server. I am protecting PDF document using RMS Sharing Application but when I am assigning permission to Group it does not open document saying that you don't have permission. But When I share the same