[Flashcoders] outlook need to be oppened from Flash

2006-02-27 Thread Bharat Group
Hi , I want to open the oulook express from my flash presentation. I ve one 
email link and I want on clicking on that link it should open the outlook 
express with same email add. in  To  field.

IBM

___
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] outlook need to be oppened from Flash

2006-02-27 Thread Danny Kodicek
Hi , I want to open the oulook express from my flash presentation. I ve one 
email link and I want on clicking on that link it should open the outlook 
express with same email add. in  To  field.


The simplest (but not 100% reliable) method is to use a mailto: link: give 
your link the url 
mailto:[EMAIL PROTECTED] 
Assuming your end user has their computer set up appropriately, this should 
open the default mail client. However, if you're not running in a browser, 
this link will probably open their default browser as well. To avoid this 
you'd probably need some non-Flash-only solution.


Danny 


___
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] outlook need to be oppened from Flash

2006-02-27 Thread Adrian Lynch
If you mean from a Flash movie in the browser, then you don't really have a
choice as to what email client is used for mailto links. If you just mean
you want any email client to open, Outlook, Outlook Express, Thunderbird
etc. then two ways.

1. From HTML text in a text field a
href=mailto:[EMAIL PROTECTED] Bestest SubjectEmail/a

2. From anywhere in the movie
getURL(mailto:[EMAIL PROTECTED] Bestest Subject);

Test, rinse, repeat.

Time for breakfast...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Bharat
Group
Sent: 27 February 2006 09:43
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] outlook need to be oppened from Flash


Hi , I want to open the oulook express from my flash presentation. I ve one
email link and I want on clicking on that link it should open the outlook
express with same email add. in  To  field.

IBM

___
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] outlook need to be oppened from Flash

2006-02-27 Thread Mayur Bais
try this

link.onRelease = function(){
 getURL(mailto:[EMAIL PROTECTED]);
}; [EMAIL PROTECTED]);};

or you can create a text box  ,select some text in it..and in the
getURL box in the property inspector write

: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]);};

Mayur !





On 2/27/06, Bharat Group [EMAIL PROTECTED] wrote:

 Hi , I want to open the oulook express from my flash presentation. I ve
 one email link and I want on clicking on that link it should open the
 outlook express with same email add. in  To  field.

 IBM

 ___
 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] outlook need to be oppened from Flash

2006-02-27 Thread Nick Weekes
Look up getURL in the Help docs.  You don't open a specific application
(e.g. outlook express), but create an email message using the local machines
default mail client.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bharat Group
Sent: 27 February 2006 09:43
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] outlook need to be oppened from Flash

Hi , I want to open the oulook express from my flash presentation. I ve one
email link and I want on clicking on that link it should open the outlook
express with same email add. in  To  field.

IBM

___
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] Andre Michelle experiments

2006-02-27 Thread Alan Skinner

Wow had a look at this guys stuff! He's a true genius!

Is there any source you can download on the site, I cant find it?

ta

-- 
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed.

If you have received this email in error please notify the
originator of the message. This footer also confirms that this
email message has been scanned for the presence of computer viruses.

Any views expressed in this message are those of the individual
sender, except where the sender specifies and with authority,
states them to be the views of DA Group.

___
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] Andre Michelle experiments

2006-02-27 Thread Guntur N. Sarwohadi
Yeah.. I know.. I think he's currently working on new stuff for flash8..
espesially gamepackage.. what source are u talking about?

[g]

On 2/27/06, Alan Skinner [EMAIL PROTECTED] wrote:


 Wow had a look at this guys stuff! He's a true genius!

 Is there any source you can download on the site, I cant find it?

 ta

 --
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom
 they are addressed.

 If you have received this email in error please notify the
 originator of the message. This footer also confirms that this
 email message has been scanned for the presence of computer viruses.

 Any views expressed in this message are those of the individual
 sender, except where the sender specifies and with authority,
 states them to be the views of DA Group.

 ___
 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] mailto is not working

2006-02-27 Thread Bharat Group

Guys,

mailto: 

is not working in flash movie although it's email publish is working with it. 
In movie it does nothing.

IBM

Subject: [Flash] outlook need to be opened from Flash

Hi , I want to open the outlook express from my flash presentation. I ve one
email link and I want on clicking on that link it should open the outlook
express with same email add. in  To  field.

IBM
___
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] mailto is not working

2006-02-27 Thread Adrian Lynch
Can you show us what you have so far?

Adrian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Bharat
Group
Sent: 27 February 2006 10:53
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] mailto is not working



Guys,

mailto:

is not working in flash movie although it's email publish is working with
it. In movie it does nothing.

IBM

Subject: [Flash] outlook need to be opened from Flash

Hi , I want to open the outlook express from my flash presentation. I ve one
email link and I want on clicking on that link it should open the outlook
express with same email add. in  To  field.

IBM

___
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] mailto is not working

2006-02-27 Thread Danny Kodicek
Is this in a browser or a standalone? What exactly did you do? 'Not working' 
isn't very helpful.


Danny

- Original Message - 
From: Bharat Group [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 10:53 AM
Subject: [Flashcoders] mailto is not working



Guys,

mailto:

is not working in flash movie although it's email publish is working with 
it. In movie it does nothing.


IBM

Subject: [Flash] outlook need to be opened from Flash

Hi , I want to open the outlook express from my flash presentation. I ve one
email link and I want on clicking on that link it should open the outlook
express with same email add. in  To  field.

IBM
___
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] mailto is not working

2006-02-27 Thread Bharat Group
It's a standalone presentation in flash, in contact us page , it need to 
open a default mail client with email add. in  to field. I ve attach the 
code on the button , but after running it, it shows nothing, I mean when I 
click the link it does not open any thing. I tried following actions


link.onRelease = function(){
getURL(mailto:[EMAIL PROTECTED]);
}; [EMAIL PROTECTED]);};

or you can create a text box  ,select some text in it..and in the
getURL box in the property inspector write

: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]);};


But none is working.

IBM



- Original Message - 
From: Danny Kodicek [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 4:48 PM
Subject: Re: [Flashcoders] mailto is not working


Is this in a browser or a standalone? What exactly did you do? 'Not 
working' isn't very helpful.


Danny

- Original Message - 
From: Bharat Group [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 10:53 AM
Subject: [Flashcoders] mailto is not working



Guys,

mailto:

is not working in flash movie although it's email publish is working with 
it. In movie it does nothing.


IBM

Subject: [Flash] outlook need to be opened from Flash

Hi , I want to open the outlook express from my flash presentation. I ve 
one

email link and I want on clicking on that link it should open the outlook
express with same email add. in  To  field.

IBM
___
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


RE: [Flashcoders] mailto is not working

2006-02-27 Thread Nick Weekes
Is the click event firing?  Have you traced the code in this event?  Maybe
you have instance naming issues. 

Does it fail in both 'Preview in browser' and 'test movie'?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bharat Group
Sent: 27 February 2006 11:28
To: Flashcoders mailing list
Subject: Re: [Flashcoders] mailto is not working

It's a standalone presentation in flash, in contact us page , it need to 
open a default mail client with email add. in  to field. I ve attach the 
code on the button , but after running it, it shows nothing, I mean when I 
click the link it does not open any thing. I tried following actions

link.onRelease = function(){
 getURL(mailto:[EMAIL PROTECTED]);
}; [EMAIL PROTECTED]);};

or you can create a text box  ,select some text in it..and in the
getURL box in the property inspector write

: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]);};


But none is working.

IBM



- Original Message - 
From: Danny Kodicek [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 4:48 PM
Subject: Re: [Flashcoders] mailto is not working


 Is this in a browser or a standalone? What exactly did you do? 'Not 
 working' isn't very helpful.

 Danny

 - Original Message - 
 From: Bharat Group [EMAIL PROTECTED]
 To: flashcoders@chattyfig.figleaf.com
 Sent: Monday, February 27, 2006 10:53 AM
 Subject: [Flashcoders] mailto is not working



 Guys,

 mailto:

 is not working in flash movie although it's email publish is working with 
 it. In movie it does nothing.

 IBM

 Subject: [Flash] outlook need to be opened from Flash

 Hi , I want to open the outlook express from my flash presentation. I ve 
 one
 email link and I want on clicking on that link it should open the outlook
 express with same email add. in  To  field.

 IBM
 ___
 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


RE: [Flashcoders] Easing equations - explanation of parameters

2006-02-27 Thread Nick Weekes
I use these references for tweening/easing:

http://www.kirupa.com/developer/actionscript/tween.htm

http://www.macromedia.com/devnet/flash/articles/tweening.html

Cheers,

Nick 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Keith
Salisbury
Sent: 27 February 2006 11:32
To: Flashcoders mailing list
Subject: [Flashcoders] Easing equations - explanation of parameters

Does anyone have a explanation of the parameters used in the class

mx.transitions.easing.Elastic

(t:Number, b:Number, c:Number, d:Number, a:Number, p:Number)


t = Current Timer
b = Initial Value
c = End Value - Initial Value
d = Duration

a = ?
p = ?



tia
keith
___
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] mailto is not working

2006-02-27 Thread [a /]
It might actually be a blocker in IE. I have had problems opening Microsoft 
Word documents from a link within a swf embedded in a browser. I have no 
such problems if the swf is opened in Mozilla. If the IE problem is an 
anomaly as the .doc opens on some computers and fails on others


[a /]
- Original Message - 
From: Danny Kodicek [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 11:18 AM
Subject: Re: [Flashcoders] mailto is not working


Is this in a browser or a standalone? What exactly did you do? 'Not 
working' isn't very helpful.


Danny

- Original Message - 
From: Bharat Group [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 10:53 AM
Subject: [Flashcoders] mailto is not working



Guys,

mailto:

is not working in flash movie although it's email publish is working with 
it. In movie it does nothing.


IBM

Subject: [Flash] outlook need to be opened from Flash

Hi , I want to open the outlook express from my flash presentation. I ve 
one

email link and I want on clicking on that link it should open the outlook
express with same email add. in  To  field.

IBM
___
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] Dynamic .as reference to MC

2006-02-27 Thread James Marsden

Hello,

Does anyone know if it's possible to dynamically apply a class file 
reference to an mc created with createEmptyMovieClip or attachMovie?


Thanks,

James

___
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] mailto is not working

2006-02-27 Thread [a /]
This problem only seems to occur if you try to fire an event which requires 
a Microsoft program to open from an IE embedded swf. Unfortunately its hard 
to locate as the event will fail on some IE browsers and be successful on 
others


[a /]
- Original Message - 
From: [a /] [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 11:34 AM
Subject: Re: [Flashcoders] mailto is not working


It might actually be a blocker in IE. I have had problems opening 
Microsoft Word documents from a link within a swf embedded in a browser. I 
have no such problems if the swf is opened in Mozilla. If the IE problem 
is an anomaly as the .doc opens on some computers and fails on others


[a /]
- Original Message - 
From: Danny Kodicek [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 11:18 AM
Subject: Re: [Flashcoders] mailto is not working


Is this in a browser or a standalone? What exactly did you do? 'Not 
working' isn't very helpful.


Danny

- Original Message - 
From: Bharat Group [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 10:53 AM
Subject: [Flashcoders] mailto is not working



Guys,

mailto:

is not working in flash movie although it's email publish is working with 
it. In movie it does nothing.


IBM

Subject: [Flash] outlook need to be opened from Flash

Hi , I want to open the outlook express from my flash presentation. I ve 
one

email link and I want on clicking on that link it should open the outlook
express with same email add. in  To  field.

IBM
___
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


Re: [Flashcoders] mailto is not working

2006-02-27 Thread Bharat Group
No, click event is not firing, it does nothing on clicking. and it fails in 
both



- Original Message - 
From: Nick Weekes [EMAIL PROTECTED]

To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 5:02 PM
Subject: RE: [Flashcoders] mailto is not working



Is the click event firing?  Have you traced the code in this event?  Maybe
you have instance naming issues.

Does it fail in both 'Preview in browser' and 'test movie'?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bharat 
Group

Sent: 27 February 2006 11:28
To: Flashcoders mailing list
Subject: Re: [Flashcoders] mailto is not working

It's a standalone presentation in flash, in contact us page , it need to
open a default mail client with email add. in  to field. I ve attach the
code on the button , but after running it, it shows nothing, I mean when I
click the link it does not open any thing. I tried following actions

link.onRelease = function(){
getURL(mailto:[EMAIL PROTECTED]);
}; [EMAIL PROTECTED]);};

or you can create a text box  ,select some text in it..and in the
getURL box in the property inspector write

: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]);};


But none is working.

IBM



- Original Message - 
From: Danny Kodicek [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 4:48 PM
Subject: Re: [Flashcoders] mailto is not working



Is this in a browser or a standalone? What exactly did you do? 'Not
working' isn't very helpful.

Danny

- Original Message - 
From: Bharat Group [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 10:53 AM
Subject: [Flashcoders] mailto is not working



Guys,

mailto:

is not working in flash movie although it's email publish is working with
it. In movie it does nothing.

IBM

Subject: [Flash] outlook need to be opened from Flash

Hi , I want to open the outlook express from my flash presentation. I ve
one
email link and I want on clicking on that link it should open the outlook
express with same email add. in  To  field.

IBM
___
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



___
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] mailto is not working

2006-02-27 Thread Danny Kodicek



It's a standalone presentation in flash, in contact us page , it need to
open a default mail client with email add. in  to field. I ve attach the 
code on the button , but after running it, it shows nothing, I mean when I 
click the link it does not open any thing.


Is this on all computers or just some? It sounds like this machine may not 
have a default mail client set up.


You may need to embed the Flash in another app which can perform file 
functions, so you can have a bit more control. Eg you could use Director or 
SwfStudio. Then you could directly find the default mail client and open it 
(or you can send mail directly without opening the mail client at all)


Danny 


___
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] Easing equations - explanation of parameters

2006-02-27 Thread Keith Salisbury
Cheers Nick, already seen those, but unfortunately it seems everywhere
there is documentation for the Tween class, but absolutely no
documentation for the easing class. I dont want to use the tween
class, i just need to use the easing methods directly, so i just need
some documentation on the parameters.


On 2/27/06, Nick Weekes [EMAIL PROTECTED] wrote:
 I use these references for tweening/easing:

___
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] mailto is not working

2006-02-27 Thread Bharat Group
am not using IE embedded swf. it's just a flash presentation and want to 
open any default mail client from swf.
- Original Message - 
From: [a /] [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 5:09 PM
Subject: Re: [Flashcoders] mailto is not working


This problem only seems to occur if you try to fire an event which 
requires a Microsoft program to open from an IE embedded swf. 
Unfortunately its hard to locate as the event will fail on some IE 
browsers and be successful on others


[a /]
- Original Message - 
From: [a /] [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 11:34 AM
Subject: Re: [Flashcoders] mailto is not working


It might actually be a blocker in IE. I have had problems opening 
Microsoft Word documents from a link within a swf embedded in a browser. 
I have no such problems if the swf is opened in Mozilla. If the IE 
problem is an anomaly as the .doc opens on some computers and fails on 
others


[a /]
- Original Message - 
From: Danny Kodicek [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 11:18 AM
Subject: Re: [Flashcoders] mailto is not working


Is this in a browser or a standalone? What exactly did you do? 'Not 
working' isn't very helpful.


Danny

- Original Message - 
From: Bharat Group [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 10:53 AM
Subject: [Flashcoders] mailto is not working



Guys,

mailto:

is not working in flash movie although it's email publish is working 
with it. In movie it does nothing.


IBM

Subject: [Flash] outlook need to be opened from Flash

Hi , I want to open the outlook express from my flash presentation. I ve 
one
email link and I want on clicking on that link it should open the 
outlook

express with same email add. in  To  field.

IBM
___
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



___
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] [SOLVED] Start/stop function - not working as AS2.0?

2006-02-27 Thread Michael Hulse

On Feb 26, 2006, at 6:30 PM, Shy Aberman wrote:

Try passing in the function name as a string.


Ah, thanks for the tip.  :)

Got it working now! On top of what you mentioned above I had to change 
a few other things I over-looked... see comments below:


/* Update: Changed second argument to a string. */
_root.stopButton.onRelease = function() { startStopMovies(_root, 
stop); };

/* Update: Changed second argument to a string. */
_root.startButton.onRelease = function() { startStopMovies(_root, 
play); };


 Function that will stop all movies on all timelines:
startStopMovies = function(location, control) {
for(var movie in location) {
if(typeof(location[movie]) == movieclip) {
/* Update: Make the stop()/start() apply to the movies 
scope: */
location[movie][control]();
			/* Update: I needed to re-call this function, and I also forgot to 
add the second argument - I think main reason why things were broke 
previously: */

startStopMovies(location[movie], control);
}
}
	/* Not exactly sure if this is necessary, but it works so I am leaving 
it: */

_root[control]();
};

Well, that is it. Thanks all for you help. I hope this will help 
someone else.


Please let me know if I can improve upon this code.

Many thanks all.
M

___
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] mailto is not working

2006-02-27 Thread Adrian Lynch
Are you using this:

link.onRelease = function(){
getURL(mailto:[EMAIL PROTECTED]);
}; [EMAIL PROTECTED]);};

The extra bit was added by the posters email client(server?). It should be:

link.onRelease = function(){
getURL(mailto:[EMAIL PROTECTED]);
};

And that should be in a frame and not on a clip.

Try:

link.onRelease = function(){
// getURL(mailto:[EMAIL PROTECTED]);
trace(It's firing);
};

What happens?

Adrian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Bharat
Group
Sent: 27 February 2006 11:41
To: Flashcoders mailing list
Subject: Re: [Flashcoders] mailto is not working


No, click event is not firing, it does nothing on clicking. and it fails in
both


- Original Message -
From: Nick Weekes [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 5:02 PM
Subject: RE: [Flashcoders] mailto is not working


 Is the click event firing?  Have you traced the code in this event?  Maybe
 you have instance naming issues.

 Does it fail in both 'Preview in browser' and 'test movie'?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Bharat
 Group
 Sent: 27 February 2006 11:28
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] mailto is not working

 It's a standalone presentation in flash, in contact us page , it need to
 open a default mail client with email add. in  to field. I ve attach the
 code on the button , but after running it, it shows nothing, I mean when I
 click the link it does not open any thing. I tried following actions

 link.onRelease = function(){
 getURL(mailto:[EMAIL PROTECTED]);
 }; [EMAIL PROTECTED]);};

 or you can create a text box  ,select some text in it..and in the
 getURL box in the property inspector write

 : mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]);};


 But none is working.

 IBM



 - Original Message -
 From: Danny Kodicek [EMAIL PROTECTED]
 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
 Sent: Monday, February 27, 2006 4:48 PM
 Subject: Re: [Flashcoders] mailto is not working


 Is this in a browser or a standalone? What exactly did you do? 'Not
 working' isn't very helpful.

 Danny

 - Original Message -
 From: Bharat Group [EMAIL PROTECTED]
 To: flashcoders@chattyfig.figleaf.com
 Sent: Monday, February 27, 2006 10:53 AM
 Subject: [Flashcoders] mailto is not working



 Guys,

 mailto:

 is not working in flash movie although it's email publish is working with
 it. In movie it does nothing.

 IBM

 Subject: [Flash] outlook need to be opened from Flash

 Hi , I want to open the outlook express from my flash presentation. I ve
 one
 email link and I want on clicking on that link it should open the outlook
 express with same email add. in  To  field.

 IBM
 ___
 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


___
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] mailto is not working

2006-02-27 Thread Nick Weekes
Ok, you have problems with your instances and/or placement of the click
event.

Post the fla and I'll take a look. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bharat Group
Sent: 27 February 2006 11:41
To: Flashcoders mailing list
Subject: Re: [Flashcoders] mailto is not working

No, click event is not firing, it does nothing on clicking. and it fails in 
both


- Original Message - 
From: Nick Weekes [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 5:02 PM
Subject: RE: [Flashcoders] mailto is not working


 Is the click event firing?  Have you traced the code in this event?  Maybe
 you have instance naming issues.

 Does it fail in both 'Preview in browser' and 'test movie'?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Bharat 
 Group
 Sent: 27 February 2006 11:28
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] mailto is not working

 It's a standalone presentation in flash, in contact us page , it need to
 open a default mail client with email add. in  to field. I ve attach the
 code on the button , but after running it, it shows nothing, I mean when I
 click the link it does not open any thing. I tried following actions

 link.onRelease = function(){
 getURL(mailto:[EMAIL PROTECTED]);
 }; [EMAIL PROTECTED]);};

 or you can create a text box  ,select some text in it..and in the
 getURL box in the property inspector write

 : mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]);};


 But none is working.

 IBM



 - Original Message - 
 From: Danny Kodicek [EMAIL PROTECTED]
 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
 Sent: Monday, February 27, 2006 4:48 PM
 Subject: Re: [Flashcoders] mailto is not working


 Is this in a browser or a standalone? What exactly did you do? 'Not
 working' isn't very helpful.

 Danny

 - Original Message - 
 From: Bharat Group [EMAIL PROTECTED]
 To: flashcoders@chattyfig.figleaf.com
 Sent: Monday, February 27, 2006 10:53 AM
 Subject: [Flashcoders] mailto is not working



 Guys,

 mailto:

 is not working in flash movie although it's email publish is working with
 it. In movie it does nothing.

 IBM

 Subject: [Flash] outlook need to be opened from Flash

 Hi , I want to open the outlook express from my flash presentation. I ve
 one
 email link and I want on clicking on that link it should open the outlook
 express with same email add. in  To  field.

 IBM
 ___
 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
 

___
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] Easing equations - explanation of parameters

2006-02-27 Thread Mike Mountain
I thought it was something like amplitude and damping... 

M



 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Keith Salisbury
 Sent: 27 February 2006 11:32
 To: Flashcoders mailing list
 Subject: [Flashcoders] Easing equations - explanation of parameters
 
 Does anyone have a explanation of the parameters used in the class
 
 mx.transitions.easing.Elastic
 
 (t:Number, b:Number, c:Number, d:Number, a:Number, p:Number)
 
 
 t = Current Timer
 b = Initial Value
 c = End Value - Initial Value
 d = Duration
 
 a = ?
 p = ?
 
 
 
 tia
 keith
 ___
 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] Easing equations - explanation of parameters

2006-02-27 Thread Nick Weekes
Ah ok.  The easing parameters in those two articles are all ive ever seen
with regard to easing documentation, so maybe someone else has more detail
(Jessie/Jason?).

Cheers,

Nick

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Keith
Salisbury
Sent: 27 February 2006 11:44
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Easing equations - explanation of parameters

Cheers Nick, already seen those, but unfortunately it seems everywhere
there is documentation for the Tween class, but absolutely no
documentation for the easing class. I dont want to use the tween
class, i just need to use the easing methods directly, so i just need
some documentation on the parameters.


On 2/27/06, Nick Weekes [EMAIL PROTECTED] wrote:
 I use these references for tweening/easing:

___
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] Dynamic .as reference to MC

2006-02-27 Thread Adrian Park
I think you might be looking for the Object.registerClass() method...

http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=2587.html

I haven't actually used it myself as I only became aware of it a few days
ago!

Adrian

On 2/27/06, James Marsden [EMAIL PROTECTED] wrote:

 Hello,

 Does anyone know if it's possible to dynamically apply a class file
 reference to an mc created with createEmptyMovieClip or attachMovie?

 Thanks,

 James

 ___
 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] mailto is not working

2006-02-27 Thread Bharat Group
pl. ve a look of fla and reply. The main prob. is that neither it showing 
any error nor on clicking   doing any thing.
- Original Message - 
From: Nick Weekes [EMAIL PROTECTED]

To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 5:26 PM
Subject: RE: [Flashcoders] mailto is not working



Ok, you have problems with your instances and/or placement of the click
event.

Post the fla and I'll take a look.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bharat 
Group

Sent: 27 February 2006 11:41
To: Flashcoders mailing list
Subject: Re: [Flashcoders] mailto is not working

No, click event is not firing, it does nothing on clicking. and it fails 
in

both


- Original Message - 
From: Nick Weekes [EMAIL PROTECTED]

To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 5:02 PM
Subject: RE: [Flashcoders] mailto is not working


Is the click event firing?  Have you traced the code in this event? 
Maybe

you have instance naming issues.

Does it fail in both 'Preview in browser' and 'test movie'?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bharat
Group
Sent: 27 February 2006 11:28
To: Flashcoders mailing list
Subject: Re: [Flashcoders] mailto is not working

It's a standalone presentation in flash, in contact us page , it need to
open a default mail client with email add. in  to field. I ve attach 
the
code on the button , but after running it, it shows nothing, I mean when 
I

click the link it does not open any thing. I tried following actions

link.onRelease = function(){
getURL(mailto:[EMAIL PROTECTED]);
}; [EMAIL PROTECTED]);};

or you can create a text box  ,select some text in it..and in the
getURL box in the property inspector write

: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]);};


But none is working.

IBM



- Original Message - 
From: Danny Kodicek [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 4:48 PM
Subject: Re: [Flashcoders] mailto is not working



Is this in a browser or a standalone? What exactly did you do? 'Not
working' isn't very helpful.

Danny

- Original Message - 
From: Bharat Group [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 10:53 AM
Subject: [Flashcoders] mailto is not working



Guys,

mailto:

is not working in flash movie although it's email publish is working 
with

it. In movie it does nothing.

IBM

Subject: [Flash] outlook need to be opened from Flash

Hi , I want to open the outlook express from my flash presentation. I ve
one
email link and I want on clicking on that link it should open the 
outlook

express with same email add. in  To  field.

IBM
___
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



___
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 

RE: [Flashcoders] mailto is not working

2006-02-27 Thread Nick Weekes
 ok ive taken a look, and the click event IS firing and the mail link works
fine with my machine (Outlook 2003).  

(to test this, put a breakpoint on the 'GetURL' line, then debug the movie
(Shift + Ctrl + Enter).  the code will break at this line, which means your
event is in the correct space.)

So the problem is either with security settings in your browser, OE is not
your default mail app or the mail client is not installed correctly.  try
re-installing outlook express, or try another mail reader (I think netscape
has a free mail reader with their navigator download).

cheers,

Nick

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bharat Group
Sent: 27 February 2006 12:33
To: Flashcoders mailing list
Subject: Re: [Flashcoders] mailto is not working

pl. ve a look of fla and reply. The main prob. is that neither it showing 
any error nor on clicking   doing any thing.
- Original Message - 
From: Nick Weekes [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 5:26 PM
Subject: RE: [Flashcoders] mailto is not working


 Ok, you have problems with your instances and/or placement of the click
 event.

 Post the fla and I'll take a look.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Bharat 
 Group
 Sent: 27 February 2006 11:41
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] mailto is not working

 No, click event is not firing, it does nothing on clicking. and it fails 
 in
 both


 - Original Message - 
 From: Nick Weekes [EMAIL PROTECTED]
 To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
 Sent: Monday, February 27, 2006 5:02 PM
 Subject: RE: [Flashcoders] mailto is not working


 Is the click event firing?  Have you traced the code in this event? 
 Maybe
 you have instance naming issues.

 Does it fail in both 'Preview in browser' and 'test movie'?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Bharat
 Group
 Sent: 27 February 2006 11:28
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] mailto is not working

 It's a standalone presentation in flash, in contact us page , it need to
 open a default mail client with email add. in  to field. I ve attach 
 the
 code on the button , but after running it, it shows nothing, I mean when 
 I
 click the link it does not open any thing. I tried following actions

 link.onRelease = function(){
 getURL(mailto:[EMAIL PROTECTED]);
 }; [EMAIL PROTECTED]);};

 or you can create a text box  ,select some text in it..and in the
 getURL box in the property inspector write

 : mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]);};


 But none is working.

 IBM



 - Original Message - 
 From: Danny Kodicek [EMAIL PROTECTED]
 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
 Sent: Monday, February 27, 2006 4:48 PM
 Subject: Re: [Flashcoders] mailto is not working


 Is this in a browser or a standalone? What exactly did you do? 'Not
 working' isn't very helpful.

 Danny

 - Original Message - 
 From: Bharat Group [EMAIL PROTECTED]
 To: flashcoders@chattyfig.figleaf.com
 Sent: Monday, February 27, 2006 10:53 AM
 Subject: [Flashcoders] mailto is not working



 Guys,

 mailto:

 is not working in flash movie although it's email publish is working 
 with
 it. In movie it does nothing.

 IBM

 Subject: [Flash] outlook need to be opened from Flash

 Hi , I want to open the outlook express from my flash presentation. I ve
 one
 email link and I want on clicking on that link it should open the 
 outlook
 express with same email add. in  To  field.

 IBM
 ___
 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 

Re: [Flashcoders] mailto is not working

2006-02-27 Thread Bharat Group

Hi Nick,

Waitig for u r reply.

IBm
- Original Message - 
From: Nick Weekes [EMAIL PROTECTED]

To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 5:26 PM
Subject: RE: [Flashcoders] mailto is not working



Ok, you have problems with your instances and/or placement of the click
event.

Post the fla and I'll take a look.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bharat 
Group

Sent: 27 February 2006 11:41
To: Flashcoders mailing list
Subject: Re: [Flashcoders] mailto is not working

No, click event is not firing, it does nothing on clicking. and it fails 
in

both


- Original Message - 
From: Nick Weekes [EMAIL PROTECTED]

To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 5:02 PM
Subject: RE: [Flashcoders] mailto is not working


Is the click event firing?  Have you traced the code in this event? 
Maybe

you have instance naming issues.

Does it fail in both 'Preview in browser' and 'test movie'?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bharat
Group
Sent: 27 February 2006 11:28
To: Flashcoders mailing list
Subject: Re: [Flashcoders] mailto is not working

It's a standalone presentation in flash, in contact us page , it need to
open a default mail client with email add. in  to field. I ve attach 
the
code on the button , but after running it, it shows nothing, I mean when 
I

click the link it does not open any thing. I tried following actions

link.onRelease = function(){
getURL(mailto:[EMAIL PROTECTED]);
}; [EMAIL PROTECTED]);};

or you can create a text box  ,select some text in it..and in the
getURL box in the property inspector write

: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]);};


But none is working.

IBM



- Original Message - 
From: Danny Kodicek [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 4:48 PM
Subject: Re: [Flashcoders] mailto is not working



Is this in a browser or a standalone? What exactly did you do? 'Not
working' isn't very helpful.

Danny

- Original Message - 
From: Bharat Group [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 10:53 AM
Subject: [Flashcoders] mailto is not working



Guys,

mailto:

is not working in flash movie although it's email publish is working 
with

it. In movie it does nothing.

IBM

Subject: [Flash] outlook need to be opened from Flash

Hi , I want to open the outlook express from my flash presentation. I ve
one
email link and I want on clicking on that link it should open the 
outlook

express with same email add. in  To  field.

IBM
___
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



___
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


Re: [Flashcoders] Easing equations - explanation of parameters

2006-02-27 Thread Mark Walters
Taken from Robert Penner's book ...

t = time
b = begin
c = change
d = duration

- markW


On 2/27/06, Keith Salisbury [EMAIL PROTECTED] wrote:
 Does anyone have a explanation of the parameters used in the class

 mx.transitions.easing.Elastic

 (t:Number, b:Number, c:Number, d:Number, a:Number, p:Number)


 t = Current Timer
 b = Initial Value
 c = End Value - Initial Value
 d = Duration

 a = ?
 p = ?



 tia
 keith
 ___
 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] Easing equations - explanation of parameters

2006-02-27 Thread Helen Triolo
From a post from Zeh in the archives 
(http://chattyfig.figleaf.com/pipermail/flashcoders/2004-July/117628.html),


In elastic's case, extra1 is 'amplitude' and extra2 is 'period'.

(any  parameters after the basic 4 apparently have different meanings 
depending on the type of tween).


Helen

--
http://flash-creations.com
http://i-technica.com



Keith Salisbury wrote:


Does anyone have a explanation of the parameters used in the class

mx.transitions.easing.Elastic

(t:Number, b:Number, c:Number, d:Number, a:Number, p:Number)


t = Current Timer
b = Initial Value
c = End Value - Initial Value
d = Duration

a = ?
p = ?



tia
keith
 




___
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] Issues with Player Version 7,0,24

2006-02-27 Thread lars



hi all. i have a small game exported to flash 7, as 2.0 which is running
fine on my machine (flash player 8 installed) but not on 2 other machines
having player 7,0,24 installed. are there any bugs in that version that
relate to as 2.0 scripting? (its a game using movieclip positioning for
enemies and a move player on drag incl collistion detection). another
question: how to get back player version 7 into the ide of flash 8 to
test this issue? thanks: lars


___
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] mailto is not working

2006-02-27 Thread Latcho

try to add ,_self as second getURL param
regards,
latcho

Bharat Group wrote:

Hi Nick,

Waitig for u r reply.

IBm
- Original Message - From: Nick Weekes [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 5:26 PM
Subject: RE: [Flashcoders] mailto is not working



Ok, you have problems with your instances and/or placement of the click
event.

Post the fla and I'll take a look.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 
Bharat Group

Sent: 27 February 2006 11:41
To: Flashcoders mailing list
Subject: Re: [Flashcoders] mailto is not working

No, click event is not firing, it does nothing on clicking. and it 
fails in

both


- Original Message - From: Nick Weekes [EMAIL PROTECTED]
To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 5:02 PM
Subject: RE: [Flashcoders] mailto is not working


Is the click event firing?  Have you traced the code in this event? 
Maybe

you have instance naming issues.

Does it fail in both 'Preview in browser' and 'test movie'?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bharat
Group
Sent: 27 February 2006 11:28
To: Flashcoders mailing list
Subject: Re: [Flashcoders] mailto is not working

It's a standalone presentation in flash, in contact us page , it 
need to
open a default mail client with email add. in  to field. I ve 
attach the
code on the button , but after running it, it shows nothing, I mean 
when I

click the link it does not open any thing. I tried following actions

link.onRelease = function(){
getURL(mailto:[EMAIL PROTECTED]);
}; [EMAIL PROTECTED]);};

or you can create a text box  ,select some text in it..and in the
getURL box in the property inspector write

: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]);};


But none is working.

IBM



- Original Message - From: Danny Kodicek 
[EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 4:48 PM
Subject: Re: [Flashcoders] mailto is not working



Is this in a browser or a standalone? What exactly did you do? 'Not
working' isn't very helpful.

Danny

- Original Message - From: Bharat Group 
[EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 10:53 AM
Subject: [Flashcoders] mailto is not working



Guys,

mailto:

is not working in flash movie although it's email publish is 
working with

it. In movie it does nothing.

IBM

Subject: [Flash] outlook need to be opened from Flash

Hi , I want to open the outlook express from my flash presentation. 
I ve

one
email link and I want on clicking on that link it should open the 
outlook

express with same email add. in  To  field.

IBM
___
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



___
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 

Re: [Flashcoders] Issues with Player Version 7,0,24 // GEEEZ?

2006-02-27 Thread lars
got it, but gez, what is it??? i did a flash rewrite of a javascript
game. that uses setTimeout(func,speed) which i copied 1:1 and forgot to
translate to as2.0... if i remove that javascript function its not running,
if i keep it it's running ... but it's a javascript function?!?! how can
that function work in flash at all??? help!


Am 27.02.2006 14:41 Uhr schrieb lars unter [EMAIL PROTECTED]:

 
 
 
 hi all. i have a small game exported to flash 7, as 2.0 which is running
 fine on my machine (flash player 8 installed) but not on 2 other machines
 having player 7,0,24 installed. are there any bugs in that version that
 relate to as 2.0 scripting? (its a game using movieclip positioning for
 enemies and a move player on drag incl collistion detection). another
 question: how to get back player version 7 into the ide of flash 8 to
 test this issue? thanks: lars
 
 
 ___
 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] How can I display a tall document?

2006-02-27 Thread Arul Prasad
1. set Stage.scalemode=noScale';

2. set  textBox.autoSize= true and then textBox.width = num;
This will make the textBox stretch heightwise, and fix the width to a
particular value (num).

3. After you set the text to the textfield, pass that height to the
javascript code in the container html page.
4. Resize your flash Object size accordingly using JS. (getItemByID will
help u get the object)

This should work.


On 2/23/06, Phil Glatz [EMAIL PROTECTED] wrote:

 I have a Flash (8) movie that has a dynamic text field whose contents
 may vary - it may be between a few lines of text, to as many as a
 thousand.  I would like to have it scale vertically e size of the
 contents, but always maintain the same width and font size.  If it
 gets too tall to be shown in the HTML page containing it, the HTML
 pages should be scrolled to see the entire contents.  I don't want to
 use a scroll bar with the text field; the entire contents should be
 visible at all times.

 To further complicate things, the content of the dynamic text box is
 set via a FlashVar at display time.  Also, the font used may be
 changed via a FlashVar parameter.

 What I think I need is a way to change the height of the stage, based
 on the rendered height of the content at display time.  Can this be
 done with ActionScript?  How do I indicate in the object/embed tags
 in the HTML the height of the SWF, since it won't be known at display
 time?

 thanks - any ideas or references would be appreciated

 ___
 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] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread lars

anyone has a timer class handy? something to display minutes and seconds
counting, starting at 0:00... sorry, but i tried to calc a date/time
difference using the date and time objects, but i can't make it :( tsk tsk


___
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] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread Mike Mountain
Use getTimer() instead.

M 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of lars
 Sent: 27 February 2006 14:24
 To: Flashcoders mailing list
 Subject: [Flashcoders] AS2.0 time/date Objects: Timer class?
 
 
 anyone has a timer class handy? something to display minutes 
 and seconds counting, starting at 0:00... sorry, but i tried 
 to calc a date/time difference using the date and time 
 objects, but i can't make it :( tsk tsk
 
 
 ___
 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] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread Jim Armstrong

lars wrote:

anyone has a timer class handy? something to display minutes and seconds
counting, starting at 0:00... sorry, but i tried to calc a date/time
difference using the date and time objects, but i can't make it :( tsk tsk

  

http://www.2112fx.com/blog/pivot/entry.php?id=13

timestamp with count-up or count-down modes built in.

hope that helps!

- jim

--
2112 FX :: Singularity
[Business Intelligence][Custom Programming]
Flash Math Blog :: www.2112fx.com/blog


___
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] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread lars
indeed. next question: easiest way to format it to m:s display? :)


Am 27.02.2006 15:26 Uhr schrieb Mike Mountain unter
[EMAIL PROTECTED]:

 Use getTimer() instead.
 
 M 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of lars
 Sent: 27 February 2006 14:24
 To: Flashcoders mailing list
 Subject: [Flashcoders] AS2.0 time/date Objects: Timer class?
 
 
 anyone has a timer class handy? something to display minutes
 and seconds counting, starting at 0:00... sorry, but i tried
 to calc a date/time difference using the date and time
 objects, but i can't make it :( tsk tsk
 
 
 ___
 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


Re: [Flashcoders] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread lars
yes, also nice, but how to avaid using your textfield? when i use
timer.start( myownfield, timer.count_up) it's still displaying the
one created by the class?


Am 27.02.2006 15:35 Uhr schrieb Jim Armstrong unter [EMAIL PROTECTED]:

 lars wrote:
 anyone has a timer class handy? something to display minutes and seconds
 counting, starting at 0:00... sorry, but i tried to calc a date/time
 difference using the date and time objects, but i can't make it :( tsk tsk
 
   
 http://www.2112fx.com/blog/pivot/entry.php?id=13
 
 timestamp with count-up or count-down modes built in.
 
 hope that helps!
 
 - jim


___
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] mailto is not working

2006-02-27 Thread Mike Britton
Better yet, don't use mailto: at all.  Personally I don't like when Outlook
opens from links.  It's disruptive.

Mike
___
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] Dynamic .as reference to MC

2006-02-27 Thread James Marsden
thanks, unfortunately I couldn't get it work - and found several threads 
of other people not getting it to work either... :S


I've solved my problem another way...

Cheers,

J

Adrian Park wrote:


I think you might be looking for the Object.registerClass() method...

http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=2587.html

I haven't actually used it myself as I only became aware of it a few days
ago!

Adrian

 

 


___
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] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread Mike Mountain
At it's simplest

[as]

this.onEnterFrame = function() {
var tme = getTimer();
var secs = Math.ceil(tme/1000);
var mins = Math.floor((tme/1000)/60);
num_txt.text =mins+:+secs
}; 
[/as]
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of lars
 Sent: 27 February 2006 14:37
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] AS2.0 time/date Objects: Timer class?
 
 indeed. next question: easiest way to format it to m:s display? :)
 
 
 Am 27.02.2006 15:26 Uhr schrieb Mike Mountain unter
 [EMAIL PROTECTED]:
 
  Use getTimer() instead.
  
  M
___
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] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread Mike Mountain
Ooops addendum.

[as]
this.onEnterFrame = function() {
var tme = getTimer();   
var mins = Math.floor((tme/1000)/60);
var secs = Math.ceil(tme/1000)-(mins*60)
num_txt.text =mins+:+secs
};
[/as]

Will reset seconds when the minutes increments
___
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] mailto is not working

2006-02-27 Thread Danny Kodicek

Better yet, don't use mailto: at all.  Personally I don't like when Outlook

opens from links.  It's disruptive.

I agree, and just a reminder in case my previous message was missed: both 
SwfStudio and Director have the potential to create a silent email, although 
both require an extension to make it work (the DirectMail Xtra in Director, 
and the Email plugin in SwfStudio). There are probably other methods which 
I'm not aware of! And of course you can also use a server-side solution and 
contact your server via a php script or something along those lines.


Best
Danny 


___
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] mailto is not working

2006-02-27 Thread Mike Mountain

 Better yet, don't use mailto: at all.  Personally I don't 
 like when Outlook opens from links.  It's disruptive.
 


Really? As long as I know it's going to happen (ie - I've clicked on an
email address) I much prefer the email opening up in the mail client of
my choice, rather than me having to use some limited feature textbox and
submit button.

No spellcheck
No signature
No address book
No sent item in my 'sent items' box

etc.

M
___
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] mailto is not working

2006-02-27 Thread Bharat Group

Danny Dear,
what you suggest.. I ve made this whole project in flash MX  with win xp. 
Now this little prob bugged me a lot. I can not switch to director or any 
other software.. tell me the solution..


- Original Message - 
From: Danny Kodicek [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 8:34 PM
Subject: Re: [Flashcoders] mailto is not working


Better yet, don't use mailto: at all.  Personally I don't like when 
Outlook

opens from links.  It's disruptive.

I agree, and just a reminder in case my previous message was missed: both 
SwfStudio and Director have the potential to create a silent email, 
although both require an extension to make it work (the DirectMail Xtra in 
Director, and the Email plugin in SwfStudio). There are probably other 
methods which I'm not aware of! And of course you can also use a 
server-side solution and contact your server via a php script or something 
along those lines.


Best
Danny
___
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] Sorting content in DataSet

2006-02-27 Thread Manuel Saint-Victor
I've tried to use the DataSet components's useSort method on a dataset bound
to a datagrid.  I did the binding through the component inspector but have
the following code in my timeline:




import mx.controls.Alert;

my_ds.addSort(lastFirst, [lastName, firstName]);

my_dg.enabled = false;
clear_button.enabled = false;
submit_button.label = Submit;
clear_button.label = Clear;

my_ds.addEventListener(addItem, addItemListener);
my_ds.addEventListener(modelChanged, modelChangedListener);
submit_button.addEventListener(click, submitListener);
clear_button.addEventListener(click, clearListener);

function modelChangedListener(evt_obj:Object):Void {
my_dg.enabled = (evt_obj.target.length  0);
clear_button.enabled = my_dg.enabled;
}
function submitListener(evt_obj:Object):Void {
my_ds.addItem({firstName:firstName_ti.text, lastName:lastName_ti.text});
}
function addItemListener(evt_obj:Object):Void {
if ((evt_obj.item.firstName.length == 0) ||
(evt_obj.item.lastName.length == 0)) {
Alert.show(Error, first name or last name cannot be blank.,
Error, Alert.OK, _level0);
evt_obj.result = false;
} else {
firstName_ti.text = ;
lastName_ti.text = ;
}
}
function clearListener(evt_obj:Object):Void {
Alert.show(Are you sure you want to clear the data?, Warning,
Alert.OK | Alert.CANCEL, _level0, clearConfirmListener);
}
function clearConfirmListener(evt_obj:Object):Void {
switch (evt_obj.detail) {
case Alert.OK:
my_ds.clear();
break;
case Alert.CANCEL:
break;
}
}
my_ds.addSort(nameSort, [firstName], DataSetIterator.Descending |
DataSetIterator.Unique | DataSetIterator.CaseInsensitive);
sort_pb.addEventListener(click,setSort);
function setSort(evt){
trace(sorting);
if(my_ds.hasSort(nameSort)){
trace(source found );
 my_ds.useSort(nameSort);
 my_dg.dataProvider=my_ds.items;
}
}

The majority of it is from the livedocs.  I can;t get my dataset to sort the
contents when a user presses the sort button though.

Any advice- or links to a better dataset sorting tutorial?

Mani
___
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] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread lars
eh, any chance to reset the timer? i guess not, so i have to
work with 2 vars and calculate the diff? in my example the
timer needs to start when the users starts the game...


Am 27.02.2006 15:59 Uhr schrieb Mike Mountain unter
[EMAIL PROTECTED]:

 Ooops addendum.
 
 [as]
 this.onEnterFrame = function() {
 var tme = getTimer(); 
 var mins = Math.floor((tme/1000)/60);
 var secs = Math.ceil(tme/1000)-(mins*60)
 num_txt.text =mins+:+secs
 };
 [/as]
 
 Will reset seconds when the minutes increments
 ___
 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] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread eric dolecki
www.layer51.com/proto

you could probably take a prototype and make a class out of it fairly
quickly... and then you'd always have one at the ready. perhaps there is a
class already you might wanna use.

On 2/27/06, lars [EMAIL PROTECTED] wrote:

 eh, any chance to reset the timer? i guess not, so i have to
 work with 2 vars and calculate the diff? in my example the
 timer needs to start when the users starts the game...


 Am 27.02.2006 15:59 Uhr schrieb Mike Mountain unter
 [EMAIL PROTECTED]:

  Ooops addendum.
 
  [as]
  this.onEnterFrame = function() {
  var tme = getTimer();
  var mins = Math.floor((tme/1000)/60);
  var secs = Math.ceil(tme/1000)-(mins*60)
  num_txt.text =mins+:+secs
  };
  [/as]
 
  Will reset seconds when the minutes increments
  ___
  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


Re: [Flashcoders] mailto is not working

2006-02-27 Thread Danny Kodicek



Danny Dear,
what you suggest.. I ve made this whole project in flash MX  with win xp. 
Now this little prob bugged me a lot. I can not switch to director or any 
other software.. tell me the solution..


I'm not saying you should switch to Director, but that you could embed your 
Flash swf into an executable wrapper that provides you with additional 
features. The best one I know of that's specifically for this purpose is 
SwfStudio, which also provides you with a whole lot of other functionality 
(I think you can do custom icons, splash screens etc - it's a while since I 
used it), but Director might also do the job - depending on whether you're 
using Flash 8 (or more), as there's not currently a Flash 8 Xtra in 
Director.


HTH
Danny

PS: 'Danny dear' is a slightly strange way to say it in English - it 
suggests that we're lovers. 'Dear Danny' is better. I know, it makes no 
sense, but that's English for you.


___
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] OT: AfterEffects crashes

2006-02-27 Thread Elaine Montoya
The specs from adobe does say that for the windows platform it  
requires a Pentium 4 ... maybe that is your problem.


good luck!
elaine


On Feb 26, 2006, at 9:32 PM, Anggie Bratadinata wrote:


Does your computer have a Pentium 4 processor? You didn't state this
below

Athlon64, I forgot to write that.
Answer for the rest of your questions : Yes



...or if you want to simplify, you can buy a Mac!

Yea, I wish I could afford one.

--
Anggie Bratadinata
Web|Graphic|Flash
Jl. Raya Langsep 21
Malang - East Java
I N D O N E S I A
http://design.ibshastautama.com


Elaine Montoya wrote:

Does your computer have a Pentium 4 processor? You didn't state this
 below.
Do you have Microsoft DirectX 9.0b installed?
Also, I am not sure if your video card is supported. Here is a link
to the supported video cards:
http://www.adobe.com/products/aftereffects/opengl.html
Did it accept your serial number?
Were you able to activate the software?
Did you install as Administrator in XP Pro? (this is required).
If this still does not work, reinstall in diagnostic mode.
good luck, elaine
p.s. ...or if you want to simplify, you can buy a Mac! ;)
On Feb 26, 2006, at 1:26 AM, Anggie Bratadinata wrote:

Hi all,
I have a problem with AfterEffects 7 Pro. It won't start in my
system (DFI Infinity nForce-4 board, 1GB RAM,  200GB HDD, 256MB XFX
GeForce 6500 PCI-e VGA card, WinXP Pro SP2)
I've done all suggestions from Adobe but still no go. :(
Anyone can help me on this? Is there another video editing software
that is as good as AE7?


___
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] Re: sorting a collection of points clockwise

2006-02-27 Thread Bart Wttewaall
Thanks,

I guess I needed a little nudge to actually get working on the method.
If anyone sees a quicker method than the code below, then please say so.

Thanks Ron, A.Cicak  others!

function orderClockwise(coll:Array, center:Point):Array {
if (!center) center = getCenterPoint(coll);

var angleArray:Array = new Array();
var i:Number = coll.length;
while (i--) {
var point:Point = coll[i];
var dx:Number = point.x-center.x;
var dy:Number = point.y-center.y;
var angle:Number = Math.atan2(dy, dx);
angleArray.push({index:i, angle:angle});
}

angleArray.sortOn(angle, Array.NUMERIC);

i = angleArray.length;
var sortedArray:Array = new Array();
while (i--) sortedArray[i] = coll[angleArray[i].index];
return sortedArray;
}

2006/2/27, A.Cicak [EMAIL PROTECTED]:
 atan2 should do the trick

 Bart Wttewaall [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 Hi List,

 I'm looking for an algorithm that sorts a collection of points
 counter-, or clockwise by (probably) means of comparing each point to
 the center point of the collection. Calculating the centerpoint wasn't
 too hard, but I'm stuck at the comparing part. It doesn't matter which
 point the returning array begins with, but I'd like the method to be
 as fast as possible since it will be called every frame.

 I'm not asking for a complete solution (although appreciated) but for
 a few tips how to tackle this one.

 Thanks,
 Bart Wttewaall
 ___
 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


Re: [Flashcoders] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread lars
i already checked proto51, but didnt find a as2 class handy. anyway: i'll do
one :)


Am 27.02.2006 16:32 Uhr schrieb eric dolecki unter [EMAIL PROTECTED]:

 www.layer51.com/proto
 
 you could probably take a prototype and make a class out of it fairly
 quickly... and then you'd always have one at the ready. perhaps there is a
 class already you might wanna use.
 
 On 2/27/06, lars [EMAIL PROTECTED] wrote:
 
 eh, any chance to reset the timer? i guess not, so i have to
 work with 2 vars and calculate the diff? in my example the
 timer needs to start when the users starts the game...
 
 
 Am 27.02.2006 15:59 Uhr schrieb Mike Mountain unter
 [EMAIL PROTECTED]:
 
 Ooops addendum.
 
 [as]
 this.onEnterFrame = function() {
 var tme = getTimer();
 var mins = Math.floor((tme/1000)/60);
 var secs = Math.ceil(tme/1000)-(mins*60)
 num_txt.text =mins+:+secs
 };
 [/as]
 
 Will reset seconds when the minutes increments
 ___
 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


[Flashcoders] hidden function: settimeout?

2006-02-27 Thread lars
i just ported a little javascript game to flash and forgot to
translate on line: settimeout(moveenemies, speed)... i first
noticed when exporting it to flash7 because the enemies didnt
move, but the do when exported to flash8! what's going on?
settimeout works in flash8? is this some externalinterface
thingy or what? thanks: lars


___
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] dynamic and updating index values in datagrid

2006-02-27 Thread Manuel Saint-Victor
Is there a way to have the first column in the datagrid be a dynamic value
that for example is bound to the index value of that object in a DataSet-
I'm looking into this as a solution for providing a user with a list of
items that he/she can remove items from within the set and the numbers will
remain correct.

One solution I've considered is a private method called by my deleteItem()
method that would  create a new Array and use those indices as the column
value.  It seems to me like I'm doing a lot of work for something that's
already there though.


Mani
___
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] Re: sorting a collection of points clockwise

2006-02-27 Thread Morten Barklund TBWA\\Play

Bart Wttewaall wrote:

Thanks,

I guess I needed a little nudge to actually get working on the method.
If anyone sees a quicker method than the code below, then please say so.


This would actually be one of the few places, where 
Array.RETURNINDEXEDARRAY could be used - just create an array of the 
angles (not objects with angle-attributes), sort using the 
Array.RETURNINDEXEDARRAY-flag, and use this returned array as the array 
for which to reorder the original array of points :)


--
Morten Barklund - Information Architect - TBWA\Play
Gothersgade 49, 4th floor - DK-1123 Copenhagen K, Denmark
Phone: +45 7027 2227 - Fax: +45 3369 1174
___
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] hidden function: settimeout?

2006-02-27 Thread eric dolecki
Its like the javascript setTimeout... fire once  forget about it - cleans
itself up (instead of creating a setInterval and then cleaning it up,
checking to make sure it didn't exist before creating, etc.)

It is undocumented but its in there.

- e.dolecki

On 2/27/06, lars [EMAIL PROTECTED] wrote:

 i just ported a little javascript game to flash and forgot to
 translate on line: settimeout(moveenemies, speed)... i first
 noticed when exporting it to flash7 because the enemies didnt
 move, but the do when exported to flash8! what's going on?
 settimeout works in flash8? is this some externalinterface
 thingy or what? thanks: lars


 ___
 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] RE: Andre Michelle experiments

2006-02-27 Thread Alan Skinner

Just some source for the examples on his web side, they are so good I
was wanting to play about with them. Found a few on his site though


Yeah.. I know.. I think he's currently working on new stuff for
flash8..
espesially gamepackage.. what source are u talking about?

[g]



 Wow had a look at this guys stuff! He's a true genius!

 Is there any source you can download on the site, I cant find it?

 ta


-- 
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed.

If you have received this email in error please notify the
originator of the message. This footer also confirms that this
email message has been scanned for the presence of computer viruses.

Any views expressed in this message are those of the individual
sender, except where the sender specifies and with authority,
states them to be the views of DA Group.

___
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] percent Loading

2006-02-27 Thread CARABUS plus
To know the percent loades of a movie I done thisand its working

If I load a movie like this : loadMovie(number.swf, CIBLE);

How can I do to Know the percent loaded ?

loadBar._xscale = Math.round((getBytesLoaded() / getBytesTotal()) * 100);
percent = Math.round((getBytesLoaded() / getBytesTotal()) * 100) +  %;
seconds = Math.round(getTimer() / 1000) +  secs;
estTime = Math.round(((getBytesTotal() - getBytesLoaded()) / 1024)
/((getBytesLoaded() / 1024) / (getTimer() / 1000))) +  secs restant;
downLoadInfo = Math.round(getBytesLoaded() / 1024) + k sur  +
Math.round(getBytesTotal() / 1024) + k à  + Math.round((getBytesLoaded() /
1024) / (getTimer() / 1000)) + k / sec;
if(getBytesLoaded() == getBytesTotal()) {
gotoAndPlay(5);
}
___
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] hidden function: settimeout?

2006-02-27 Thread Geoffrey Williams
It's in Flash, just undocumented.

http://www.flashguru.co.uk/flash-8-settimeout/

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of lars
Sent: Monday, February 27, 2006 11:13 AM
To: Flashcoders mailing list
Subject: [Flashcoders] hidden function: settimeout?

i just ported a little javascript game to flash and forgot to
translate on line: settimeout(moveenemies, speed)... i first
noticed when exporting it to flash7 because the enemies didnt
move, but the do when exported to flash8! what's going on?
settimeout works in flash8? is this some externalinterface
thingy or what? thanks: lars




___
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] hidden function: settimeout?

2006-02-27 Thread lars
but flash8 only, isnt it? i just could use it, but for a flash 7 project :)


Am 27.02.2006 17:21 Uhr schrieb eric dolecki unter [EMAIL PROTECTED]:

 Its like the javascript setTimeout... fire once  forget about it - cleans
 itself up (instead of creating a setInterval and then cleaning it up,
 checking to make sure it didn't exist before creating, etc.)
 
 It is undocumented but its in there.
 
 - e.dolecki
 
 On 2/27/06, lars [EMAIL PROTECTED] wrote:
 
 i just ported a little javascript game to flash and forgot to
 translate on line: settimeout(moveenemies, speed)... i first
 noticed when exporting it to flash7 because the enemies didnt
 move, but the do when exported to flash8! what's going on?
 settimeout works in flash8? is this some externalinterface
 thingy or what? thanks: lars
 
 
 ___
 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] Attaching code to buttons already on stage

2006-02-27 Thread Kevin Cannon
Hey all,

I'm used to using registerClass to apply code to navigation buttons at the
like dynamically added to movie.

If I've got a few buttons already on stage I'm wondering what the cleanest way
is to add code to them:

I could do something like this:

home_btn.onRelease = news_btn.onRelease = about_btn.onRelease = function() {
// do something 
}

But that seems rather cumbersome, and I suspect there's a better way of doing
it, any recommendations?

Thanks,

- Kevin
___
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] hidden function: settimeout?

2006-02-27 Thread JesterXL
setTimeout works in Flash 8, but it's not documented.  They didn't bother 
because they deprecated it in Flash Player 8.5.

...I still like setTimeout the best, though, so I still use it.  Long live 
setTimeout!

- Original Message - 
From: lars [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, February 27, 2006 11:12 AM
Subject: [Flashcoders] hidden function: settimeout?


i just ported a little javascript game to flash and forgot to
translate on line: settimeout(moveenemies, speed)... i first
noticed when exporting it to flash7 because the enemies didnt
move, but the do when exported to flash8! what's going on?
settimeout works in flash8? is this some externalinterface
thingy or what? thanks: lars


___
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] hidden function: settimeout?

2006-02-27 Thread lars
yeah, gotta switch back from settimeout to setinterval now (because of
the need to export for flash 7). btw: is there an better way to update the
interval without having to clear it first?


Am 27.02.2006 17:38 Uhr schrieb eric dolecki unter [EMAIL PROTECTED]:

 flash 8 only - but you could create a setInterval manager... to ensure you
 aren't creating the same one again (which is disasterous), and cleans them
 up neatly, etc.
 
 On 2/27/06, lars [EMAIL PROTECTED] wrote:
 
 but flash8 only, isnt it? i just could use it, but for a flash 7 project
 :)
 
 
 Am 27.02.2006 17:21 Uhr schrieb eric dolecki unter [EMAIL PROTECTED]:
 
 Its like the javascript setTimeout... fire once  forget about it -
 cleans
 itself up (instead of creating a setInterval and then cleaning it up,
 checking to make sure it didn't exist before creating, etc.)
 
 It is undocumented but its in there.
 
 - e.dolecki
 
 On 2/27/06, lars [EMAIL PROTECTED] wrote:
 
 i just ported a little javascript game to flash and forgot to
 translate on line: settimeout(moveenemies, speed)... i first
 noticed when exporting it to flash7 because the enemies didnt
 move, but the do when exported to flash8! what's going on?
 settimeout works in flash8? is this some externalinterface
 thingy or what? thanks: lars
 
 
 ___
 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


___
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] Attaching code to buttons already on stage

2006-02-27 Thread Mike Britton
var universalButtonHandler = new Object();
universalButtonHandler.click = function(eventObject) {
trace(click!);
trace(eventObject.target); // get button name
// Logic here
}
btn00.addEventListener(click, universalButtonHandler);
btn01.addEventListener(click, universalButtonHandler);


hth,

Mike
___
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] scrollbar script

2006-02-27 Thread murder design
semi working flash movie: http://198.104.154.25/
here is my fla: http://198.104.154.25/scroller.fla
OK this is the most perplexing action script problem i have ever had. i am
desperately trying to solve this problem. my scroller works, but goes up too
far, and does not act correctly. if someone can point me in the right
direction, i will be VERY happy. the whole entire script is contained within
the main movie. there are no frames. just the clips, thats all.

// 
// scroller.fla
// [EMAIL PROTECTED]
// 
// function to scroll any movieclip, based on soome input variables
// myScrollable - movieclip to scroll
// myMask - mask to be used for the scrollable movieclip
// myScrollbar - scrollbar movieclip
// myGutter - 'gutter' or bounding box for the scrollbar
// a - speed for the scroller
// d - damping for the scroller after being released
// targY - new _y position for the scrollable movieclip
// 

function justScrollIt(myScrollable:MovieClip, myMask:MovieClip,
myScrollbar:MovieClip, myGutter:MovieClip, a:Number, d:Number, targY:Number)
{
// --
myYspeed = myScrollable._y;
myScrollbar.useHandCursor = false;
// the 'gutter' or bounding box which the scrollbar resides in
// next version, 'myGutter' will be the bounding box, and these vars
will be grabbed from there
gutterLeft = myScrollbar._x;
gutterTop = 0;
//gutterTop = myGutter._y - (myGutter._height/2) +
(myScrollbar._height/2);
gutterRight = myScrollbar._x;
gutterBottom = myGutter._y + (myGutter._height/2) -
(myScrollbar._height/2);
// --
myScrollbar.onPress = function(){
startDrag(myScrollbar, false, gutterLeft, gutterTop, gutterRight,
gutterBottom);
}
//stop the drag
myScrollbar.onRelease = REF.scrollbar_mc.onReleaseOutside = function() {
stopDrag();
}
// --
//set the mask for the text
myScrollable.setMask(myMask);
// --
myScrollable.onEnterFrame = function(){
scrollAmount = (myScrollable._height -
(myMask._height/1.3))/(myMask._height - myScrollbar._height);
//set a new target y position
targY =- myScrollbar._y * scrollAmount;
myYspeed = ((Math.round(myScrollable._y) -
Math.round(targY))/a+Math.round(myYspeed))/d;

myScrollable._y -= myYspeed;
}
// --
}


// call the scroller function
justScrollIt(scrollable_mc, mask_mc, scrollbar_mc, gutter_mc, 8, 8, 0);

-
regards,
-edward hotchkiss
___
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] Re: sorting a collection of points clockwise

2006-02-27 Thread Bart Wttewaall
Thanks Morten, that actually made it 23% faster :-)

2006/2/27, Morten Barklund TBWAPlay [EMAIL PROTECTED]:
 Bart Wttewaall wrote:
  Thanks,
 
  I guess I needed a little nudge to actually get working on the method.
  If anyone sees a quicker method than the code below, then please say so.

 This would actually be one of the few places, where
 Array.RETURNINDEXEDARRAY could be used - just create an array of the
 angles (not objects with angle-attributes), sort using the
 Array.RETURNINDEXEDARRAY-flag, and use this returned array as the array
 for which to reorder the original array of points :)

 --
 Morten Barklund - Information Architect - TBWA\Play
 Gothersgade 49, 4th floor - DK-1123 Copenhagen K, Denmark
 Phone: +45 7027 2227 - Fax: +45 3369 1174
 ___
 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] Easing equations - explanation of parameters

2006-02-27 Thread Zeh Fernando

In 'back' easing: the fifth parameter means 'overshoot'. In words by Mr.
Penner himself, slightly edited:

  a controls the amount of overshoot: higher a means greater overshoot
  a has a default value of 1.70158, which produces an overshoot of 10
percent
  a==0 produces cubic easing with no overshoot

(source: original easing files available at 
http://www.robertpenner.com/easing/ )


In the 'elastic' easing, yes, it means 'amplitude' and 'period', but like I
said on the message linked below, I didn't have much success playing with
those values. There *are* changes when messing with them, but usually it
just breaks totally instead of just doing some noticeable change. Probably
there's a very small range of values you can play with.

The parameters are ignored on the other easing equations.

- zeh




From a post from Zeh in the archives
(http://chattyfig.figleaf.com/pipermail/flashcoders/2004-July/117628.html),

In elastic's case, extra1 is 'amplitude' and extra2 is 'period'.



Does anyone have a explanation of the parameters used in the class

mx.transitions.easing.Elastic

(t:Number, b:Number, c:Number, d:Number, a:Number, p:Number)


t = Current Timer
b = Initial Value
c = End Value - Initial Value
d = Duration

a = ?
p = ?


___
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] Focus within the Browser

2006-02-27 Thread Claudia Barnal

Ok, so I have a pretty simple question.

How can I know if the SWF has the focus within the Browser.

I need to do something like this:

if ( playerHasFocus == true )
{
myMC._visible = true;
}
else
{
myMC._visible = false;
}

Thanks,
Claudia

_
Be the first to hear what's new at MSN - sign up to our free newsletters! 
http://www.msn.co.uk/newsletters


___
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] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread Ryan Matsikas
Looking for something like this?
http://out.chewtinfoil.com/Timer.as

On 2/27/06, lars [EMAIL PROTECTED] wrote:

 i already checked proto51, but didnt find a as2 class handy. anyway: i'll
 do
 one :)


 Am 27.02.2006 16:32 Uhr schrieb eric dolecki unter [EMAIL PROTECTED]:

  www.layer51.com/proto
 
  you could probably take a prototype and make a class out of it fairly
  quickly... and then you'd always have one at the ready. perhaps there is
 a
  class already you might wanna use.
 
  On 2/27/06, lars [EMAIL PROTECTED] wrote:
 
  eh, any chance to reset the timer? i guess not, so i have to
  work with 2 vars and calculate the diff? in my example the
  timer needs to start when the users starts the game...
 
 
  Am 27.02.2006 15:59 Uhr schrieb Mike Mountain unter
  [EMAIL PROTECTED]:
 
  Ooops addendum.
 
  [as]
  this.onEnterFrame = function() {
  var tme = getTimer();
  var mins = Math.floor((tme/1000)/60);
  var secs = Math.ceil(tme/1000)-(mins*60)
  num_txt.text =mins+:+secs
  };
  [/as]
 
  Will reset seconds when the minutes increments
  ___
  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

___
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] hidden function: settimeout?

2006-02-27 Thread Ryan Matsikas
Posted this to the wrong thread earlier, but this may be of use
http://out.chewtinfoil.com/Timer.as
and as eric suggested..
http://out.chewtinfoil.com/IntervalManager.as

Cheers,
Ryan

On 2/27/06, lars [EMAIL PROTECTED] wrote:

 yeah, gotta switch back from settimeout to setinterval now (because of
 the need to export for flash 7). btw: is there an better way to update the
 interval without having to clear it first?


 Am 27.02.2006 17:38 Uhr schrieb eric dolecki unter [EMAIL PROTECTED]:

  flash 8 only - but you could create a setInterval manager... to ensure
 you
  aren't creating the same one again (which is disasterous), and cleans
 them
  up neatly, etc.
 
  On 2/27/06, lars [EMAIL PROTECTED] wrote:
 
  but flash8 only, isnt it? i just could use it, but for a flash 7
 project
  :)
 
 
  Am 27.02.2006 17:21 Uhr schrieb eric dolecki unter 
 [EMAIL PROTECTED]:
 
  Its like the javascript setTimeout... fire once  forget about it -
  cleans
  itself up (instead of creating a setInterval and then cleaning it up,
  checking to make sure it didn't exist before creating, etc.)
 
  It is undocumented but its in there.
 
  - e.dolecki
 
  On 2/27/06, lars [EMAIL PROTECTED] wrote:
 
  i just ported a little javascript game to flash and forgot to
  translate on line: settimeout(moveenemies, speed)... i first
  noticed when exporting it to flash7 because the enemies didnt
  move, but the do when exported to flash8! what's going on?
  settimeout works in flash8? is this some externalinterface
  thingy or what? thanks: lars
 
 
  ___
  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


 ___
 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] Cannot attach movieclip to root???

2006-02-27 Thread Ryan Matsikas
yer getRoot function is useless, it will step back until yer in the _root of
the loader

On 2/26/06, judah [EMAIL PROTECTED] wrote:

 Hi Adrian,

 That is indeed what is happening. I copied the library resource in my
 second movie into the first movie and it did then work. Although the
 asset is duplicated which is not a big deal in this situation.

 Judah

 Adrian Park wrote:

 Firstly, I'm new to this list so hi!
 
 I suspect your problem may be to do with the fact that you cannot use
 library assets from one .swf in another.
 
 From your description, I understand that your dndNodeDragger asset is
 in
 the library of the second swf - if this is true you will not be able to
 load
 it into any timeline of the first swf. This is an intentional limitation
 in
 Flash.
 
 In a message yesterday, JesterXL pointed out that you can re-parent a
 movie
 clip in Player 8.5 - I'm not sure how to do this but it may just provide
 a
 workaround for this. I intend to investigate!
 
 Hope this helps!
 
 Adrian
 
 On 2/26/06, judah [EMAIL PROTECTED] wrote:
 
 
 Here is what I'm using...
 
 // find root movieclip
 public function getRoot(mc) {
 var rootReference:MovieClip;
 rootReference = mc;
 trace(getting root =  + rootReference);
 
 // find root
 while (rootReference._parent !=undefined){
 rootReference = rootReference._parent;
 trace(getting root =  + rootReference)
 }
 
 // return reference to root movieclip
 return rootReference;
 }
 
 
 Ryan Matsikas wrote:
 
 
 
 I would guess your getRoot() function is returning the incorrect root
 and
 trying to attach and then failing.
 
 What's the method look like?
 
 On 2/25/06, judah [EMAIL PROTECTED] wrote:
 
 
 
 
 I have two swfs. The first swf loads in the second swf. The second swf
 uses a function that *finds* the real _root and then uses attachMovie
 to
 attach a movieclip to it. The second swf works by itself but it does
 *not* work when loaded into another swf. Specifically, if I use:
 
 var root_mc:MovieClip = getRoot(this);
 var d_mc = root_mc.attachMovie(dndNodeDragger, d_mc,
 DepthManager.kTop++);
 trace(d_mc=+d_mc)
 
 I get a reference when it is not loaded into another swf. I could
 really
 use some insight on this.
 
 Judah
 
 --
 Always bear in mind that your own resolution to succeed is more
 
 
 important
 
 
 than any one thing.
 
 You can have anything you want - if you want it badly enough. You can
 
 
 be
 
 
 anything you want to be, do anything you set out to accomplish if you
 
 
 hold
 
 
 to that desire with singleness of purpose.
 
 - Abraham Lincoln
 
 ___
 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
 
 
 
 
 
 --
 Always bear in mind that your own resolution to succeed is more
 important
 than any one thing.
 
 You can have anything you want - if you want it badly enough. You can
 be
 anything you want to be, do anything you set out to accomplish if you
 hold
 to that desire with singleness of purpose.
 
 - Abraham Lincoln
 
 ___
 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
 
 
 


 --
 Always bear in mind that your own resolution to succeed is more important
 than any one thing.

 You can have anything you want - if you want it badly enough. You can be
 anything you want to be, do anything you set out to accomplish if you hold
 to that desire with singleness of purpose.

 - Abraham Lincoln

 ___
 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 

[Flashcoders] Fire/Flame Effect Tutorials/Strategies/Help?

2006-02-27 Thread bryan.rice

Hi  All,

I am trying to understand how to create fire/flame effects with the  
Flash 8 filters and bitmap class, but I don't really know where to  
start.  I have found at least one code sample out there, but I don't  
want to simply copy and paste code.  I want to understand what I am  
trying to create.


I know it involves perlin noise, displacement and blur filters, but I  
that's about it.  I don't *really* understand perlin noise except  
that it is often used to create random and natural behaving/looking  
objects via code.


My first goal is to create flaming dynamic text with an embedded  
font.   Can I get a some pointers/urls that will start me down the path?


blue skies,
bryan
___
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] specific circumstance with shared library fonts

2006-02-27 Thread elibol
I'm sorry guys, I know questions related to this topic are often repeated,
but the circumstance of my problem is very specific.

My goal:
I must load my fonts from a shared library, then load the font into a
dynamically generated textfield.

My problem:
It doesn't work.

Here is where I am:

items:
a = location of fonts exported as shared library symbols
b = swf file that imports fonts from a

conditions:
f = instantiating textfields at authortime
g = instantiating any* textfield
h = exporting font for actionscript
i = no textfields instantiated at author time

goal:
e = b with i

outcomes:
c = b cannot use the shared font
d = b can use the shared font

experiments:
p = a with f leads to c
q = b with f leads to d
r = b with g leads to d
s = b with h leads to d
t = e leads to c

Because of t, I'm convinced that g is necessary in order for d. I need t,
but it doesn't seem possible based on the conditions I'm using. There may be
other conditions which with d is possible with e.

I will test any relevant conditions that're provided. If it's known to be
impossible, however, please let me know.

Thank you,

M.
___
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] Cannot attach movieclip to root???

2006-02-27 Thread Judah
Yeah, it's doing what I want. The real _root is where I wanted my movieclip
to be attached. Since I cannot use library assets from one .swf in another I
copied the resource to the loader movieclip and then it does what I want. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ryan
Matsikas
Sent: Monday, February 27, 2006 11:22 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Cannot attach movieclip to root???

yer getRoot function is useless, it will step back until yer in the _root of
the loader

On 2/26/06, judah [EMAIL PROTECTED] wrote:

 Hi Adrian,

 That is indeed what is happening. I copied the library resource in my
 second movie into the first movie and it did then work. Although the
 asset is duplicated which is not a big deal in this situation.

 Judah

 Adrian Park wrote:

 Firstly, I'm new to this list so hi!
 
 I suspect your problem may be to do with the fact that you cannot use
 library assets from one .swf in another.
 
 From your description, I understand that your dndNodeDragger asset is
 in
 the library of the second swf - if this is true you will not be able to
 load
 it into any timeline of the first swf. This is an intentional limitation
 in
 Flash.
 
 In a message yesterday, JesterXL pointed out that you can re-parent a
 movie
 clip in Player 8.5 - I'm not sure how to do this but it may just provide
 a
 workaround for this. I intend to investigate!
 
 Hope this helps!
 
 Adrian
 
 On 2/26/06, judah [EMAIL PROTECTED] wrote:
 
 
 Here is what I'm using...
 
 // find root movieclip
 public function getRoot(mc) {
 var rootReference:MovieClip;
 rootReference = mc;
 trace(getting root =  + rootReference);
 
 // find root
 while (rootReference._parent !=undefined){
 rootReference = rootReference._parent;
 trace(getting root =  + rootReference)
 }
 
 // return reference to root movieclip
 return rootReference;
 }
 
 
 Ryan Matsikas wrote:
 
 
 
 I would guess your getRoot() function is returning the incorrect root
 and
 trying to attach and then failing.
 
 What's the method look like?
 
 On 2/25/06, judah [EMAIL PROTECTED] wrote:
 
 
 
 
 I have two swfs. The first swf loads in the second swf. The second swf
 uses a function that *finds* the real _root and then uses attachMovie
 to
 attach a movieclip to it. The second swf works by itself but it does
 *not* work when loaded into another swf. Specifically, if I use:
 
 var root_mc:MovieClip = getRoot(this);
 var d_mc = root_mc.attachMovie(dndNodeDragger, d_mc,
 DepthManager.kTop++);
 trace(d_mc=+d_mc)
 
 I get a reference when it is not loaded into another swf. I could
 really
 use some insight on this.
 
 Judah
 
 --
 Always bear in mind that your own resolution to succeed is more
 
 
 important
 
 
 than any one thing.
 
 You can have anything you want - if you want it badly enough. You can
 
 
 be
 
 
 anything you want to be, do anything you set out to accomplish if you
 
 
 hold
 
 
 to that desire with singleness of purpose.
 
 - Abraham Lincoln
 
 ___
 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
 
 
 
 
 
 --
 Always bear in mind that your own resolution to succeed is more
 important
 than any one thing.
 
 You can have anything you want - if you want it badly enough. You can
 be
 anything you want to be, do anything you set out to accomplish if you
 hold
 to that desire with singleness of purpose.
 
 - Abraham Lincoln
 
 ___
 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
 
 
 


 --
 Always bear in mind that your own resolution to succeed is more important
 than any one thing.

 You can have anything you want - 

Re: [Flashcoders] hidden function: settimeout?

2006-02-27 Thread eric dolecki
nice ;)

On 2/27/06, Ryan Matsikas [EMAIL PROTECTED] wrote:

 Posted this to the wrong thread earlier, but this may be of use
 http://out.chewtinfoil.com/Timer.as
 and as eric suggested..
 http://out.chewtinfoil.com/IntervalManager.as

 Cheers,
 Ryan

 On 2/27/06, lars [EMAIL PROTECTED] wrote:
 
  yeah, gotta switch back from settimeout to setinterval now (because of
  the need to export for flash 7). btw: is there an better way to update
 the
  interval without having to clear it first?
 
 
  Am 27.02.2006 17:38 Uhr schrieb eric dolecki unter [EMAIL PROTECTED]
 :
 
   flash 8 only - but you could create a setInterval manager... to ensure
  you
   aren't creating the same one again (which is disasterous), and cleans
  them
   up neatly, etc.
  
   On 2/27/06, lars [EMAIL PROTECTED] wrote:
  
   but flash8 only, isnt it? i just could use it, but for a flash 7
  project
   :)
  
  
   Am 27.02.2006 17:21 Uhr schrieb eric dolecki unter 
  [EMAIL PROTECTED]:
  
   Its like the javascript setTimeout... fire once  forget about it -
   cleans
   itself up (instead of creating a setInterval and then cleaning it
 up,
   checking to make sure it didn't exist before creating, etc.)
  
   It is undocumented but its in there.
  
   - e.dolecki
  
   On 2/27/06, lars [EMAIL PROTECTED] wrote:
  
   i just ported a little javascript game to flash and forgot to
   translate on line: settimeout(moveenemies, speed)... i first
   noticed when exporting it to flash7 because the enemies didnt
   move, but the do when exported to flash8! what's going on?
   settimeout works in flash8? is this some externalinterface
   thingy or what? thanks: lars
  
  
   ___
   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
 
 
  ___
  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] How to remove component listener in CellRenderer

2006-02-27 Thread Oleg Filipchuk
Hi list,
I use my custom components in tree and other list based components with
CellRenderer API. I create it with createChildren method:

function createChildren(Void) : Void{
combo = JViewCreator.createView (ComboBox, this,
this.getNextHighestDepth(), combo, {width: 97, height: 20, _x: 0, _y: 0});
combo.addEventListener(change, this);
}

How I can remove listener from combo when the row is deleted?
I've just noticed memory leak when some list deleted and created several
times. And that's only the reason left
___
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] How often do you use components? Or do you use it at all?

2006-02-27 Thread Sander
Hey Adobe, why don't you go ahead and open source those babies  
[components] so we can really share our applications?


The source is in your apps folder, free to mod.

//

I'm a developer using them more and more. When you need a clear  
interface with elements that just work, components are great. I just  
did a Cd-rom forms based registration app leaning heavily on  
components. File size and preloading didn't matter.


___
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] specific circumstance with shared library fonts

2006-02-27 Thread jim
Your explanation has

A: confused me

:) im sure I can help you out with this as I have done it before.

1. create sharedassets.fla, add font export for Actionscript  export in
first frame.

2. add a movieclip stub to library  export for runtime sharing in
sharedassets.swf  export for Actionscript  export in first frame.

3. create importassets.fla, add movieclip stub to library import for
runtime sharing from sharedassets.swf. 

4. create a movieclip stub_holder export for Actionscript  export in
first frame.

5. drag instance of stub onto stage in side Stub_holder.

6. in importassets.fla use actionscript to make sure that
sharedassets.swf is loaded before trying to use anything in
sharedassets.swf.

This works for me, the only other thing you must make sure of is you use
the name you gave the font when sharing.

Hope this helps
Jim



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of elibol
Sent: 27 February 2006 18:13
To: Flashcoders mailing list
Subject: [Flashcoders] specific circumstance with shared library fonts

I'm sorry guys, I know questions related to this topic are often
repeated,
but the circumstance of my problem is very specific.

My goal:
I must load my fonts from a shared library, then load the font into a
dynamically generated textfield.

My problem:
It doesn't work.

Here is where I am:

items:
a = location of fonts exported as shared library symbols
b = swf file that imports fonts from a

conditions:
f = instantiating textfields at authortime
g = instantiating any* textfield
h = exporting font for actionscript
i = no textfields instantiated at author time

goal:
e = b with i

outcomes:
c = b cannot use the shared font
d = b can use the shared font

experiments:
p = a with f leads to c
q = b with f leads to d
r = b with g leads to d
s = b with h leads to d
t = e leads to c

Because of t, I'm convinced that g is necessary in order for d. I need
t,
but it doesn't seem possible based on the conditions I'm using. There
may be
other conditions which with d is possible with e.

I will test any relevant conditions that're provided. If it's known to
be
impossible, however, please let me know.

Thank you,

M.
___
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] How often do you use components? Or do you use it at all?

2006-02-27 Thread Mike Britton
I meant distribution / EULA concerns, not the ability to look at the code.

Mike
___
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] Full Time Flash Developer Wanted

2006-02-27 Thread Liz Miles

We at 8e6 Technologies in Orange, Ca have an immediate opening for:

Flash Developer


8e6 Technologies is the pioneer and leading provider of appliance-based
Internet filtering and reporting solutions for business, education,
government and ISPs worldwide. Recognizing security threats and distractions
such as inappropriate Web content, instant messaging (IM), peer-to-peer
(P2P), spyware and spam, 8e6 empowers organizations with turn-key solutions
that enforce their Acceptable Use Policies (AUP) - improving productivity,
reducing liability and preserving network resources. 


We are looking for a Senior Web/Flash Developer to enhance the experience
our customers have when visiting our web site.  If you are an innovative,
creative individual that  takes a logical and systematic approach to
diagnosis and problem solving and  can create ideas that clarify,
communicate and drive product features we would like to meet with you.  You
will partner with engineering to ensure that interactive
techniques/technologies translate into robust, shippable products and
services. You must have a passion for accommodating product requirements,
creating concept solutions and implementing frameworks as well as a strong
understanding of the  design process.

  

QUALIFICATIONS: 
 
5+ years of extensive web design experience, including the design and
development of rich media and e-commerce websites  working with Macromedia
Flash


Extensive experience  in Flash Action Scripting and other tools to enhance
our presence to our customers around the world.

Working knowledge of XML, JavaServlets ,  PHP and Dreamweaver  are essential
to be successful in this position which includes ,  expert design
capability/creativity to develop innovative ways identify 8e6 Technologies
as an innovator in the internet security arena.

  
 
 Excellent oral and written communication skills are essential to our team
oriented environment  where our core values include: employee focus,
accountability  and excellence, while focusing on customer satisfaction.  If
you are interested in making an impact in the rapidly growing  marketplace
of internet security you can find a home at 8e6 Technologiies.

Please Contact:


Liz Miles
Recruiter
8e6 Technologies
www.8e6.com
714-282-6111 x175
714-505-3546 vm
714-282-6117 fax 

___
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] working with multiple sound objects.

2006-02-27 Thread eric dolecki
I assume you forgot your attachSound code in your email?

On 2/27/06, Matt Ganz [EMAIL PROTECTED] wrote:

 hi.

 i have 3 sound objects that i'm working with in my app. i have them
 all load when the site launches but i stop() them all at first because
 i don't want them all to start playing. here's the code:

 var room1Music:Sound = new Sound( _level0.room1_mc );
 room1.setVolume( 80 );
 room1.stop();
 var room2Music:Sound = new Sound( _level0.room2_mc );
 room2.setVolume( 80 );
 room2.stop();
 var room3Music:Sound = new Sound( _level0.room3_mc );
 room3.setVolume( 80 );
 room3.stop();

 each of the sounds is set to 'start' and 'loop' in their respective mcs.

 the problem is that when the site launches, room1 sound is stopped but
 room2 and room3 play. why might that be happening? i can successfully
 trigger the room1 sound a little further down in my site via:

 room1.start(); // and it starts playing exactly where it should.

 i guess i just don't understand why i can stop 1 of the sounds but not
 all.

 any insight is greatly appreciated.

 thanks. -- matt.

 ___
 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] working with multiple sound objects.

2006-02-27 Thread Matt Ganz
no. i thought you could just pass in a reference to the sound
constructor with the instance name of the movie clip that houses the
mp3 file.

On 2/27/06, eric dolecki [EMAIL PROTECTED] wrote:
 I assume you forgot your attachSound code in your email?

 On 2/27/06, Matt Ganz [EMAIL PROTECTED] wrote:
 
  hi.
 
  i have 3 sound objects that i'm working with in my app. i have them
  all load when the site launches but i stop() them all at first because
  i don't want them all to start playing. here's the code:
 
  var room1Music:Sound = new Sound( _level0.room1_mc );
  room1.setVolume( 80 );
  room1.stop();
  var room2Music:Sound = new Sound( _level0.room2_mc );
  room2.setVolume( 80 );
  room2.stop();
  var room3Music:Sound = new Sound( _level0.room3_mc );
  room3.setVolume( 80 );
  room3.stop();
 
  each of the sounds is set to 'start' and 'loop' in their respective mcs.
 
  the problem is that when the site launches, room1 sound is stopped but
  room2 and room3 play. why might that be happening? i can successfully
  trigger the room1 sound a little further down in my site via:
 
  room1.start(); // and it starts playing exactly where it should.
 
  i guess i just don't understand why i can stop 1 of the sounds but not
  all.
 
  any insight is greatly appreciated.
 
  thanks. -- matt.
 
  ___
  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

Re: [Flashcoders] working with multiple sound objects.

2006-02-27 Thread Helen Triolo
You can.  But are your sound instances named room1Music or room1?  Does 
it make a difference if you correct that?


Helen

Matt Ganz wrote:


no. i thought you could just pass in a reference to the sound
constructor with the instance name of the movie clip that houses the
mp3 file.

On 2/27/06, eric dolecki [EMAIL PROTECTED] wrote:
 


I assume you forgot your attachSound code in your email?

On 2/27/06, Matt Ganz [EMAIL PROTECTED] wrote:
   


hi.

i have 3 sound objects that i'm working with in my app. i have them
all load when the site launches but i stop() them all at first because
i don't want them all to start playing. here's the code:

var room1Music:Sound = new Sound( _level0.room1_mc );
room1.setVolume( 80 );
room1.stop();
var room2Music:Sound = new Sound( _level0.room2_mc );
room2.setVolume( 80 );
room2.stop();
var room3Music:Sound = new Sound( _level0.room3_mc );
room3.setVolume( 80 );
room3.stop();

each of the sounds is set to 'start' and 'loop' in their respective mcs.

the problem is that when the site launches, room1 sound is stopped but
room2 and room3 play. why might that be happening? i can successfully
trigger the room1 sound a little further down in my site via:

room1.start(); // and it starts playing exactly where it should.

i guess i just don't understand why i can stop 1 of the sounds but not
all.

any insight is greatly appreciated.

thanks. -- matt.
 



___
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] working with multiple sound objects.

2006-02-27 Thread Matt Ganz
nice catch. that's my bad but i have it fixed now. i just got it
working and i simply pass the container movie clip housing my media
display component into the sound constructor a la:

var sound_md1:Sound = new Sound( _level0.container_mc1 );

and it's working fine. thank you very much for your help.

matt.

On 2/27/06, Helen Triolo [EMAIL PROTECTED] wrote:
 Matt Ganz wrote:

 the reference is named room1Music but the actualy movie clip instance
 name is _level0.room1_mc. i've been using the reference before the
 sound methods, i.e. room1Music.start(), etc...
 
 
 

 That's not what I see in the code you posted.  I see room1 being used as
 the (non-existent, according to the rest of your code) instance name.  eg,

 var room1Music:Sound = new Sound( _level0.room1_mc );
 room1.setVolume( 80 );
 room1.stop();
 
 

 ___
 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] specific circumstance with shared library fonts

2006-02-27 Thread jim
So to summerize, you have no more issues? I only ask because we are quickly
running out of letters.

Jim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of elibol
Sent: 27 February 2006 20:45
To: Flashcoders mailing list
Subject: Re: [Flashcoders] specific circumstance with shared library fonts

It does! You're right, my explanation is ludacris.

But in the context of my explanation, you've introduced two new conditions.
It's some hack: One is to load a library stub, which seems to make library
elements dynamically accessible, and the other is to load the library in as
a movieclip, which seems to import all the library elements.

Thanks Jim, I wouldn't have understood it without the example...

So, the way it makes sense in my original context:

additional conditions:
m = shared stub clip from a
j = stub clip imported to b from a
k = clip containing stub clip exports to first frame in b
l = a is loaded as child clip of b
n = entertain jims confusion

with m, j, k, and l, e leads to d, and n too!

Thanks again!

M.

On 2/27/06, jim [EMAIL PROTECTED] wrote:

 I Made an example,

 http://www.codesortium.com/demo/sharedlibrary/example.zip

 Jim

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of jim
 Sent: 27 February 2006 19:24
 To: 'Flashcoders mailing list'
 Subject: RE: [Flashcoders] specific circumstance with shared library
 fonts

 Your explanation has

 A: confused me

 :) im sure I can help you out with this as I have done it before.

 1. create sharedassets.fla, add font export for Actionscript  export in
 first frame.

 2. add a movieclip stub to library  export for runtime sharing in
 sharedassets.swf  export for Actionscript  export in first frame.

 3. create importassets.fla, add movieclip stub to library import for
 runtime sharing from sharedassets.swf.

 4. create a movieclip stub_holder export for Actionscript  export in
 first frame.

 5. drag instance of stub onto stage in side Stub_holder.

 6. in importassets.fla use actionscript to make sure that
 sharedassets.swf is loaded before trying to use anything in
 sharedassets.swf.

 This works for me, the only other thing you must make sure of is you use
 the name you gave the font when sharing.

 Hope this helps
 Jim



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of elibol
 Sent: 27 February 2006 18:13
 To: Flashcoders mailing list
 Subject: [Flashcoders] specific circumstance with shared library fonts

 I'm sorry guys, I know questions related to this topic are often
 repeated,
 but the circumstance of my problem is very specific.

 My goal:
 I must load my fonts from a shared library, then load the font into a
 dynamically generated textfield.

 My problem:
 It doesn't work.

 Here is where I am:

 items:
 a = location of fonts exported as shared library symbols
 b = swf file that imports fonts from a

 conditions:
 f = instantiating textfields at authortime
 g = instantiating any* textfield
 h = exporting font for actionscript
 i = no textfields instantiated at author time

 goal:
 e = b with i

 outcomes:
 c = b cannot use the shared font
 d = b can use the shared font

 experiments:
 p = a with f leads to c
 q = b with f leads to d
 r = b with g leads to d
 s = b with h leads to d
 t = e leads to c

 Because of t, I'm convinced that g is necessary in order for d. I need
 t,
 but it doesn't seem possible based on the conditions I'm using. There
 may be
 other conditions which with d is possible with e.

 I will test any relevant conditions that're provided. If it's known to
 be
 impossible, however, please let me know.

 Thank you,

 M.
 ___
 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 

Re: [Flashcoders] Focus within the Browser

2006-02-27 Thread Claudia Barnal

Thanks Mike,

I'm going to try this out as soon as possible. I had a quick look at it, for 
which I have only one question. Would this handle both when you loose focus 
and when you receive it?


_
Are you using the latest version of MSN Messenger? Download MSN Messenger 
7.5 today! http://messenger.msn.co.uk


___
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] Focus within the Browser

2006-02-27 Thread Mike Britton
No - just when you receive it.  When you lose focus, onblur is called.  The
event handler would look like

var obj00 = document.getElementById (oid);
obj00.onblur = function() {
alert(Embed tag has lost focus);
}



On 2/27/06, Claudia Barnal [EMAIL PROTECTED] wrote:

 Thanks Mike,

 I'm going to try this out as soon as possible. I had a quick look at it,
 for
 which I have only one question. Would this handle both when you loose
 focus
 and when you receive it?

 _
 Are you using the latest version of MSN Messenger? Download MSN Messenger
 7.5 today! http://messenger.msn.co.uk

 ___
 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




--
Mike
--
http://www.mikebritton.com
http://www.mikenkim.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] specific circumstance with shared library fonts

2006-02-27 Thread elibol
I apologize friend, I'm having trouble communicating like a ordinary human
today. The technique you've shared works fabulously, I was able to implement
it like you did in the example. The final bit of additional conditions was
me just making fun with myself.

M.

On 2/27/06, jim [EMAIL PROTECTED] wrote:

 So to summerize, you have no more issues? I only ask because we are
 quickly
 running out of letters.

 Jim

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of elibol
 Sent: 27 February 2006 20:45
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] specific circumstance with shared library fonts

 It does! You're right, my explanation is ludacris.

 But in the context of my explanation, you've introduced two new
 conditions.
 It's some hack: One is to load a library stub, which seems to make library
 elements dynamically accessible, and the other is to load the library in
 as
 a movieclip, which seems to import all the library elements.

 Thanks Jim, I wouldn't have understood it without the example...

 So, the way it makes sense in my original context:

 additional conditions:
 m = shared stub clip from a
 j = stub clip imported to b from a
 k = clip containing stub clip exports to first frame in b
 l = a is loaded as child clip of b
 n = entertain jims confusion

 with m, j, k, and l, e leads to d, and n too!

 Thanks again!

 M.

 On 2/27/06, jim [EMAIL PROTECTED] wrote:
 
  I Made an example,
 
  http://www.codesortium.com/demo/sharedlibrary/example.zip
 
  Jim
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of jim
  Sent: 27 February 2006 19:24
  To: 'Flashcoders mailing list'
  Subject: RE: [Flashcoders] specific circumstance with shared library
  fonts
 
  Your explanation has
 
  A: confused me
 
  :) im sure I can help you out with this as I have done it before.
 
  1. create sharedassets.fla, add font export for Actionscript  export in
  first frame.
 
  2. add a movieclip stub to library  export for runtime sharing in
  sharedassets.swf  export for Actionscript  export in first frame.
 
  3. create importassets.fla, add movieclip stub to library import for
  runtime sharing from sharedassets.swf.
 
  4. create a movieclip stub_holder export for Actionscript  export in
  first frame.
 
  5. drag instance of stub onto stage in side Stub_holder.
 
  6. in importassets.fla use actionscript to make sure that
  sharedassets.swf is loaded before trying to use anything in
  sharedassets.swf.
 
  This works for me, the only other thing you must make sure of is you use
  the name you gave the font when sharing.
 
  Hope this helps
  Jim
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of elibol
  Sent: 27 February 2006 18:13
  To: Flashcoders mailing list
  Subject: [Flashcoders] specific circumstance with shared library fonts
 
  I'm sorry guys, I know questions related to this topic are often
  repeated,
  but the circumstance of my problem is very specific.
 
  My goal:
  I must load my fonts from a shared library, then load the font into a
  dynamically generated textfield.
 
  My problem:
  It doesn't work.
 
  Here is where I am:
 
  items:
  a = location of fonts exported as shared library symbols
  b = swf file that imports fonts from a
 
  conditions:
  f = instantiating textfields at authortime
  g = instantiating any* textfield
  h = exporting font for actionscript
  i = no textfields instantiated at author time
 
  goal:
  e = b with i
 
  outcomes:
  c = b cannot use the shared font
  d = b can use the shared font
 
  experiments:
  p = a with f leads to c
  q = b with f leads to d
  r = b with g leads to d
  s = b with h leads to d
  t = e leads to c
 
  Because of t, I'm convinced that g is necessary in order for d. I need
  t,
  but it doesn't seem possible based on the conditions I'm using. There
  may be
  other conditions which with d is possible with e.
 
  I will test any relevant conditions that're provided. If it's known to
  be
  impossible, however, please let me know.
 
  Thank you,
 
  M.
  ___
  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:
  

Re: [Flashcoders] Focus within the Browser

2006-02-27 Thread Claudia Barnal

Thanks again,

Just another thought.

If you know that you have received focus when the mouse is pressed on the 
stage (onMouseDown()), can't you use that to detect the focus and onblur to 
detect the loss of focus? Or is there another reason for using your code to 
detect when you receive the focus?


Thanks again,
Claudia

_
The new MSN Search Toolbar now includes Desktop search! 
http://toolbar.msn.co.uk/


___
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] FW: CheckCellRenderer in Tree component

2006-02-27 Thread Adam J. Brown
Has anyone had any success or seen any examples of using a checkbox in a
tree component?  Thanks.

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.1.0/269 - Release Date: 2/24/2006
 




___
$0 Web Hosting with up to 200MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.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] [ann] Sydney Developers Group March meeting

2006-02-27 Thread Chris Velevitch
On Monday 13th March is the first meeting of the year and it starts
with the new study group weekly meeting format. With the study group
format, members are asked to study some aspect of the  Flash Platform
prior to the meeting. At the meeting, the moderator will lead
discussion and questions about the topic. The meeting is on at 6:30pm
for 7pm start and finishes around 8:30pm.

Details about the group, venue and program are available from
http://www.flashdev.org.au.

Also, remember to come to the National User Group meeting tomorrow
night 1st March, at StarCity Convention Centre at 7pm as the kick off
event for WebDu 2006 (www.webdu.com.au)



Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au
___
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] Z sorting multiple overlapping movie clips

2006-02-27 Thread Grant Davies
Does anyone have a an algorithm for Z sorting multiple overlapping
clips...

I have an array of clips and when one is clicked I want it to come to
the top, but I want the other overlapping items to also shift
appropriately...

So

Item [1] at depth 10
Item [2] at depth 9
Item [3] at depth 8
Item [4] at depth 7

If you click item [4], it would go to depth 10, and the other would
shift down 1

Item [4] depth 10
Item [1] depth 9
Item [2] depth 8
Item [3] depth 7

But if any of those items are overlaping other items, they also need to
be Z sorted.

I'd rather not re-invent the wheel.

Thanks
Grant
___
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] Focus within the Browser

2006-02-27 Thread Mike Britton
I would look at onClick as the event handler if a mouse click is the entry
point.  Both object and embed tags support it, but don't forget that the
code I showed only works in Mozilla if the embed tag is taken out of the
object tag.  I'd have to work more with it to come up with anything more
specific.

Mike
___
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