Re: [Flashcoders] Syntax for dynamically calling a function

2007-05-06 Thread Muzak
I mentioned this in another thread not to long ago.
http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/msg31071.html
http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/msg31112.html

regards,
Muzak

- Original Message - 
From: Jesse Graupmann [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, May 06, 2007 4:09 AM
Subject: RE: [Flashcoders] Syntax for dynamically calling a function


 Any details as to why?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Muzak
 Sent: Friday, May 04, 2007 11:41 PM
 To: flashcoders@chattyfig.figleaf.com
 Subject: Re: [Flashcoders] Syntax for dynamically calling a function


 - Original Message - 
 From: Jesse Graupmann [EMAIL PROTECTED]
 To: flashcoders@chattyfig.figleaf.com
 Sent: Friday, May 04, 2007 10:05 PM
 Subject: RE: [Flashcoders] Syntax for dynamically calling a function



 My personal favorite is the use of the Delegate loaded with arguments.


 Happens to be the one I'd say you should avoid ;-)

 regards,
 Muzak



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash 8 OSX - Classpath woes

2007-05-06 Thread Steven Sacks
Unfortunately, this is a brand new fresh install of Flash 8 (trial 
version) so that couldn't be, and, as it turned out wasn't, the issue.


It doesn't seem to be an issue with classpath because I tried setting it 
with the crosshair tool, too.  It's some other issue that I have never 
encountered.  Again, these classes compile just fine on Windows, and 
they compile just fine with MTASC with no errors or warnings even with 
strict turned on.  I've never seen this error before where a class 
declaration line causes an error saying that itself has already loaded.





Delete .aso files (in Command or Control menu) and recompile.

- Original Message - 
From: Steven Sacks [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Sunday, May 06, 2007 12:40 AM
Subject: [Flashcoders] Flash 8 OSX - Classpath woes


  

Calling all OSX Flash users:

Does the classpath

./classes

Not work on a mac?  I'm getting tons of errors and warning when I publish on a 
Mac.  These files compile just fine on Windows.

Line 28: The name of this class, 'net.stevensacks.gaia.core.SiteModel', conflicts with the name of another class that was loaded, 
'net.stevensacks.gaia.core.SiteModel'.

   class net.stevensacks.gaia.core.SiteModel

That class declaration is line 28, btw.  How can a class conflict with itself?




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
  



--
Steven Sacks
Flash Maestro
Los Angeles, CA
--
blog: http://www.stevensacks.net

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash 8 OSX - Classpath woes

2007-05-06 Thread Wagner Amaral

Hi Steven,

Long time not using a Mac, but as far as I remember, I got those errors when
my files were in a network device, causing the timestamp of the file to be
inconsistent with both the .aso files and the local machine timestamp, which
could lead to some very annoying errors, including .fla corruption if the
.fla is also in the network device.

If that's your case, try moving the files to your hard drive, setting the
timestamps of the files to your local time (there's a unix utility installed
in your mac, called 'touch' which does it for you), delete the .aso files,
close flash (yeah, flash in a mac has always been that bizarre), and then
you compile your project. That may work...

If your files are already in your hard drive, maybe you can try resetting
their timestamps, or as a last resort, re-create the .as files (just make
new files and paste your code into them). Believe me, all these strange
'workarounds' sometimes work on a mac =)

Just a guess, though...




On 5/5/07, Steven Sacks [EMAIL PROTECTED] wrote:


Calling all OSX Flash users:

Does the classpath

./classes

Not work on a mac?  I'm getting tons of errors and warning when I
publish on a Mac.  These files compile just fine on Windows.

Line 28: The name of this class, 'net.stevensacks.gaia.core.SiteModel',
conflicts with the name of another class that was loaded,
'net.stevensacks.gaia.core.SiteModel'.
class net.stevensacks.gaia.core.SiteModel

That class declaration is line 28, btw.  How can a class conflict with
itself?


--
Steven Sacks
Flash Maestro
Los Angeles, CA
--
blog: http://www.stevensacks.net

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash 8 OSX - Classpath woes

2007-05-06 Thread Steven Sacks
Thanks Wagner.  Unfortunately, that's not the issue.  These files were 
built on my Windows box (not on a network drive) and packaged up in an 
MXP.  Also, this is a brand new install of the trial version of Flash 8 
for OSX, so deleting the ASO wouldn't (and didn't) help.  :(

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash 8 OSX - Classpath woes

2007-05-06 Thread robert

You can recreate a new test class that lives in classes directory?

I don't think it is an issue, but what is the line-endings setting of  
the documents and document encoding?


In PHP, there was some weird bug that if the document encoding was  
UTF-8 with BOM (Byte order mark) then PHP engine would throw all  
kinds of errors.



On May 6, 2007, at 10:57 AM, Steven Sacks wrote:

Thanks Wagner.  Unfortunately, that's not the issue.  These files  
were built on my Windows box (not on a network drive) and packaged  
up in an MXP.  Also, this is a brand new install of the trial  
version of Flash 8 for OSX, so deleting the ASO wouldn't (and  
didn't) help.  :(

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] 犯罪の4割が 児童買春

2007-05-06 Thread 知らなくても厳禁

驚くことに、「出会い系」犯罪の4割が
なんと児童買春。

もともと未成年者の援助交際の温床になっていた所
警察庁で「昨年から子供に対する犯罪の取り締まりを強化した結果」
検挙者が続出したとの事!

最年少は小学5年の女児(10)だった。

今の時代出会い系でのコミュニケーションは必須ではありますが
くれぐれも、犯罪に巻き込まれないように!

少女売春に巻き込まれないポイントは
相手がこちらの懐具合を気にしたメッセージを送ってくるようなら 
-- 即NG --

未成年はまどろっこしい交渉術は持っていないので
* どんな職業?
* 年収は?
* どこに住んでるの?
やり取りの最初にこんな表現が含まれているようなら
未成年の可能性が高いです。



法律に触れない 健全な出会いライフをお楽しみください。
http://m2mroom.com/MT/

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash 8 OSX - Classpath woes SOLVED

2007-05-06 Thread Steven Sacks
Hey all.  Well, it was an ASO issue.  I had to clear the ASO on my 
Windows box, then create my MXP, then bring it over to my Mac box, clear 
the ASO and then it worked from then on.  I'm hoping that people don't 
run into this issue if they install my MXP.


Are there any negative effects that arise from deleting ASO files?  If 
not, I could delete the ASO files with my JSFL panel easily enough.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash 8 OSX - Classpath woes SOLVED

2007-05-06 Thread Johannes Nel

no side effects apart from a slower compile time

On 5/6/07, Steven Sacks [EMAIL PROTECTED] wrote:


Hey all.  Well, it was an ASO issue.  I had to clear the ASO on my
Windows box, then create my MXP, then bring it over to my Mac box, clear
the ASO and then it worked from then on.  I'm hoping that people don't
run into this issue if they install my MXP.

Are there any negative effects that arise from deleting ASO files?  If
not, I could delete the ASO files with my JSFL panel easily enough.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--
j:pn
http://www.lennel.org
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] adding filter to the stage.

2007-05-06 Thread Alain Rousseau
to reference the current MovieClip you can use the this statement. If 
you put that code on a frame of the timeline, it will reference the 
whole flash Movie thus applying the BlurFilter to it and all containing 
movie clips (in theory). it would be the same as writing _level0 or 
_root but don't use the last.


Gustavo Duenas wrote:
So If I add this code to my movie, I could have the blur for the whole 
stage(including movie clips?);


this would be the main timeline...would you please explain me more 
this in detail?


regards


gustavo Duenas

On May 6, 2007, at 10:28 AM, Alain Rousseau wrote:


It would be more something like

this.filters = [stageBlur];

where this is the main timeline or _level0

HTH

Gustavo Duenas wrote:
hi Guys, I've been thinking of this, is possible to add a filter to 
the stage?


like:

stageBlur:BlurFilter = new BlurFilter();


stage.filters=[stageBlur];

I don't know maybe I'm looking for something crazy, but I'd 
appreciate any input you would have guys.


regards





Gustavo Duenas
Creative Director
LEFT AND RIGHT SOLUTIONS LLC
1225 W. Beaver St. Suite 119
Jacksonville, Fl.  32204
904 . 2650330
www.leftandrightsolutions.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com