Flash Builder 4.5 messing up my released iPad app

Using Burrito and coding exclusively in AS3 (no Flex), I built and released an iPad app in the App Store.  When I recompile that code using Flash Builder 4.5, I encounter a number of problems:
- at first the size of my app appears about 50% its usual size, and is slightly off the screen in both the x and y directions.  Once I rotate the iPad, everything restores to normal.
- text is sporadically resizing down.  Elements that are created usiung the same method and have explicit font sizes, sometimes appear about 50% their normal size.  This may be related to the previous problem because I feel like it only happens in the beginning, and as new text comes onto the screen it is consistently the correct size.  But it is strange that some elements are small and others are big.
I would like to make updates to my released app, but I cannot because of these issues.  I seem to be using AIR 2.6.
Anyone have any suggestions how to fix these problems?
Thanks,
Adrian

After testing with a fresh project and working backwards, I have isolated the problem--setting the renderMode in the descriptor file to gpu (or maybe to anything) causes weird sizing issues at launch, even with a simple embedded bitmap image.  Once I commented out that line, the problem went away.  Luckily, my app seems to be performing just fine without that line, presumably running in auto.

Similar Messages

  • When Flash Builder 4.6 for PHP is released will it support AIR 3.2 ???

    We've all been waiting a long time since last November's Private Beta of Flash Builder 4.6 which was released shortly thereafter, for the Flash Builder 4.6 for PHP version.
    However, Flash Builder 4.6 for PHP (The one with Zend Studio included in it) is scheduled for 2012 - Q1 release, meaning?
    I guess, at the latest March 31st.
    This is significant, because AIR 3.2 is Great, but it will Live or Die based on what happens, I believe, in the next year, the new demo with the 2 geniuses at Adobe, Lee Brimelow and Thibault Imbert, which essentially ARE the driving intellectual force behind AIR, make me feel more comfortable than the management at Adobe,
    http://tv.adobe.com/watch/adc-presents/hardware-accelerated-graphics-for-mobile-games-with -adobe-air-32/
    So, when FB 4.6 for PHP is released, will it support AIR 3.2?
    There's another thing, there are a ton of job offerings for iOS 5 or Android Java, but no AIR (very few and the damage control fromthe eff'ed up press release is still meandering).
    Adobe needs to compliment its consumer base and developer base, with a Developer Network for Corporate integration so there are contracts out there for us who live between our dream ideas and meals, by doing contracting work, and it'd be nice to do it in Flash Builder 4.6 instead of taking on an iOS 5 or Android Java or PhoneGap project.  At least for Gamers.
    REPORTS: Social Gaming will be a $5B industry by 2015. The total mobile market will be a $15B industry by 2015.
    I'm shooting for the Social Gaming, and I like what I see in the above video.
    But again, people have to pay bills, why doesn't Adobe reach our to Corporations for certified developers like Mickysoft and Apple?

    I worked it out in the end - I had to uninstall FB4.5 and reboot. Why couldn't the installation say so instead of just crashing? I found this out, by the way, by trying to run the installer created under c:\program files(x86)\adobe\adobe flash builder 4.6. That one told me at least that I had to uninstall a previous version, though even then it was coy about which one

  • Flash Builder 4 Start Page links open third party app

    Hey guys, Im having a bit of an inconvenience. Clicking on any of the links on the Start Page for FB4 opens another app, and I have no idea what to do in order to fix it. Can anyone help?

    Questions specific to the IDE belong in its dedicated forum. This forum is for questions pertaining to the Flex SDK.

  • Flash Builder 4 for Mac: Unable to export a release build

    Hi
    I've been unable to export release builds of any AIR projects when using a Mac installation of Flash Builder 4. I can run the AIR apps within the IDE, but I keep getting the following error when exporting: "One or more errors were found while trying to build the release version. Unable to export."
    The weird thing is that I can export the exact same AIR projects using my Windows 7 copy of FB4 just fine, without any errors.
    Details of the Mac installation:
    OSX 10.5.8
    Flash Builder 4 plug-in version, v4.0.1, on Eclipse v3.4.2
    I performed a fresh install of FB4 today (before anyone suggests it ) but to no avail.
    The error log - I wasn't sure what to copy, so just took everything that had the right time entry:
    !ENTRY com.adobe.flexbuilder.project 4 43 2011-01-29 17:35:11.940
    !MESSAGE ExportReleaseVersionWizard: internal error occurred
    !STACK 0
    java.lang.reflect.InvocationTargetException
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:479)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
    at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934)
    at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionManager.doExport(Ex portReleaseVersionManager.java:305)
    at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.doBuild(E xportReleaseVersionWizard.java:152)
    at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportContentPage.setVisible(ExportC ontentPage.java:115)
    at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1161)
    at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1139)
    at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1128)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1126)
    at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:820)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3482)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
    at org.eclipse.jface.window.Window.open(Window.java:801)
    at org.eclipse.ui.internal.handlers.WizardHandler$Export.executeHandler(WizardHandler.java:9 7)
    at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
    at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:281)
    at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
    at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.jav a:508)
    at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
    at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.j ava:247)
    at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:583)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3482)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
    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:386)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    Caused by: java.lang.AbstractMethodError: org.apache.xerces.dom.DeferredElementImpl.getTextContent()Ljava/lang/String;
    at com.adobe.flexbuilder.project.air.build.ApolloXMLBuilder.alterXmlTree(ApolloXMLBuilder.ja va:252)
    at com.adobe.flexbuilder.project.air.build.ApolloXMLBuilder.generateXmlFile(ApolloXMLBuilder .java:142)
    at com.adobe.flexbuilder.project.air.build.ApolloXMLBuilder.build(ApolloXMLBuilder.java:95)
    at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionManager$2.execute(E xportReleaseVersionManager.java:249)
    at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:104)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
    at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:116)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
    ... 61 more
    Root exception:
    java.lang.AbstractMethodError: org.apache.xerces.dom.DeferredElementImpl.getTextContent()Ljava/lang/String;
    at com.adobe.flexbuilder.project.air.build.ApolloXMLBuilder.alterXmlTree(ApolloXMLBuilder.ja va:252)
    at com.adobe.flexbuilder.project.air.build.ApolloXMLBuilder.generateXmlFile(ApolloXMLBuilder .java:142)
    at com.adobe.flexbuilder.project.air.build.ApolloXMLBuilder.build(ApolloXMLBuilder.java:95)
    at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionManager$2.execute(E xportReleaseVersionManager.java:249)
    at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:104)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
    at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:116)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
    at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934)
    at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionManager.doExport(Ex portReleaseVersionManager.java:305)
    at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.doBuild(E xportReleaseVersionWizard.java:152)
    at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportContentPage.setVisible(ExportC ontentPage.java:115)
    at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1161)
    at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1139)
    at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1128)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1126)
    at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:820)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3482)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
    at org.eclipse.jface.window.Window.open(Window.java:801)
    at org.eclipse.ui.internal.handlers.WizardHandler$Export.executeHandler(WizardHandler.java:9 7)
    at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
    at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:281)
    at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
    at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.jav a:508)
    at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
    at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.j ava:247)
    at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:583)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3482)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
    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:386)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    !ENTRY org.eclipse.core.resources 4 2 2011-01-29 17:35:12.026
    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
    !STACK 0
    java.lang.AbstractMethodError: org.apache.xerces.dom.DeferredElementImpl.getTextContent()Ljava/lang/String;
    at com.adobe.flexbuilder.project.air.build.ApolloXMLBuilder.alterXmlTree(ApolloXMLBuilder.ja va:252)
    at com.adobe.flexbuilder.project.air.build.ApolloXMLBuilder.generateXmlFile(ApolloXMLBuilder .java:142)
    at com.adobe.flexbuilder.project.air.build.ApolloXMLBuilder.build(ApolloXMLBuilder.java:95)
    at com.adobe.flexbuilder.project.air.build.ApolloXMLIncrementalBuilder.build(ApolloXMLIncrem entalBuilder.java:74)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:633)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:309)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:341)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:140)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:238)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    !ENTRY org.eclipse.core.resources 2 75 2011-01-29 17:35:12.037
    !MESSAGE Errors during build.
    !SUBENTRY 1 com.adobe.flexbuilder.project 2 75 2011-01-29 17:35:12.037
    !MESSAGE Errors running builder 'AIR application.xml Builder' on project 'aqua'.
    !SUBENTRY 1 com.adobe.flexbuilder.project 2 75 2011-01-29 17:35:12.037
    !MESSAGE org.apache.xerces.dom.DeferredElementImpl.getTextContent()Ljava/lang/String;
    !STACK 0
    java.lang.AbstractMethodError: org.apache.xerces.dom.DeferredElementImpl.getTextContent()Ljava/lang/String;
    at com.adobe.flexbuilder.project.air.build.ApolloXMLBuilder.alterXmlTree(ApolloXMLBuilder.ja va:252)
    at com.adobe.flexbuilder.project.air.build.ApolloXMLBuilder.generateXmlFile(ApolloXMLBuilder .java:142)
    at com.adobe.flexbuilder.project.air.build.ApolloXMLBuilder.build(ApolloXMLBuilder.java:95)
    at com.adobe.flexbuilder.project.air.build.ApolloXMLIncrementalBuilder.build(ApolloXMLIncrem entalBuilder.java:74)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:633)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:309)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:341)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:140)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:238)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

    Hi Chris
    Thanks for your reply.
    I had already seen that post, and the answers were not applicable to me. But thankfully I have found the solution now!
    I Googled the error message: "org.apache.xerces.dom.DeferredElementImpl.getTextContent()Ljava/lang/ String", and came across the following bug report:
    http://code.google.com/p/alkwarel/issues/detail?id=10
    As suggested in the link above, I deleted the xerces.jar  located in user.home/Library/Java/Extensions/. I then cleaned my project, and FB4 for Mac finally exported the release build!
    That bug has been annoying me for MONTHS. I'm so happy it's fixed now!
    All the best,
    Zabeen

  • Flash Builder 4 Release version.

    Hi
    I want to know when the Flash builder 4 will be available as release version, as it is the beta version available right now.
    And what about if someone already have the flex builder 3 licence key(what will be the upgrade coast? if possible).
    thanks
    rlongia.

    @rlongia,
    http://opensource.adobe.com/wiki/display/flexsdk/Gumbo
    Flex 4 should be available in "early 2010". I don't know anything about update pricing, but if you do have a Flex Builder 3 serial number, you can request an Adobe Flash Builder 4 Beta Extension Request at https://freeriatools.adobe.com/flashbuilder4beta/.
    Peter

  • Click attribute in textFlow anchor tag in Flash Builder 4

    Hi folks,
    At first congratulation to you, Adobe and Flex team for Adobe Flash Builder 4 & flex 4 SDK final release...
    then, I have a click attribute in my textFlow anchor tag, just like this:
    <fx:Script>
         <![CDATA[
         import mx.controls.Alert;
         public function func():void{
              Alert.show("hello!");
         ]]>
    </fx:Script>
    <s:RichEditableText x="50" y="50" editable="false" id="RET" >
         <s:TextFlow>
              <s:a href='http://www.adobe.com' click='func()'>
                   <s:img source='adobe.jpg' width='50' height='50' />
              </s:a>
         </s:TextFlow>
    </s:RichEditableText>
    When I run the project, everything's allright; and after click on my image, I have adobe site in new window, and also have my popup alert window with "Hello!" text...
    But the Problem is another thing. I want to give this textFlow content from one webservice and put it in a string var then bind it to my RichEditableText. I receive it from webservice, put it in the string, and then bind this string to textFlow attribute of my RichEditableText obj with simple function... after running my project, I can see the content, and when I click on my image, I have adobe site in new window, again. but my function does not call!
    What is the problem?! the code is something like this (of course without webservice codes!):
    <fx:Script>
         <![CDATA[
         import flashx.textLayout.conversion.TextConverter;
         import mx.controls.Alert;
         public function func():void{
              Alert.show("hello!");
         internal var str:String;
         public function func2():void{
              str = "<TextFlow xmlns='http://ns.adobe.com/textLayout/2008' paddingRight='5'>"+
              "<a href='http://www.adobe.com' click='func();'><img source='adobe.jpg' width='50' height='50' /></a>"+
              "</TextFlow>";
              RET.textFlow= TextConverter.importToFlow(str, TextConverter.TEXT_LAYOUT_FORMAT);
         ]]>
    </fx:Script>
    <s:RichEditableText x="50" y="50" editable="false" id="RET" />

    Listening for a FlowElementMouseEvent.CLICK event will be beneficial.
    In your webservice feed (Textflow), have a tag such as:
    <a href="event:adobe.jpg">Click here to view Adobe's logo!</a>
    Then in your ActionScript code, listen for any FlowElementMouseEvent.CLICK events from your textFlow instance.
    textFlow.addEventListener(FlowElementMouseEvent.CLICK,
    onLinkHandler);
    Next, declare onLinkHandler:
               * In the XML there are href tag which has 'event:' prefix to the value.  This prefix
               * allows method calls.
              private function onLinkHandler(event:FlowElementMouseEvent):void
                   //extract the number value from the string.
                   var uri:String = LinkElement(event.flowElement).href.split(":")[1];
                   trace(uri);//outputs: adobe.jpg

  • Amazon Kindle problem using Flash Builder 4.6

    Is there a way to specify a version of Air 2.7 using Flash Builder 4.6?  This would be handy for getting apps accepted by the Amazon App store for the Kindle.  Recently, I had an app accepted into the Amazon App store.  However, the App needs to use a version of Air that preceeds Air 3.1.  The version that I was advised to use is
    Adobe AIR v. 2.7.1.1999.
    I tried changing the 2nd line in the prog-app.xml file from:
    <application xmlns="http://ns.adobe.com/air/application/3.1">
    to
    <application xmlns="http://ns.adobe.com/air/application/2.7">
    However, this change led to an error:
    "See details for more information.
      Namespace 2.7 in the application descriptor file should be equal or higher than the minimum version 3.1 required by Flex SDK. "
    I recall that there was a temporary workaround for a similar problem with the Blackberry tablet OS.  The Blackberry OS problem was later solved and the fix is no longer necessary.  Perhaps, we need a work around for the Amazon Kindle to force the Flash Builder 4.6 to compile a release with Air 2.7.1.xx?
    Any ideas how to make this happen?

    Hello,
    did you ever find a solution?
    thanks.

  • Modeler development - Flash Builder 4 and LCDS JBoss

    Hi,
    I am trying out modeler development in Jboss, Followed the below steps and I am getting error while deploying the model
    1         Installed LCDS 3.0 as JBoss.
    2         Uncommented the RDS configuration in web.xml of lcds.war.
    3         Copied lcds.war to jboss-4.2.3.GA\server\default\deploy folder.
    4         Configured Flash builder RDS Server to point Jboss.
    5         Created Data model from Database.
    6      Getting error while deploying the model.(PFA JBoss Error-1.txt)
    I am assuming bug LCDS-408 does not apply to Jboss 4.2.3.GA, but still went ahead and removed hibernate related JAR from WEB-INF/lib folder.
    After this change while deploying the model(fml) following error pops up in flash builder. Corresponding JBOSS log in JBoss Error-2.txt
    I did not find any documents /blogs related to modeler development in JBoss
    Please help me on this, Thanks in advance
    Rao

    Hi Martin,
    Flex Mobile project is only available with Flash Builder Burrito (which is a preview release of the version after Flash Builder 4) available at http://labs.adobe.com/technologies/flashbuilder_burrito/
    Flash Builder 4 does not support mobile projects.
    Thanks,
    Anirudh

  • Invalid Launch Image in Flash Builder 4.6

    I've been making updates and releases to my iPad app for the last several months, but just recently, I started receiving this email back from Apple:
         iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. As of May 1, all new iPhone apps and app updates submitted must support the 4-inch display on iPhone 5. All           apps must include a launch image of the appropriate size. Learn more about iPhone 5 support by reviewing the iOS Human Interface Guidelines.
    I've been googling this for a while, and have tried adding  Default.png (320x480), Default-586h.png (640x960), and [email protected] (640x960) files to the root directory and made sure they were being compiled into the .ipa file.  With the [email protected] file, I received an additional error in the nastygram from Apple:
         Invalid Launch Image - Your app contains a launch image with a size modifier that is only supported for apps built with the iOS 6.0 SDK or later.
    So I took out the @2x file and it still failed.  Now, my app isn't even intended for the iPhone5, it's intended for the iPad.  What can I do to make them happy so I can keep making releases?

    These are the errors tackled with this post:
    iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. As of May 1, all new iPhone apps and app updates submitted must support the 4-inch display on iPhone 5. All apps must include a launch image with the -568h size modifier immediately following the <basename> portion of the launch image's filename. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the iOS Human Interface Guidelines and iOS App Programming Guide.
    Invalid Launch Image - Your app contains a launch image with a size modifier that is only supported for apps built with the iOS 6.0 SDK or later.
    Non-PIE Binary - The executable 'C-Print Mobile.app' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information, refer to Technical Q&A QA1788 - Building a Position Independent Executable
    I followed these steps to get my app .ipa to the point where Apple would accept it:
    Download the latest AIR SDK. My Flash Builder was using the AIR SDK 3.6. From within Flash Builder I clicked "Check for updates..." and Flash Builder said it was up-to-date. BUT when checked the AIR SDK website, there in fact was a newer version. So you may need to update, even if Flash Builder says otherwise. To check, go to Windows -> Preferences -> Installed AIR SDKs. If you have AIR SDK 3.6 or less, you need to update.
    The latest SDK can be downloaded here:
    http://www.adobe.com/devnet/air/air-sdk-download.html
    IMPORTANT: If you are building a Flex project (that was my situation), you will need to download the SDK without the compiler. This will be under the "Note: Flex users will need to download the original AIR SDK without the new compiler." section.
    Install the downloaded SDK. The instructions are different for Flex projects and ActionScript projects.
    Flex: http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html
    ActionScript: http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.html
    Reference the correct version in your app.xml file. My app was using AIR SDK 3.1, which is very old. As of this writing, I'm now using:<application xmlns="http://ns.adobe.com/air/application/3.7">
    Include a splash screen image called [email protected] in the top-most level of your source. This file must be 640x1136 (width x height), and is required for iPhone 5 devices.
    Read the following forum thread about the Non-PIE Binary issue. As of this writing, it is being regarded as "not a big deal", but Apple may become more strict about this in the future.http://forums.adobe.com/message/5281575
    Best of luck. If these steps work for you, let me, and others, know here in the forums!

  • Deletion of Flash Builder 4.5 when installing Flash Builder 4.5 for PHP

    There is a very serious error with the Flash Builder 4.5 for PHP installer (from http://static.zend.com/topics/Flash-Builder-for-PHP-4.5.0-Release-Notes.txt ):
    If Flash Builder 4.5 (not PHP) is already installed on the machine, and the
      product (Flash Builder for PHP 4.5) is then installed in a different location,
      the user gets the "FB is installed" dialog.
      After clicking OK, the installation rolls back and removes both Flash Builder
      and Flash Builder for PHP.
    My questions:
    Can Flash Builder 4.5 for PHP be installed in the same location without deleting Flash Builder 4.5? If so, please define "location."
    Is there a workaround for installing both flavors of Flash Builder 4.5 and avoiding the deletion issue described above?
    Can a single do-it-all version of Flash Builder 4.5 be installed that combines the SDKs and features of both flavors of the Flash Builder 4.5 product?

    Hi Mike,
    Could you please send the following log files so we identify the exact problem and hopefully help you quickly:
    Windows:
    1.       <path_to_adobe_fbphp>/_Flash Builder 4.5 for PHP.log
    2.       Logs located under C:\Program Files\Common Files\Adobe\Installer\
    Max OSX:
    1.       <path_to_adobe_fbphp>/_Flash Builder 4.5 for PHP.log
    2.       Logs located under /Library/Logs/Adobe/Installers/
    Thanks for sharing this,
    Roy

  • Flash builder 4 and "Burrito" is the same app?

    Hello!
    I recently bought CS5 Master, and im now digging into android development.
    I was about to start this tutorial: http://www.adobe.com/devnet/flex/articles/employee-directory-android-flex.html
    But I don't have "Flex Mobile Project" in my "Flash builder 4" program!!?
    So I do some research on burrito and thinking to myself that it might be something else than flash builder 4, kind of like photoshop and lightrom.
    But when I download "burrito" it says installing "Flash builder".
    What is going on?
    Why can't I just create a "Flex Mobile Project" from my Flash Builder 4?
    Do I have to install something into my Flash builder 4 maybe? perhaps a Android SDK extension? How do I do that?
    I hope someone can help me on this subject, as I find the documentation somewhat unclear.

    Hi Martin,
    Flex Mobile project is only available with Flash Builder Burrito (which is a preview release of the version after Flash Builder 4) available at http://labs.adobe.com/technologies/flashbuilder_burrito/
    Flash Builder 4 does not support mobile projects.
    Thanks,
    Anirudh

  • Flash Builder and AIR 3.3 for Mac App Store

    The new AIR 3.3 will bring "Improved Mac App Store Support": http://labs.adobe.com/technologies/flashplatformruntimes/air3-3/
    But I have 2 questions:
    In what way will have be the improvement ? What do different from the past in this aspect ?
    Will be (and when) a new Flash Builder version in the configuration of the Mac App Store certificate to deploy AIR apps for the Mac Store ?
    As I can see from here: http://pigsels.com/2012/04/air-app-store-publishing-guide there is a lot of procedures to make that a new Flash Builder could automate/make the developer life easier and what will be different from the guide in the new AIR 3.3 from the AIR 3.2 about the App Store ?

    I tried this
    http://forums.adobe.com/message/1975832#1975832

  • Flash Builder doesn't launch my app nor debugger

    Hi, very odd.
    Flash Builder all of a sudden stopped launching my app or the debugger.
    When I press run Flash Builder switches to my browser (Firefox 3.x) then nothing.
    Doesn't open a new tab, no error messages, nothing.
    Exact same thing when I try to debug, except I get an error saying it failed to connect, session timed out.
    It also says to make sure it was compiled with debugger on (huh?) and that I'm running a debugger version of Flash which I am.
    Not sure what to do now. There is no real error message, and no odd behavior other than it just not doing anything.
    Any idea?

    After I hit run the URL that is shown on Firefox is the last page that I was on, so in this case, 'this' pages url; therefore, has nothing to do with what I'm trying to run. So in this case it would be "http://forums.adobe.com/post!reply.jspa?message=3625965"
    Now as for which version:
    Flash Player version: MAC 10,2,153,1 debugger version
    Mac OS: 10.6.7
    Update: Alright, it seems to have been some Firefox bug. I upgraded to Firefox 4.x on a haunch and somehow it must of reset whatever that was causing the problem and it now works as nornal. Thanks for the help though, appreciated.

  • How do you create layers in flash builder?

    I was looking at this painting tutorial http://www.pixelhivedesign.com/tutorials/Flash+Painting+Program/   and was wondering how would you go about creating the different layers in flash builder?

    I've written a basic paint app, based off of your examples (thanks again by the way), and this example http://www.jamesward.com/2010/03/22/flex-paint-updated-to-flex-4. My problem is that the paint function is drawing behind my panel (a type of layout container) and not on top or in it. how do i fix this?
                protected var isDrawing:Boolean = false;
                protected var x1:int;
                protected var y1:int;
                protected var x2:int;
                protected var y2:int;
                private var lineColor:uint = 0x000000;
                protected function draw_clickHandler(event:MouseEvent):void
                   addEventListener(MouseEvent.MOUSE_DOWN, mDown);
                   addEventListener(MouseEvent.MOUSE_MOVE,mMove);
                   addEventListener(MouseEvent.MOUSE_UP,mUp);
                protected function mDown (event:MouseEvent): void
                    x1 = pan.mouseX;
                    y1 = pan.mouseY;
                    isDrawing = true;
                    labstatus.text = "da";
                protected function mMove(event:MouseEvent): void
                    if(!event.buttonDown)
                        isDrawing = false;
                        labstatus.text = "mouse up moving";
                    x2 = pan.mouseX;
                    y2 = pan.mouseY;
                    if (isDrawing)
                        pan.graphics.lineStyle(6,lineColor);
                        pan.graphics.moveTo(x1,y1);
                        pan.graphics.lineTo(x2,y2);
                        x1 = x2;
                        y1 = y2;
                    labstatus.text = "Drawing line" + x1 +" " + y1;   
                } //end mMove
                protected function mUp(event:MouseEvent):void
                    isDrawing = false;
                protected function lineColorPicker_changeHandler(event:ColorPickerEvent):void
                    lineColor = event.target.selectedColor;
            ]]>
        </fx:Script>
        <s:Panel x="32" y="82" width="543" height="227" id="pan">
            <s:controlBarContent>
            <mx:ColorPicker width="38" height="23" id="lineColorPicker" change="lineColorPicker_changeHandler(event)"/>
            <s:Button label="paint" id="draw" click="draw_clickHandler(event)"/>
        </s:controlBarContent>
            <s:Label x="57" y="57" width="97" height="45" id="labstatus"/>
        </s:Panel>
    </s:Application>

  • How do I uninstall Flash builder on mac (still in cloud apps)?

    I want to reinstall flash builder 4.7 on my mac.
    I have used the Flash builder uninstaller, to deinstall. But now flash builder still appears in the list of cloud apps as installed.
    Therefore I can't install flash builder again... what can I do?

    CC desktop lists applications as "Up to Date" when they are not
    -http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html
    -and added step https://forums.adobe.com/thread/1529654

Maybe you are looking for

  • Creating Ringtones

    Ok so the idea of paying twice for a song to make it a ringtone it aganizing enough and quite frankly bs. but when i buy a song and itunes says that it can no longer be made into a ringtone i get pretty ****** off. how do i know what songs can an can

  • BT Sport Is An Utter Disaster

    What the hell is going on? I can no longer get BT Sport (initially, I could). Error messages. Advice on the site that doesn't work. Telephone 'support' that doesn't answer (again and again). The forum is chock-full of complaints. Nobody seems to be d

  • TS3899 How do I select and delete multiple messages from mail?

    How can I select mutiple messages in my inbox and send them all to the trash without selecting each message and trashing it? Using the "Mark All" command does not give me that option--only the "Flag" and "Mark as Read" options.

  • How do you iMessage from the MacBook Pro

    How do you iMessage from the MacBook Pro?

  • Final Cut Server - XDCAM metadata not appaering in the asset

    Hi Apple community, I would like to seek some guidance and help from you guys. For Final Cut Server, I wonder why the XDCAM files was unable to show it's metadata for Codec Information as shown below: Unlike Prores422, It shows perfectlfy fine: Pleas