TLF text embedding issue in loaded slides

I have an application that loads swf files. These swf files have embedded TLF fonts. There are several files that get loaded. When loading the first one, the font displays fine, but as soon as I load a second swf file, the font no longer embeds. Why could this be? I reversed the oder in which they get loaded and so I know that this is a question of order, not file.
Thanks a lot for any help!

Hello and welcome to the forum,
I'm looking at your file, and it seemed to be linked with the fact that you have a scored Click box on slide 15. If you change it not to be calculated in the total score, all works well. It is linked to the Quiz scope that is for you between slide 15 and slide 16. With the failure action for the TEB's before those slides you try to jump into the Quiz scope, and this seems to be causing troubles because the Quiz Preferences are set to 'Answer all' (which is a very strict option). If you want to keep the score like it is now, when changing this to Optional (or one of the other options), everything works OK.
Lilybiri

Similar Messages

  • Flash CS5.5, SWF file doesn't load TLF text.

    Hiya,
    I just downloaded the trial version of Flash 5.5. I was trying to a tutorial from  Adobe Classroom in a Book: Flash Professional CS5. I was trying to do lesson 7 which is all about TLF text.
    In the tutorial, you insert text that is TLF text. Most of the text doesn't do anything (it's Read-Only). But there is one area that is supposed to be a Mortgage Calcualtor and functions with ActionScript.
    I inserted the ActionScript that makes the Mortgage Calculator text do the proper math. My problem happens when I try to test the movie: the SWF file doesn't display any of the TLF text, and the Output panel gives me the following:
    ReferenceError: Error #1065: Variable TLFTextField is not defined.
    ReferenceError: Error #1065: Variable TCMText is not defined.
    I am confused because there aren't any variables with those names in any of the files of the tutorial, or in the ActionScript I entered. Where is Flash getting those variable names from? O_o
    I even turned the text back into Classic text to see if that helped, but I still get the error. Could this be a glitch with Flash 5.5?
    Thanks for your time.
    Tara

    That file has all the menu items in it.
    A crossdomain file is use as a security measure. Perhaps I see it because I use a webpage on my own server to display your SWF file. Check to see if that's the case with you.
    But I gave it another try.
    I downloaded the menu.swf and the xml file and stored them in a folder. I use a custom webpage and stored that in the same folder.
    Instead of the full URL is simply use the filename.
    <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=6,0,40,0" border="0"
    width="870" height="800">
    <param name="movie" value="menu.swf">
    <param name="quality" value="High">
    <embed src="menu.swf"
    pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1"
    width="870" height="150"></object>
    That works.
    When I paste the <object> code in the HTML Snippet and use relative URLs to the menu in the folder mentioned above, I noticed that the XMLHorizontalMenu.xml is expected to be in the Pagename_files folder. That folder belongs to the iWeb pages it is embedded in. When I put the xml file there, the menu works.
    You have to check the design of the menu.swf file.
    Otherwise, store all files in a separate folder and use a <iframe> to embed it.

  • CS5 issue - Selecting TLF text sorta freezes flash

    When I use TLF text in CS5 flash seems to use to capacity / I cannot do any clicks for around 10 secs when selecting/deselecting textfield.
    What could be the reason for flash slowing down so extremely?
    Im using WinXP, SP3
    System: HP xw6600 Workstation @ 2.50GHz, 3,25 GB GB of RAM,

    It already happens whenever I place a textfield on stage and set its type to "TLF Text". No matter what action I perform with flash (menu, tool, timeline clicks) everything is really slow and flash freezes for several seconds when there is a TLF textfield instance on stage. Most of the time when clicking something the window title bar of flash changes its look to a window which seems to have crashed (see screenshot).
    Im not sure if this has something to do with it but I have used a Trial version of CS5 before which was updated to a full version of flash.
    My current flash CS5 version is 11.0.2.489.
    I saved a fla with one TLF Text on stage; please find it here:
    http://video.juwimm.net/test/tlf_text.fla
    Please let me know when you grabbed the file so I can delete it.

  • RSLPreloader error with TLF Text

    Got a working Windows Flash Projector that loads swf's identified in an xml file and plays them in sequence.
    The projector will NOT play any swf that contains TLF text, and throws this error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at fl.rsl::RSLPreloader/loadContent()
        at a1_fla::MainTimeline__Preloader__/frame2()
    Error: Error #2099: The loading object is not sufficiently loaded to provide this information.
    The file "textLayout_1.030.595.swz" is in the same folder as the .exe   I've tried it also in the folder with the swf's without success.
    According to the article "How to Publish SWF files with TLF text" (http://www.flashconf.com/flash-cs5/how-to-publish-swf-files-with-tlf-text/) having the textLayout.... file available should do the trick... It Doesn't.
    I've also published the projector with the "Merged Into Code" option they offer and gotten no better results.
    Any ideas??
    Thanks

    If you've merged the code that was in the RSL into your SWF file, wouldn't you then also need to stop doing any RSLPreloading?
    Did you get anywhere with this in the end? Just run into this issue ourselves, going to try merging the code and see if that works. Let you know if we get anywhere with it!

  • Using embeded fonts in loaded swf.

    I have a .Swf, which has 3 fonts embedded in it, they are all exported in frame 1 for AS.  This swf loads any number of external .swfs which have dynamically generated textfields inside of them.  This text must be embedded text because effects may be applied to them.  I do not want to embed the three fonts into every external swf, and do not think I should have to.  The font exists in the Loading swf and I have registered the fonts to the global font list.  If I print this list from the loaded swf, all three fonts are present, but when I try to use any of them, my textfiels are empty.
    My question is how do I utilize a font which is embedded in a swf, from a swf which has been loaded into that swf?
    From my external swf, this code:
    [PHP]var embeddedFonts:Array = Font.enumerateFonts(false);
    embeddedFonts.sortOn("fontName", Array.CASEINSENSITIVE);
    trace(embeddedFonts);[/PHP]
    produces the following:
    [PHP][object CenturyBook],[object MyriadProRegular],[object MyriadProItalic][/PHP]
    which are the three fonts that are embedded in the loading swf, So I assume the LOADED swf has access to these fonts.
    When I apply this code to the externally loaded swf:
    [PHP]var FontClass:Class = getDefinitionByName("MyriadProRegular") as Class;
    trace("FontClassInstance -> " + FontClass.toString());
    var linkedFont: Font = new FontClass();
    trace("Font name: " + linkedFont.fontName);
    var textFormat: TextFormat = new TextFormat(linkedFont.fontName, 14);
    //... The next lines set up the text box and apply the format.  I am sure this is done correctly.
    [/PHP]
    I get the following output:
    [PHP]FontClassInstance -> [class MyriadProRegular]
    Font name: Myriad Pro[/PHP]
    which is exactly what I would expect.  Yet, my text box is still blank.  I have embedText = true on the text box, and have applied a string to the "text" property, so it's nothing silly liek that.
    Any help would be appreciated...

    You may also want to look at the various embedded font format issues. Many of the Flex 4 components use a newer embedded font fortmat, which is not the same as the one generally used in Flash. So even if ther Flash font gets registered properly, it still may not work with some of the spark components.
    You should be able to create a swf using Flex that contains fonts embedded in either format, which can then be used in the way you describe, though, since Flex 4 suports both font formats.
    Hopefully, someone else will jump in here if I got some of this wrong.
    -JM

  • Text messages won't load, visual voice mail barely works, e-mail won't update

    I've had the HTC Rhyme for about two weeks. Last week I noticed my text messages were not loading. I I turned the phone off a few times. Still no text messages loading. I spoke with Verizon CS and they tried several solutions that did not work. I finally reset my phone and my text messages started loading again...for a couple of days. Exactly one week later my text messages are not loading again. I am not gonna reset my phone again. In addition to no text messages not loading, my visual voicemail works sometimes ( voicemails show up hours later). My aol email does not update. When I mentioned this to the Verizon CS they said "instead of using the phone's email setup, I should download the aol app from the Google Play Store. So, I downloaded the aol mail app last week. Since I had to reset my phone I had to download the aol mail app again. But, now I can't find the aol mail app in the Google Play Store. I am VERY dissatisfied with this phone.

        Sstelliott, I sorry to hear of the issue you are having with your phone and I’m here to help!
    Are you able to send text and picture messages? How do you know when you are not receiving a message? Do you get an error message? Are you able to access the Internet on your phone? Are you using a third party message app?
    Run the phone in safe mode http://bit.ly/tXe7I4 and have someone send you a text to see if you receive. I want to make sure a third party isn’t causing these issues.
    In regards to the visual voice mail, do you notice you have the delayed message when you’re in a certain area? Make sure airplane mode is disabled and that you’re able to access the Internet. Also, make sure call forwarding is disabled by dialing *73 send from your cell. You’ll hear a few beeps and the call will drop. Finally, update the phone by dialing *228 send and selecting option 2 to update. Once the update is complete make sure you power cycle the phone.
    The update should also help with the email issues. You mentioned you are unable to find the app in the Google Plat store. Go to the Play store and on the main page select the Menu key. Go to My Apps. There you should see the email app if you previously downloaded it before you did the hard reset.
    If you are still having issues after the troubleshooting step above, please post back and I’ll be more than happy to further assist you.
    John B
    Follow us on Twitter @VZWSupport

  • Problem with getting word count in TLF text

    Hi,
    I want to get the word count from my TLF text, but the problem is that I am not being able to handle th case for space.
    I am using the findNextWordBoundary property of ParagraphElement as shown below:
    private function countWords( para : ParagraphElement ) : void
                var wordBoundary:int = 0;
                var prevBoundary:int = 0;
                while ( wordBoundary != para.findNextWordBoundary( wordBoundary ) )
                   // If the value is greater than 1, then it's a word, otherwise it's a space.
                    if ( para.findNextWordBoundary( wordBoundary ) - wordBoundary > 1)
                        wordCount += 1;                   
                    prevBoundary = wordBoundary;
                    wordBoundary = para.findNextWordBoundary( wordBoundary );                   
                    // If the value is greater than 1, then it's a word, otherwise it's a space.
                    if ( wordBoundary - prevBoundary > 1 )
                        var s:String = para.getText().substring( prevBoundary, wordBoundary );
                        lenTotal += s.length;
    Now I have 2 issues here:
    If my string is for eg: Hi, I am writing in "TLF". And I want to get its word count then
    1) Suppose I take the case of the string Hi,  . Then para.getText().substring( prevBoundary, wordBoundary ) gives the text as Hi i.e without the comma. Same case for the string "TLF forums" , It treats each " as a single word and not the whole "TLF" as a single word. Why doesn't it compute till spaces, that should be the ideal case. So until we don't give a space it should count the whole thing as a word.
    2) So now the problem is I have applied a condition   if ( wordBoundary - prevBoundary > 1 ) to check if it is a space i.e. if the diff is <= 1 it is a Space. But if I use this I miss out on single words. Like for eg if I have "Hi, This is a string" ,then 'a' is ignored too.
    Now I could have added a check here along with the space check that the string between prevBoundary and wordBoundary is " "(i.e a space), Then also it is a problem as then the single words like a,&,I will be ignored.
    So, now I am stuck with this issue and need some help from you guys.
    Thanks

    findNextWordBoundary is not going to serve your purpose.  I'd propose doing something like this:
    // didn't test this but something like this - whitespace matches any set of 1 or more white space characters
    static const whiteSpaceRegExp:RegExp = /[u0020|u000A|u000D]*/
    public static function countWords( para : ParagraphElement ) : void
         return para.getText().split(whiteSpaceRegExp).length;
    A good list of everything considered whitespace extracted from the unicode space can be found here:
    http://sourceforge.net/adobe/tlf/svn/449/tree/trunk/textLayout/src/flashx/textLayout/utils /CharacterUtil.as
    In function createWhiteSpaceObject
    Hope that helps,
    Richard

  • Issue in loading specific columns from a file to teradata table using IKM

    Hi,
    Can any one help to resolve the issue in loading specific columns from text file to teradata table.
    i tried using IKM file teradata and columns are getting displaced.
    my requirement suppose i have 5 columns in file and i have to load only 3columns to table using IKM.
    same thing can be achived using LKM file to teradata but i want use IKM.
    please suggest me on this
    Regards
    Vinod

    Hi,
    I believe that the problem you are having is that you have a delimited file, of which you want to pick columns from position 2,3,5. In this case, ODI will pick the first 3 columns of a delimited file regardless of position.
    For example, if you a tab delimited file with c1,c2,c3,c4,c5 columns, and you want only columns c2,c3,c5 - when mapping these in an ODI interface, and executing, you will actually pick up the data from c1,c2,c3 as these are the first three columns in the file (reading from left to right). You can ignore "columns" on the right hand side of a file, but not the left. E.g delimited file with c1,c2,c3,c4,c5. Only pick columns c1,c2 will give you data for the first 2 columns
    Create a temporary table to load all the data from the file, and use you temp table to extract the data you require. Or you could get the file created with the first three columns as the columns you require.
    Cheers
    Bos
    Edited by: Bos on Jan 18, 2011 1:06 PM

  • Embedded video not loading?

    I seem to be having a problem with embedded video not loading.
    For example:  In Youtube if a video is embedded in a larger screen (example: http://www.youtube.com/channel/UCY30JRSgfhYXA6i6xX1erWg) it will not load but if I load the video in its own page (example: http://www.youtube.com/watch?feature=player_profilepage&v=bLT0z60vBl4) it will work perfectly fine.
    The issue comes when there are videos that don't have the option to load in a full screen (example: http://www.cbc.ca/thenational/watch/).
    I have the latest version, have hardware acceleration unchecked, this happens with all browsers (IE, FF, Chrome), have deleted cookies... what else can I do?

    this happens with all browsers (IE, FF, Chrome)
    Then it HAS to be something outside of Flash Player and the browsers, because:
    IE usues a proprietary plug-in - ActiveX, which is ONLY for IE amd functions independently of the others
    Firefox uses the standard plug-in, which neither IE nor Chrome use, unless you specifically disable Chrome's proprietary plug-in
    Chrome uses its own proprietary plug-in called "PepperFlash" which not only functions independently of the other two, it's a different format (PPAPI vs NPAPI)
    The odds that all three different plug-ins (in two different formats, no less) have the exact same problem with one situation (viewing embedded YouTube video in another page)... are astronomical.

  • Flash displays no TLF text on publish after 1000 frames?

    Whenever I test or publish a CS5 movie that uses TLF text (no matter which font), the .swf displays all elements but the text. There's simply nothing there. I'm on a mac with Snow Leopard, 10.6.7. This only happens as soon as I pass the 1000 frame limit (before, everything displays fine). Reaching wit's end here. Anyone know what causes this, and more specifically, how to solve it?

    Thanks to all of you for the overwhelming response. I was able to track down the problem to text being displayed on one layer, on which some regular TLF text was displayed. No frills, no special characters, no strange font. Went for the simple solution and broke apart text on that particular layer. Flash has developed more and more of these derpy quirks over the year, to the point where it will just shut down because it's a thursday. I'm now having a coffee break whenever I want to import something, as this now takes up to three minutes just to load what used to be an instant function.

  • SQLite Database and TLF Text in Flash CS5

    I encountered the following problem when working with the built-in sqlite database and using TLF TextFields in Flash CS5
    When I tried to use TLF TextFields alone, I don't face any probelem,
    but when I start using a database connectivity code, the TLF TextFields placed on the stage are not shown, but instead, the SWF file is showing the built-in preloader with five dots looping.
    I tried changing the default Linkage in ActionScript 3 Settings to Merge Mode, but in this case nothing is shown, not the textfields, neither the preloader.
    I think the problem is related to loading the TLF Text Engine, but I couldn't figure out what to do.
    The following is my code placed in first frame:
    ==========================================
    import flash.data.SQLConnection;
    import flash.events.SQLErrorEvent;
    import flash.events.SQLEvent;
    import flash.filesystem.File;
    var conn:SQLConnection = new SQLConnection();
    conn.addEventListener(SQLEvent.OPEN, openHandler);
    conn.addEventListener(SQLErrorEvent.ERROR, errorHandler);
    // The database file is in the application directory
    var folder:File = File.applicationDirectory;
    var dbFile:File = folder.resolvePath("DBSample.db");
    conn.openAsync(dbFile);
    function openHandler(event:SQLEvent):void
        trace("the database was created successfully");
    function errorHandler(event:SQLErrorEvent):void
        trace("Error message:", event.error.message);
        trace("Details:", event.error.details);
    stop();
    ==========================================
    and I am using one TLF TextField on the stage for later use.
    Publish Settings>> Player: AIR 2.6
    and not to forget, when I test the file using Contol Panel >> Test in Air Debug Launcher (Desktop), the file is working correctly.
    but when I open the generated SWF file, the problem appears.
    I hope that I find some help
    Thanks.

    http://www.flashandmath.com/flashcs5/rsltip/

  • HTML TAG ISSUES WHEN LOADING SPRY

    hello. i'm having some issues when loading spry pages, the
    <a href> tags within the fragments of html pages that i'm
    loading with spry are deactivating themselves
    http://www.asiwouldsay.com/TEST/"
    the zine link is a good example of this as well as some of
    the artist pages when adding more html text the back buttons
    created stop working. all the pages work when loaded by itself but
    not as spry fragments.
    any help? i'm going crazy over here :)
    Thanks in advance

    The links aren't deactivated, what's happening is that your
    nav bar at the bottom (apDiv2) is absolutely positioned. When you
    load the zine page, the container you load it into is stretching to
    accomodate the zine content, and goes *underneath* your nav bar.
    Now when you click on what looks like a link, your nav bar is
    actually intercepting the click event.
    You can see what I mean by giving your nav bar a background
    color.
    --== Kin ==--

  • Performance issue with loading Proclarity Main Page..

    Hi All,
    I have Proclarity 6.3 installed on a Windows 2008 R2 OS. The Proclarity Reports was working well until last week. From last few days I am seeing a slow response time in loading the Proclarity Main page. 
    Loading Proclarity Main page on Internet Explorer 8 is taking 150 seconds and the same Proclarity Main page is loading on Google Chrome in 30 seconds.
    Have any of you faced similar issue ? 
    Already below things explored
    1. Clear Cache on PAS Tool
    2. Event Viewer, Noticed if there is any error or warning
    3. Tried browsing the Proclarity URL from server itself ( still the performance is slow)
    4. Memory consumption validated on server side. MSSQLServer was consuming more space. Hence restarted /. After restart also same issue ( with loading main page in IE ONLY)
    5. Checked drive space .. All drives has minimum 1.5 GB of free space
    6. Cleared up Proclarity Event Logs 
    The issue is NOT ONLY with loading Main page.. Navigating to any further web pages in Proclarity STANDARD and PROFESSIONAL version is responding VERY slowly.
    The only other option, that I am thinking now is RESTARTING THE WINDOWS SERVER. Which may not be a easy deal SINCE ITS A PRODUCTION SERVER.
    But the loading of web page on Chrome is 30 seconds and on IE its 150 seconds ( i.e, 5 times more..) .. So does proposing to restart the server makes sense ? 
    Any help, suggestion , thoughts on what I am facing.. ? Thanks 
    Regards,
    Aravind

    <b>onInputProcessing for two pages</b>  
      DATA: event TYPE REF TO if_htmlb_data.
      event = cl_htmlb_manager=>get_event_ex( request ).
      IF event IS NOT INITIAL AND event->event_name = 'button'.
        navigation->goto_page( event->event_server_name ).
      ENDIF.
    page1.htm
      <%@page language="abap" otrTrim="true"%>
      <%@extension name="htmlb" prefix="htmlb"%>
      <htmlb:content design="design2003">
        <htmlb:page>
          <htmlb:form>
            <htmlb:button       text          = "next"
                                design        = "NEXT"
                                onClick       = "page2.htm" />
          </htmlb:form>
        </htmlb:page>
      </htmlb:content>
    page 2
    <%@page language="abap" otrTrim="true"%>
      <%@extension name="htmlb" prefix="htmlb"%>
      <htmlb:content design="design2003">
        <htmlb:page>
          <htmlb:form>
            <htmlb:button       text          = "Page 1"
                                design        = "PREVIOUS"
                                onClick       = "page1.htm" />
          </htmlb:form>
        </htmlb:page>
      </htmlb:content>
    above will work fine.
    another way :
    you can define a global variable in your application class and subsquently change its value according to your requirement as the name of the page
    and whenever you want to move to some page. jaust assign on onclick event of the button:
    navigation->goto_page(global_variable);
    where global variable is the variable you have defined.
    hope this works for you.
    if not reply
    regards,
    Hemendra

  • Pairing works fine and then "Loading slides" forever

    Hi all,
    I can pair an iPhone 5 (iOS 8.0.2) and a MX200G2 (TC 7.2).
    They are on the same subnet. Hence there is a direct network connection between the 2 devices.
    After having paired, I have the "loading slides ..." during a loooonng time. After "killing" and relaunching the app multiple times, I can make the slides appear. I left all settings with their defaults. I'm especially referring to the number of slides cached (left to 10 which is the default).
    I played a little bit with setting a proxy then unsetting it (to make the iOS "know" that I really don't want to use one). I don't know if this in particular made it work, but that's after that setting/unsetting proxy playing (in the iPhone WiFi network parameters) that it worked.
    Is there a bandwidth prerequisite between the 2 devices ? It's been said 1 Mbits/s in the admin guide. I think that's really not a problem on my network (which is a lab network with at most 10 phones).
    Does somebody have had the same issue ?
    I'm really concerned about it since I want to demo this feature to a bunch of customers and don't want the app the "load the slides" for hours :(
    Thank you

    I currently have 1.2.0 version.
    Is this the latest ?
    I don't know what version I had when experiencing this problem.
    I did not tried lately so I don't know if I still have the issue.

  • Text wrap issue:ShowDetaillItem chop-off in the PanelAccordion.

    Issue: Text wrap issue in ShowDetailItem header. Tittle of the S+howDetaillItem+ chop-off does not display completely in the PanelAccordion.
    I have a few texts that does not wrap in ShowDetailItem Header used for the panel accordion. I could not fix it after trying a few options like changing the css skin, and in the design property inspector.
    Please suggest a way to fix this.
    Oracle Jdeveloper 11.1.1.5 is the version.
    Windows XP professional sp3
    Edited by: 899970 on Nov 30, 2011 11:34 AM

    Thanks for your response.
    Yes, we dont have enough room on the page.
    I want the text to wrap and display in the second line as it has more no. of letters compared to the other texts available.
    Please suggest me a way to get the text displayed the way I want it to be.
    Thanks
    Sam
    Edited by: 899970 on Nov 30, 2011 3:13 PM

Maybe you are looking for

  • Interactive ALV using OOPs

    Hi, I want create an ALV report in which when i will double click on record will drill down the report. I know interactive ALV report using function module. but now i want to create it using OOPs concept. Please guidme thanks and regrds abhishek

  • Help for date compare in sqlite?

    Hi all,       How to decide a date is between two date or not? for example, I want to query the tasks in the next week from the sqlite db, how to do?         SELECT  * FROM TASK_TD WHERE TASK_DATE > NOW AND TASK_DATE < NEXTWEEK_DATE     That does not

  • How to check the type of uploaded file

    Hi, experts, how can I check the type of the uploaded file? I am dealing with exception handling now: when user uploads a type of file which is not allowed, then error msg shows up. So first I have to retrieve the type of the uploaded file. Best rega

  • Transferring files stored in a network directory to SAP.

    hi Guys, my requirement is this is  an inbound interface, transferring PDF files stored in a network directory to SAP and web direcotry. i think this is something releated to system call, can some one give me some idea on it or from soemwhere i could

  • Unexpected value matrix(1,0,0,1,NaN,NaN) parsing transform attribute Anychart

    We are running Oracle Apex 4.2 and whenever a user creates a new session,  the chart on the home page shows the No Data Found Message. However, when you refresh or submit the page, the correct data and rendering appears. On the initial page load, the