Unwanted margins when publishing for ios

I'm using flash CC to create an app for iOS. In flash CC I start a new "air for iOS" file.
I get a stage of 640x960. The stage is empty and there's no code. I publish, check it out on the iPhone (5) and I get margins on the top and bottom. 1 cm each. It simply won't cover the whole screen.
I tick the full screen box in the settings -> still get the margins.
I add: stage.displayState = StageDisplayState.FULL_SCREEN; -> still get the margings.
I change the stage's size to various sizes -> all the same.
What am I missing? how do I make these margins disappear?
(I just want to see my empty stage covering the whole iPhone5's screen)

it's  in the first and only frame :
import flash.display.StageScaleMode;
stage.scaleMode = StageScaleMode.NO_BORDER;
thanks

Similar Messages

  • Flash CS 5.5 Professional requires 32-bit JVM when publishing for iOS

    When trying to publish my file to AIR for iOS I get the following error:
    Error: This Java instance does not support a 32-bit JVM.Please install the desired version.
    I'm on Mac OS (Mavericks) and have both java 6 (which supports 32-bit) and 7 (which does not) installed. I've verified I can launch a 32-bit jvm from the terminal with "java -d32".
    Interestingly, it publishes to AIR with no problems when it's not to iOS.
    How can I get Flash to use the correct version of Java? I've tried setting JAVA_HOME to point to version 6 in /etc/profile with still no luck.
    Thanks for reading, I will really appreciate the help!!

    Ok, found the answer thanks to Christopher Caleb. Needed to upgraded CS5.5's bundled AIR from 2.6 to the current one, and it compiled with no errors. Directions are here for anyone that winds up having the same issue:
    http://www.yeahbutisitflash.com/?p=2949

  • One Flash CC project gets stuck when publishing in IOS. It will quickly publish as Android, and other projects will publish as IOS. Not sure what to change.

    One Flash CC project gets stuck when publishing in IOS. It will quickly publish as Android, and other projects will publish as IOS. Not sure what to change.

    Thanks for the info.
    I've recently stumbled on an article on how to view the packaged file (apk) published using AIR 3.2 for Android setting (Adobe Flash CS6). All you need to do is change the extension of the file from (.apk) to (.rar) or (.zip) and extract the file as you would with any other zip or rar file. I was able to confirm that the packaged file (apk) indeed contain all the videos for the presentation. I have more than 80 videos in the presentation. All videos included in the package are of the same video format and resolution (FLV 320x240) but of different duration. I intentionally included the all the videos inside the package so I can use the presentation anywhere and anytime without the need to connect to the internet. The packaged apk file size is (1.23GB) the file includes the project's swf and xml file, the component swf and videos.
    When installed to android I noticed that the package remained as an apk file. Not really sure if android temporarily unpacks it when you run the app.
    Testing phase:
    I see no problem when I'm testing the project on my desktop computer. But when packaged and installed on my device the problem arise.
    Problem:
    I'm able to install and run the app on my device but wont play some of the videos included in the package.
    Was this due to the limited RAM or processor of my android device?
    I wanted to distribute the presentation to friends so i was trying to package it for easy access and installation on their device.
    Alternative Solution:
    I installed a third party app called SWF player by BIT LABS. Copied all the files to my device (the project's swf and component swf with the videos). The project worked like a charm the player (SWF player) and was able to run the presentation as if it was running of my desktop. All buttons and videos working properly. Although the alternative solution worked for me I still wanted to package the presentation for easy access and distribution to friends.
    Please help...Thanks in advance.

  • Error when compiling for IOS

    When compiling for IOS in Standard mode an error ocurred:
    Error occurred while packaging the application:
    Exception in thread "main" com.adobe.air.ipa.ProcessError: Assembler failed
              at com.adobe.air.ipa.AOTCompiler.launchProcess(AOTCompiler.java:263)
              at com.adobe.air.ipa.AOTCompiler.compileBitcode(AOTCompiler.java:935)
              at com.adobe.air.ipa.AOTCompiler.trimAndCompileBitcode(AOTCompiler.java: 763)
              at com.adobe.air.ipa.ASMGenerator.main(ASMGenerator.java:72)
    Compilation failed while executing : ADT
    Flex 4.6
    Windows 7
    Any idea?

    Sinious thanks for your answer.
    I tried compiling from adt and it worked using this command line script.
    @set java_cmd="C:\Program Files\Common Files\Adobe\Adobe Flash CC\jre\bin\java.exe"
    @set java_param=-Xmx8192m -jar
    @set adt_cmd="C:\Program Files\Adobe\Adobe Flash CC\AIR4.0\lib\adt.jar"
    @set target=ipa-test
    @set cert=samples.p12
    @set cert_pass=12345
    @set provisioning=samples.mobileprovision
    @set build_file=Testing.ipa
    @set desc_files=Testing-app.xml
    @set files=Testing.swf assets externalSWF
    %java_cmd% %java_param% %adt_cmd% -package -target %target% -storetype pkcs12 -keystore %cert% -storepass %cert_pass%  -provisioning-profile %provisioning% %build_file% %desc_files% %files%
    pause
    Still there is now a different problem.
    When trying to compile more than a certain number of external swfs (eg. 350) then the process never ends. The java.exe  process consumes all of my memory and it is just stuck there for hours( I've waited for it to compile for nearly 10 hours before I killed the java.exe process). When I randomly remove some swfs then everything goes fine and the process finishes after nearly half an hour or so.
    The pc i'm using has an i7 processor with 16gb of ram and the java process consumes it all even though i've set a limit using the -Xmx8192m command.
    Is there a problem with the xmx command?
    Do i need even more ram to compile a larger number of swfs.
    Is there a way to monitor the java process in order to catch any errors that occur or maybe use any different java params to control ram usage limits?
    Thank you for your help.

  • Cannot find lib when packaging for iOS

    You can see the same question on StackOverflow here:
    http://stackoverflow.com/questions/11547515/cannot-find-lib-when-packaging-for-ios
    Hi,
    I am developping an Air Native Extension (ANE) in order to be able to use the burstly(1) ads on mobile devices.
    As for my setup, I am using the FlashDevelop 4.0.4(2) and Adobe Air 3.3 (3). I'm using Flex 4.6.0 SDK. The project is setup on Windows7.
    In order to work on iOS devices, Burstly requires a number of frameworks and librares (4)
    I managed to write and compile the .a library for iOS. I also have the interface (actionscript code) that will be shared for Android and iOS compiled into a swc and a librairy.swf. All of this is successfully packaged into a .ane which is included in my project.
    When compiling a .a library on MacOS, all the framework and library used don't seems to be packaged in the ".a". This is why I had to use Air 3.3, for the -platformsdk option(5).
    Since I work on Windows, I followed the instruction in this post to get the iOS SDK (6).
    Following (4) and (5), I made a platformConfig.xml file like this, which is packaged in the .ane
        <platform xmlns="http://ns.adobe.com/air/extension/3.1">
            <sdkVersion>4.2</sdkVersion>
            <linkerOptions>
                <!-- to use the AssetsLibrary framework -->
                <option>-framework AssetsLibrary</option>
                <option>-framework AudioToolbox</option>
                <option>-framework AddressBook</option>
                <option>-framework AVFoundation</option>
                <option>-framework CFNetwork</option>
                <option>-framework CoreLocation</option>
                <option>-framework MapKit</option>
                <option>-framework MediaPlayer</option>
                <option>-framework MessageUI</option>
                <option>-framework OpenAL</option>
                <option>-framework OpenGLES</option>
                <option>-framework QuartzCore</option>
                <option>-framework StoreKit</option>
                <option>-framework SystemConfiguration</option>
                <option>-framework Foundation</option>
                <option>-framework CoreGraphics</option>
                <option>-libsqlite3</option>
                <option>-libxml2</option>
                <option>-libz</option>
            </linkerOptions>
        </platform>
    and this is the line to compile the actuale .ane
        call "%FLEX_SDK%\bin\adt" -package -target ane ../release/burstlyadsextension.ane extension.xml -swc burstlyAds.swc -platform iPhone-ARM library.swf libBurstlyAds.a -platformoptions platformConfig.xml
    Problem arises when I try to package the iOS app with ADT:
        call adt -package -target %TYPE%%TARGET% %OPTIONS% %SIGNING_OPTIONS% "%OUTPUT%" "%APP_XML%" %FILE_OR_DIR% -extdir lib/external/ -platformsdk ../Libraries/iPhoneOS5.0.sdk/
    this happens:
    "ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    frameworks seems to be added fine, but the dylib are not. I tried to add the line:
        <option>-L usr/lib/</option>
    before including the lib, but I got this error instead:
    "ld: warning: directory not found for option '-Lusr/lib/'
    ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    I tried to use the full path, other relative path, but no matter what path I put in the option, I always get a "warning: directory not found for option". Even "<option>-L ../</option>" give me this warning. The only thing that seems to work is "<option>-L /../</option>", but my .dylib obviousle are not there.
    So my questions are: What did I do wrong? Any idead what else I could try? Even an explanation as to why it is not working would be helpful!
    Links:
    #1: http://support.burstly.com/
    #2: http://www.flashdevelop.org/
    #3: http://get.adobe.com/fr/air/        //Sorry, my OS is in french
    #4: http://support.burstly.com/kb/ios/required-compiler-flags-frameworks
    #5: http://blogs.adobe.com/rajorshi/2011/11/16/ios5-support-for-airusing-external-sdks-to-pack age-apps/
    #6: http://blogs.adobe.com/airodynamics/2012/05/18/using-platformsdk-for-ios-on-windows/

    Thanks a lot, that took care of the
    "ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    But now, I'm stuck with this error instead:
    ld: warning: -ios_version_min not specificed, assuming 4.0
    Undefined symbols for architecture armv7:
      "_ADBannerContentSizeIdentifier480x32", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor supportedSizes] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_ADBannerView", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_EKEventStore", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAView.o)
      "_OBJC_CLASS_$_FlurryAnalytics", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_flurry_Adaptor.o)
      "_OBJC_CLASS_$_CMMotionManager", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAJavascriptBridge.o)
      "_ADBannerContentSizeIdentifier320x50", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor supportedSizes] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor makeSizesSetWithArray:] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_MedialetsShouldLogDebug", referenced from:
          -[MedialetsAdServer sendAppPixelWithURL:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer adFitsSlot:adID:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdFromList:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer isAdValidForSlot:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdForAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer startCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer processReceivedData:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
      "_OBJC_CLASS_$_EKEvent", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAView.o)
      "_ADBannerContentSizeIdentifierPortrait", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_CTTelephonyNetworkInfo", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyUtils.o)
      "_ADBannerContentSizeIdentifierLandscape", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_MedialetsShouldLogInternal", referenced from:
          -[MedialetsAdServer init] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer qualifiedAdsFromList:forAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer qualifiedAd:foradSlotKey:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdFromList:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdForAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer attemptCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer startCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
      "_OBJC_CLASS_$_FlurryAppCircle", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_flurry_Adaptor.o)
      "_OBJC_CLASS_$_ADInterstitialAd", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    Which is the same error as when I did not include any library at all.
    Any other insight?

  • NullPointerException when exporting for iOS

    I have an AIR for iOS project that runs fine in the simulator, but when I try to export a release build and click on 'finish', then it starts compiling and after a minute or two, i get a
    Exception in thread "main" java.lang.NullPointerException
    at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6944)
    at adobe.abc.GlobalOptimizer.sccp_analyze(GlobalOptimizer.java5909)
    at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4628)
    at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3514)
    at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2215)
    at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:526)
    the logfile doesn't capture anything.
    Anyone an idea what could cause this error?
    I compiled other projects successfully for iOS.

    I used to get NullPointerExceptions all the time when packaging for iOS. The only approach that worked for me was packaging from command line (adt) with Flash Builder closed.

  • Director 12 publish for iOS

    I'm using the trial version on a Windows machine but publish for iOS is disabled. Has it been disabled deliberately or do I need to be using Director on a Mac?
    Thanks.

    You need to use Director on a Mac for iOS publishing. You will also need an Adobe developer license and the appropriate provisioning profiles for your iOS app, as well as Xcode.
    http://helpx.adobe.com/director/using/publishing-ios-devices-using-director.html

  • Alpha property not working on TextField when publish for Reader 9

    Hi,
    I have a movie that is working fine when I publish for Reader 10, but when I publish for Reader 9, the code that assigns an alpha property to my TextFields stops working. I have a previous movie, which I probably did in CS4, that uses similar code to fade in and out TextFields. It was published for Reader 9 and works fine.Is it possible that something has changed in CS5 (note, I'm not using TLF text boxes, only dynamic TextFields)?
    Here's an example of the code I'm using:
    stop();
    import fl.transitions.Tween;
    import fl.transitions.TweenEvent;
    import fl.transitions.easing.*;
    import flash.events.*;
    import flash.text.*;
    import flash.text.TextFormat;
    import flash.utils.Timer;
    import flash.display.MovieClip;
    import flash.display.Sprite;
    var txtFormat1:TextFormat = new TextFormat();
    txtFormat1.font = "Optima";
    txtFormat1.color = 0x000000;
    txtFormat1.bold = false;
    txtFormat1.size = 16;
    txtFormat1.leading = 2;
    var subtitle:TextField = new TextField();
    subtitle.autoSize = TextFieldAutoSize.CENTER;
    subtitle.selectable = false;
    subtitle.defaultTextFormat = txtFormat1;
    var fadeInSubtitle:Tween;
    addChild(subtitle);
    subtitle.x = stage.stageWidth / 2 - subtitle.width / 2;
    subtitle.y = stage.stageHeight / 2 - subtitle.height / 2;
    subtitle.alpha = 0;
    subtitle.text = "What is the most important question in";
    fadeInSubtitle = new Tween(subtitle,"alpha",None.easeNone,0,1,3,true);

    Thanks.
    Just curious: Is there a reason why the alpha on the TextFields worked without embedding fonts when publishing for Flash Player 10? Does it handle text, even when it's not TLF, differently than Flash Player 9?

  • Invalid memory access of location error when exporting for iOS

    I have been recently been asked to convert a flash application for us on the iPad. When I try to publish the .ipa file I end up with the following error:
    Invalid memory access of location 0xceip=0x55492db4
    I have no idea what might cause this and my google search of the error message has come up pretty empty. If I remove the document class and republish it works fine so I know it has something to do with my code but I haven't the slightest idea where to start looking so I was hoping someone else had run into a similar error and could point me in the right direction.
    thanks so much
    -Ryan             

    I managed to figure this out through laborious guess and check. Just thought I would share the bug in case anyone else ever runs into it.
    A third party library I was using wrote try catch statements wrong:
    try{
    catch(Error:*){
    No idea why the original author did it like this, probably meant to write "error:*" and didn't release shift fast enough after the "(" but as you might suspect "Error" is a reserved object name to cannot be declared as a paramenter variable
    when replaced with:
    try{
    catch(error:Error){
    the memory access bug went away. What is strange is that the incorrect try/catch statement works just fine when published to swf, air, or android and is only an issue with the iOS converter, and obviously produces a very cryptic error.
    I was using CS5.5 so maybe this has been fixed (if not I would suggest making this a compile time error) but just thought I would post my findings.

  • Flash and publishing for iOS (Help Needed)

    I currently own Adobe Create Suite 3 Design Premium.  I just recently heard that CS 5.5 can develop iOS Apps.  So I downloaded trial 2 days ago and thought I would see if I  could develop some apps and if things go well upgrade.
    Here is the issue I'm running into.  I created the CSR file with openssl since I don't own a mac, only a windows 7 based pc.  Apples developers program accepted my CSR and created the provisioning file for it.
    However, when I go to publish the for iOS it asks for a .p12 file.  I found online that is my CSR file.  However, it asks for a password.  I have no password for it.  It does not allow leaving the password field blank, and anything I put in it is incorrect.
    All I need help with is the .p12 file and getting past the password and I will be good to go.
    Anyone know a step by step guide or could walk me though this part.  Thank you and I greatly appreciate it.
    ~Chris

    the only thing is that i havent got a password set to my computer but i will have a look in to that thanks for the help

  • Lag When Programming For iOS Device With Adobe Flash Professional.

    Hi, I'm trying to make an Application for iOS device, Everything is find, but when i installed it on my iphone 4 and my iPhone 4S my game start lagging, i don't what to do, i tried to simplifed the code but nothing is working i dont know if it's in the rendering or when i'm trying to export, but on my iPhone it's lagging.
    Any Help Please, Solution ?
    Thanks
    Francis

    Target gpu on the device you're testing .. you'll get much better results.
    You can do it on the xml configuration file on <renderMode> or if you're publishing in flash on the settings of renderMode select GPU.
    Also get rid as much as you can from vector graphics and use bitmaps instead.
    You can use Adobe's method of converting a vector in bitmap like this : myMC.cacheAsBitmap = true;
    And also if you're moving an object, scaling or changing it's transparency use myMC.cacheAsBitmapMatrix = new Matrix();
    These are some basic optimization tips.

  • AIR Publish for iOS Error: Install application on the connected iOS device

    OK, I've been having this issue sporadically for a pretty long time now, I'm talking months if not over a year. Currently I am using Adobe Flash Pro CS 6 on a PC with Windows 8, AIR 4.0.0.1390 SDK installed. Sometimes, when publishing the App and having "Install the application on the connected iOS device" checked I receive the following error message although the iPad is connected with 2.5 GB available:
    "Error creating files.
    Uninstallation Error: Failed to send request to device.
    Device Error: please check if there is enough space on the device."
    I have found absolutely no rhyme or reason for this to occur. Sometimes it will, sometimes it won't, but I just tried publishing with install about four times, having unplugged the iPad, removed the previous App manually, closed the previously installed App, closed and reopened Flash, and it still won't install. Usually I can get it to install after a couple tries, thus dampening my urge to post a thread but I've now been driven to write due to the number of errors.
    Oddly a Google search for "Uninstallation Error: Failed to send request to device." yields no results, am I the only receiving this message?
    I keep hoping that new releases of AIR will resolve this issue but alas, no such luck. Anyone have a fix for this or able to confirm similar frustrations? I am currently using a first generation iPad, but have also experienced similar issues with third generation iPad.

    I'm also getting the error in the post above when trying to publish and install with AIR 15.0.0.302 on an iPAD 2 iOS 8.0.2:
         Error creating files.
         Uninstallation Error: APIInternalError.
         Device Error: please check if there is enough space on the device.
    - and I have 6.3GB of space, so I know that isn't the issue. I'm even attempting to compile a completely brand new (empty) fla, but the error persists. I've also tried to compile an ipa with AIR 14 and receive the same error. Possibly this has something to do with the latest iOS?

  • Why is there a delay after clicking any button when publishing to iOS?

    When I publish to HTML5, the app seems to run fine on my PC via a web browser. However, when I submit for iOS there is a very noticable delay after clicking any button. It takes at least 1-2 seconds for the next slide or object to appear. This might make it difficult to get the app approved when I'm finished. Please let me know if there is a workaround for this.
    Thanks,
    Jim

    I get the same results in a browser or as an app; I also seem to have the same problem on the Android Glaxaxy II (in browser). I do not have this issue on any PC. Here is the link: http://www.anacore.com/demo/
    I'm using buttons to Jump to Slide or Go to Next Slide. I am also using buttons to show/hide using advanced actions (under Easy to Use -> Easy Widgets). Pleaes let me know if you have suggestions for resolving the lag.
    Thanks,
    Jim

  • Dynamic text not displaying when publishing for flash 8

    This dynamic text works fine when the movie is published for
    flash 7, but when i export for the flash 8 player it seems to be
    invisible. Is there any obvious reason for this happenning?
    thanks
    jon

    Ok, thanks, looks like you've pointed me in the right
    direction. I havent fixed it yet though. Heres where i am at:
    eval(theTarget+".buttonPrime").tex.embedFonts = false;
    now i can see my text. of course its using a default font.
    var my_fmt:TextFormat = new TextFormat();
    my_fmt.font = "arial14b";
    eval(theTarget+".buttonPrime").tex.embedFonts = true;
    eval(theTarget+".buttonPrime").tex.text = "wasssup?";
    eval(theTarget+".buttonPrime").tex.setTextFormat = my_fmt;
    this isnt working. I have added a font object to the library
    and linked it for actionscript using the monkier "arial14b".
    however my text is quite invisible. i have checcked, 'export in
    first frame' for the font object i even tried it with this
    deselected. i have deselected the embed font option on the text
    feild itself. that doesnt work either (unless i dont try to set the
    text format, so long as i accept a default font, its fine).
    so err, help?
    confused
    jon
    ps further to this is have discovered more about this strange
    behaviour. i can set the text to a different string, provided i do
    not try to embed the font in any way. if i set the font to embed, i
    can have the text display with the correct font, until i change the
    text. then it dissappears. also i cannot seem to affect properties
    like font size by means of my TextFormat object. the textFormat
    object also does not seem to affect the font of the text.
    in short, when exporting for flash 8, i cannot seem to
    successfully embed fonts for dynamic text. the only thigs i have
    gotten to work are: static text (or a dynamic text feild with
    unchanged text) with an embedded font, or dynamic text with a
    default font.

  • Image cannot be displayed (as htmltext) when published for Air, android and iphone

    Hi,
    I am using Adobe Flash CS5.5 (AS3) and am building an online rss reader which loads a rss(xml) feed as htmlText containing title, description (with html formatting, linkage and image).
    My rss format is roughly based on the online sample found at  *** http://movies.msn.com/rss/topcelebs
    ***sample code as given below***
    <description><![CDATA[<div><a href='http://movies.msn.com/celebs/celeb.aspx?c=153441&affid=100055'><img src='http://entimg.s-msn.com/i/150/Movies/Actors/Sheen_TD00988581054_150x200.jpg' title='Tyler Demogenes/Retna Ltd.' style='float:left;border:none'></a>
    <p>A leading man who has displayed a knack for action, comedy, and dramatic roles, "Charlie Sheen" is nearly as well known for his offscreen exploits as for his acting, though after suffering through scandals that would have ended many performers' careers, he overcame bad press and bad habits to enjoy a major comeback on television in the late '90s. "Charlie Sheen" was born Carlos Irwin Estevez to actor "Martin Sheen" (born "Ramon Estevez") and his wife, Janet Templeton, in 1965. By all accounts, young... [<a href='http://movies.msn.com/celebs/celeb.aspx?c=153441&affid=100055&mp=b'>more</a>]<br clear=all></div>]]></description>
    Success story
    All text and images are displayed from online as htmlText when published as SWF
    The problem/requirement
    Images are NOT displayed when published as AIR 2.6, AIR for Android or AIR for iphone
    Searched the net, but no success. The images are not visible/loading when the rss application is installed on mobile devices (Android and iPhone)
    Please help.
    Thanks in advance.

    Hi Colette
    Are you saying that there should be .hhc, .hhk, .hhp, etc. files for each topic?
    Those are project files and you would not see one for each topic. There is one (maybe more, depending on what you are doing) for each project.
    One thing you may wish to try is to enable the "Use lowercase file names" option in your SSL recipe.
    After you do this, generate and publish again.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • IPhone will not show up in my computer or iTunes ~ Windows 7

    I just charged my iPhone on my Windows 7 computer, then my girlfriend came and took the cord I used. I grabbed two cords that were in bad condition because I wanted to sync my phone with iTunes. It did not sync with the computer or iTunes. I then fou

  • New Asa 5505... Anyway to set up behind home router with no internal DNS?

    Since the home router is the DNS server, the Asa has no internal DNS which is probably the cause of no internet. Is there any way around this?

  • Sender mail adapter to hit multiple Mailbox

    Hi We have scenario to read emails from 100 mail ids. Can we hit 100 Email ids to read email using single mail adapter? Can we achieve it using standard module? Do we need to develop custom module to read emails from 100 mail ids? I checked option fo

  • RAID level for Redo

    Hi, My storage admin created RAID10 and RAID5 for database, I would like to know which RAID Level is best for keeping the REDO logs. Can someone tell me what's best for REDO? Thanks

  • Complete Novice - Pease Help Re iplayer!

    Hello everyone :-) I used to be able to watch 4oD and the iplayer online but two days ago when I tried to play a programme it started jumping every 3 seconds and sometimes just not working at all. My inetenet is a bit slower than normal but I can sti