RE: [Flashcoders] FLASC problem

2006-10-17 Thread Merrill, Jason
you're running any source control and have to check out the file, that could be the issue. I always get that error when I forget to close an already open swf-preview-window (the one that pops up after testing/compiling) Hmmm... thanks guys - however, I'm not running any source control - and the

[Flashcoders] FLASC problem

2006-10-16 Thread Merrill, Jason
Having problems e-mailing the osflash list, so I thought I'd try here. I'm trying to get FLASC working and I keep getting an error: While executing in myproject.fla, Javascript error(s) occurred: Missing ) after argument list. I don't see any errors in my .fla or in my .as class. I have MTASC

Re: [Flashcoders] FLASC problem

2006-10-16 Thread John Grden
yeah usually when I get that it's because my file (swf) is read only. If you're running any source control and have to check out the file, that could be the issue. That's what that error means essentially : Can't load SWF ;) On 10/16/06, Merrill, Jason [EMAIL PROTECTED] wrote: Having

RE: [Flashcoders] FLASC problem

2006-10-16 Thread Steven Sacks | BLITZ
Unlike Flash, which if a compile fails during it, the swf is unlaunchable, mtasc fails before it injects the code. You're not seeing a swf preview, it's just launching the swf that exists. FLASC uses MTASC but it doesn't react to a failed build, possibly because it doesn't know the compile

Re: [Flashcoders] FLASC problem

2006-10-16 Thread John Grden
yeah when using MTASC without flasc that's true, but with FLASC, it fails internally and gives that JSFL message. I need to catch that error and provide a nice message about what could be wrong On 10/16/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: Unlike Flash, which if a compile fails

RE: [Flashcoders] FLASC problem

2006-10-16 Thread Andreas Weber
] FLASC problem yeah when using MTASC without flasc that's true, but with FLASC, it fails internally and gives that JSFL message. I need to catch that error and provide a nice message about what could be wrong ___ Flashcoders@chattyfig.figleaf.com