This is a simple screen. It only has text. The font *is* embedded because otherwise it would draw in the wrong typeface. It is a very non standard typeface, which is why it is embedded.
I dont know what you mean by "we break apps in sets of "self-initialized" modules"
What is a self-initialized module. I would think all apps and all code initializes itself or it wouldnt run. Perhaps you could give me a more concrete example of what you are talking about.
Regards
Hank
On 7/21/06, Anatole Tartakovsky < anatole[EMAIL PROTECTED]> wrote:Sounds more like you have communications issue (based on the behavior on re-enter) - some of the resources are not embedded. If you do have everything embedded, we break apps in sets of "self-initialized" modules - essentially to give tou chance to prepare any resources for your screen within "load" stage.Regards,Anatole
On 7/21/06, hank williams < [EMAIL PROTECTED]> wrote:One of my first screens slides onto the display, but because it hasnt been seen before it needs to build the screen. It also has some embedded fonts so it probably needs to render the fonts.
In any case as it slides in it stutters midway through the slide. If you go to another screen and come back it is smooth. this obviously relates to something (I assume the font) not being cached. Is there any way to fix this.
Hank
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Web site design development Computer software development Software design and development Macromedia flex Software development best practice
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
Reply via email to
I was refering to things that you can do while your SWF with embedded font is being loaded - emulating constructor for SWF.
Internals are described here http://blogs.adobe.com/rgonzalez/
Please contact me offline for detailed explanation as semi-automated solution is being published as a part of flex book coming out this fall
Tnx,
Anatole
On 7/21/06, hank williams <[EMAIL PROTECTED]> wrote:

