Re: [Flashcoders] Export frame option disabled

2006-06-25 Thread æœé‚Šć‚‘
ject: Re: [Flashcoders] Export frame option disabled This is one of the reasons I avoid MM components unless I totally have to. Most of the components will only work if you export in first frame so the only option I''ve found is: - Put your content in an external SWF (which also c

Re: [Flashcoders] Export frame option disabled

2006-06-23 Thread John VanHorn
two things you can do to remedy this problem: 1.pay attention to the bandwitdth profiler when you test your movie.it sounds like the bulk of your movie is being loaded in the first frame. make sure that the only thing on the timeline in the frame or frames where the preloader works is the pre

Re: [Flashcoders] Export frame option disabled

2006-06-23 Thread Mike Boutin
etBytesLoaded() / > getBytesTotal())? You should be doing the latter. If you are then ... um > *tags someone else* > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mike > Boutin > Sent: Thursday, June 22, 2006 1:52 PM >

Re: [Flashcoders] Export frame option disabled

2006-06-23 Thread Mick G
e else* > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mike > Boutin > Sent: Thursday, June 22, 2006 1:52 PM > To: Flashcoders mailing list > Subject: [Flashcoders] Export frame option disabled > > Hey everyone, >

RE: [Flashcoders] Export frame option disabled

2006-06-23 Thread stacey
ou should be doing the latter. If you are then ... um > *tags someone else* > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mike > Boutin > Sent: Thursday, June 22, 2006 1:52 PM > To: Flashcoders mailing list > Subjec

Re: [Flashcoders] Export frame option disabled

2006-06-23 Thread Mike Boutin
2 PM To: Flashcoders mailing list Subject: [Flashcoders] Export frame option disabled Hey everyone, Im creating a preloader and I notice that it doesnt start until about 90% done loading the file. I believe this is because my ui components are exported to the first frame. I tried unchecking &qu

RE: [Flashcoders] Export frame option disabled

2006-06-22 Thread Mike
PROTECTED] On Behalf Of Mike Boutin Sent: Thursday, June 22, 2006 1:52 PM To: Flashcoders mailing list Subject: [Flashcoders] Export frame option disabled Hey everyone, Im creating a preloader and I notice that it doesnt start until about 90% done loading the file. I believe this is because my ui

[Flashcoders] Export frame option disabled

2006-06-22 Thread Mike Boutin
Hey everyone, Im creating a preloader and I notice that it doesnt start until about 90% done loading the file. I believe this is because my ui components are exported to the first frame. I tried unchecking "export to first frame" with no difference. I also tried changing the actionscript s