RE: [flexcoders] Re: Using RSLs in an actionscript only project

2009-09-15 Thread Alex Harui
coders@yahoogroups.com Subject: [flexcoders] Re: Using RSLs in an actionscript only project Thanks Alex, Where should I file the bug? Josh --- In flexcoders@yahoogroups.com<mailto:flexcoders%40yahoogroups.com>, Alex Harui wrote: > > File a bug. We really should use frame2, not last

[flexcoders] Re: Using RSLs in an actionscript only project

2009-09-15 Thread joshonemail
Thanks Alex, Where should I file the bug? Josh --- In flexcoders@yahoogroups.com, Alex Harui wrote: > > File a bug. We really should use frame2, not last frame. > > I think you'll probably have to go with 2 SWFs, one to load the RSL and be > the main app, and everything thing else in a seco

RE: [flexcoders] Re: Using RSLs in an actionscript only project

2009-09-14 Thread Alex Harui
dobe.com/> Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of joshonemail Sent: Monday, September 14, 2009 5:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using RSLs in an actionscript only project I moved all re

[flexcoders] Re: Using RSLs in an actionscript only project

2009-09-14 Thread joshonemail
I moved all references to the textLayout Framework (TLF) to the last frame, and now it compiles without the TLF files included. I seem to successfully download the RSL swz from Adobe. Some success! Now I am faced with two questions: 1) I daisy chain frames using the [Frame] metatag - the docum

[flexcoders] Re: Using RSLs in an actionscript only project

2009-09-14 Thread joshonemail
Thanks Darrell and Alex, after I read Alex's post I realized that I was using some of the TLF classes in the first frame. I moved them into the second frame, and it still includes them. Now I just re-read Darrell's post and am wondering if you meant literally the last frame? I have 4 frames

[flexcoders] Re: Using RSLs in an actionscript only project

2009-09-14 Thread darrell_loverin
Only classes in the last frame can be externalized. -Darrell --- In flexcoders@yahoogroups.com, "joshonemail" wrote: > > I have an Actionscript only project that I would like to use the textLayout > framework in as an RSL. The application uses a daisy chain of frames, and on > the first frame