RE: [Flashcoders] You cannot debug this SWF because it does not contain any Actionscript

2008-07-28 Thread Zoltan Csibi
PROTECTED] On Behalf Of Joe Cutting Sent: Wednesday, July 23, 2008 6:12 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] You cannot debug this SWF because it does not contain any Actionscript I've suddenly started having a very serious problem with a large project I'm wor

Re: [Flashcoders] You cannot debug this SWF because it does not contain any Actionscript

2008-07-24 Thread Steven Sacks
Yeah, what you should do is the 50 percent recursive deletion. Delete half the items and test. Then delete half of the half that has the bad library item in it and test. Repeat until you hone in on it. ___ Flashcoders mailing list Flashcoders@chatty

Re: [Flashcoders] You cannot debug this SWF because it does not contain any Actionscript

2008-07-24 Thread Helmut Granda
If I was in your case (and as you commented the debugger is the one that prompts you for the error) I would delete the library items in chucks of say 50 or even 100, then debug, if he debugger doesn't say that it cant compile the movie because you dont have AS in it, then you move to the next set.

Re: [Flashcoders] You cannot debug this SWF because it does not contain any Actionscript

2008-07-24 Thread Joe Cutting
>> What you've got here is the case of a corrupted library item. It happens sometimes and there's only one thing you can do about it. What we had to (and you have to) do is go through your library symbols one by one, deleting each one until you find the sucker, and then replacing it if need be

Re: [Flashcoders] You cannot debug this SWF because it does not contain any Actionscript

2008-07-24 Thread allandt bik-elliott (thefieldcomic.com)
if you put any code on the timeline and then make that layer a guide, it can also happen not that it's ever happened to me erm... was a mate of mine, yeh that's it On Thu, Jul 24, 2008 at 4:09 AM, Steven Sacks <[EMAIL PROTECTED]> wrote: > Helmut Granda wrote: > > The question now is, h

Re: [Flashcoders] You cannot debug this SWF because it does not contain any Actionscript

2008-07-23 Thread Steven Sacks
Helmut Granda wrote: > The question now is, how do files in the library can become so corrupted? > This would help to avoid it I hope. Because Flash, like a lot of software, ain't perfect. There's no reliable way to make an image get corrupted. Sometimes, the corruption is simple, like it says

Re: [Flashcoders] You cannot debug this SWF because it does not contain any Actionscript

2008-07-23 Thread Helmut Granda
The question now is, how do files in the library can become so corrupted? This would help to avoid it I hope. On Wed, Jul 23, 2008 at 1:31 PM, Steven Sacks <[EMAIL PROTECTED]> wrote: > Welcome to the seedy underbelly of Flash development. > > What you've got here is the case of a corrupted librar

RE: [Flashcoders] You cannot debug this SWF because it does not contain any Actionscript

2008-07-23 Thread Patrick Matte | BLITZ
- 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks Sent: Wednesday, July 23, 2008 11:32 AM To: Flash Coders List Subject: Re: [Flashcoders] You cannot debug this SWF because it does not contain any Actionscript Welcome to

Re: [Flashcoders] You cannot debug this SWF because it does not contain any Actionscript

2008-07-23 Thread Steven Sacks
Welcome to the seedy underbelly of Flash development. What you've got here is the case of a corrupted library item. It happens sometimes and there's only one thing you can do about it. Not too long ago, my team inherited a Flash 8 file with a corrupted library item that was so terribly corru

[Flashcoders] You cannot debug this SWF because it does not contain any Actionscript

2008-07-23 Thread Joe Cutting
I've suddenly started having a very serious problem with a large project I'm working on in Flash CS3 (Flash 9- AS3) When I go to test movie the project compiles ok but ignores all the Actionscript in the file When I try debug it comes up with "You cannot debug this SWF because it does not cont