[Flashcoders] [OT] - Need a voice over artist in the UK

2007-04-18 Thread Paul Steven
Hi there

The project I am currently working on has a character that needs to talk
hence I need to find a voice over artist.

I have never had to deal with this side of things before so would appreciate
any advice on how to find one. I am based in the South West of England
however I am happy to work with anyone remotely if this is advisable.

So any recommendations where to find a voice over artist much appreciated as
is any other advice on this matter.

Thanks

Paul


___
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] Playing MP3 file through FMS

2007-04-18 Thread Amandeep Singh
Hi,

I am playing MP3 file through FMS. It is working fine.

My problem is that i am unable to get the duration of the stream. Can anyone
help me in this?

Thanks,
Amandeep

___
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] Little annoying AS editor question

2007-04-18 Thread Danny Kodicek
This is a small and silly question, but:

Is there any way to persuade the AS editor's automatic indent function not
to turn something like this:

myArray = [
[1,2,3],
[4,5,6],
[7,8,9]]

into: 

myArray = [1,2,3],[4,5,6],[7,8,9]]?

And yes, I know everyone prefers to use an external editor, but sometimes
it's less convenient (particularly when using the debugger)

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] video streaming help needed

2007-04-18 Thread creativity

Hi,

i m looking forward to built a simple site on lines of youtube.com I have
never used flash communication server extensively.  the site will have audio
and video streaming. which will be for most of the news item. We need video
streaming to be smooth and hassle free, which icludes identification of
bandwith and playing video quality accordingly. Web site will be dyanmic and
on .net platform. if some one can also guide me through for webserver
requirements for this it will be gr8 help.

thanks
Abhi

On 4/12/07, Doug Coning [EMAIL PROTECTED] wrote:


Good Morning,

I have a sample SWF file that I've been provided by a client that when
opened, connects to a data source via XML Socket.  I have created a
similar SWF file that communicates with their data source via XML
Socket, however when my SWF file is opened, it shows the Macromedia
Flash Player has stopped a potentially unsafe operation error and
requires that the file be set in the global settings as a trusted site.
Their file does not trigger this error.  I have looked at the original
ActionScript code and can't see the difference.

Could the error be triggered by the version that the swf is compiled at?
Why would one swf file trigger the error and another not, even though
they are calling the same data source and are in the same directory?

Any feedback is much appreciated!!!

Doug Coning
Senior Web Development Programmer
FORUM Solutions
[EMAIL PROTECTED]

This e-mail and any attachment(s) are intended for the specified
recipient(s) only and are legally protected.  If you have received this
communication in error, please reply to sender's e-mail address with
notification of the error and then destroy this message in all electronic
and physical forms.
___
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





--
Abhishek Kumar
___
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] Problem with mx.filters

2007-04-18 Thread Wenzler, Thomas
Hello Flashcoders,

in a recent project i made use of the blur filter on a container clip
that is used all over the project with differing content, but over the
project it sometimes blurs and sometimes won't with no obvious
regularity (i.e. the content of the container is varying while the
filter refuses to work). I traced my filter function if it is applied,
traced if it internally caches the container clip as Bitmap, which it
both does...
so for nowi switched the d*rn thing off and used something else instead.
Did someone else experienced similar or related problems with filters?
Any hint on where to look for solutions will be greatly appreciated

Thanks in advance and heres the filter sniplet:

//Filter einrichten
import flash.filters.BlurFilter;
function filter_on() {
my_filter = new BlurFilter(4, 4, 2);
myFilters = content_mc.filters;
myFilters.push(my_filter);
_root.content_mc.filters = myFilters;
debug.text = content_mc.cacheAsBitmap:
+content_mc.cacheAsBitmap;
clearInterval(filterInt);
}

I call filter_on(); from some other function that triggers a menu (while
the menue is _visible, content_mc should be blurred...)

Cheers, Thomas
___
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] [semi-OT] - Preventing Software Piracy

2007-04-18 Thread nik crosina

Yeh, but woudl that be an option (skills and software wise) to the
average user, even to the average pirate or copier??

The ore I look into the issue, the more I am thinking of not really
going beyond the deterrent stage, as anything beyond that becomes a
'project ' in itself, detracting budget and manpower from the core
content, especially ni respect of the expected returns made one it.

Nik

On 4/18/07, Weyert de Boer [EMAIL PROTECTED] wrote:

Genuine Dongles? What about dumping dongle data and then use a dongle
emulator?

Yours,
Weyert
___
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




--
Nik C
___
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] - Need a voice over artist in the UK

2007-04-18 Thread nik crosina

Hi Paul,

Male or female? Remote workin is the usual thing with VO artists,
everything else would be too expensive. You send them the script, they
speak it for you and return a file ni whatever format you want
(usually mp3 or wav).

Talk to Sarah at http://www.sarahparnell.com/, you can listen to her
on-line, and she knows the industry well and can point you to the
right person if you tell her what you need!

Tell her I sent you 

Nik Crosina

On 4/18/07, Paul Steven [EMAIL PROTECTED] wrote:

Hi there

The project I am currently working on has a character that needs to talk
hence I need to find a voice over artist.

I have never had to deal with this side of things before so would appreciate
any advice on how to find one. I am based in the South West of England
however I am happy to work with anyone remotely if this is advisable.

So any recommendations where to find a voice over artist much appreciated as
is any other advice on this matter.

Thanks

Paul


___
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




--
Nik C
___
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: Salary Questions

2007-04-18 Thread Alias™

That's USD, right?

$100,000 =  £49,704.66 =   € 73,462.297

Alias

On 18/04/07, Weyert de Boer [EMAIL PROTECTED] wrote:

100-120K nice...
___
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] Superscript Subscript in Dynamic Text Fields

2007-04-18 Thread JP

Hi,

I have a very large medical project that requires for me to load  
dynamic text through XML for a series of text fields.
I know that there is an issue with displaying Superscript  Subscript  
characters in Flash player 8.


http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=1959eceb

Being Medical, the text is littered with this type of text formatting.

I'm still authoring in Flash 8. (I try to avoid upgrades during a  
project and I'd hoped to wait for upgrade till AFTER i finished.) BUT...


Does anyone know if this issue has been fixed in Flash 9 ?


Thanks,

Jay



___
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] Superscript Subscript in Dynamic Text Fields

2007-04-18 Thread Giles Taylor
No it hasn't! ;(

Please make sure you fill out the wish form:
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
as there is talk of rebuilding the text engine for player 10. ;)

Currently I think the best way round it is by creating custom
superscript and subscript fonts that get embedded (although I've not
done it myself).

Giles

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JP
Sent: 18 April 2007 11:03
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Superscript  Subscript in Dynamic Text Fields

Hi,

I have a very large medical project that requires for me to load  
dynamic text through XML for a series of text fields.
I know that there is an issue with displaying Superscript  Subscript  
characters in Flash player 8.

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=1959eceb

Being Medical, the text is littered with this type of text formatting.

I'm still authoring in Flash 8. (I try to avoid upgrades during a  
project and I'd hoped to wait for upgrade till AFTER i finished.) BUT...

Does anyone know if this issue has been fixed in Flash 9 ?


Thanks,

Jay



___
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] [OT] - Need a voice over artist in the UK

2007-04-18 Thread Paul Steven
Thanks Nic - I will get in touch with Sarah though it is likely that the
voice will need to be male.

Cheers

Paul

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of nik crosina
Sent: 18 April 2007 09:59
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] [OT] - Need a voice over artist in the UK

Hi Paul,

Male or female? Remote workin is the usual thing with VO artists,
everything else would be too expensive. You send them the script, they
speak it for you and return a file ni whatever format you want
(usually mp3 or wav).

Talk to Sarah at http://www.sarahparnell.com/, you can listen to her
on-line, and she knows the industry well and can point you to the
right person if you tell her what you need!

Tell her I sent you 

Nik Crosina

On 4/18/07, Paul Steven [EMAIL PROTECTED] wrote:
 Hi there

 The project I am currently working on has a character that needs to talk
 hence I need to find a voice over artist.

 I have never had to deal with this side of things before so would
appreciate
 any advice on how to find one. I am based in the South West of England
 however I am happy to work with anyone remotely if this is advisable.

 So any recommendations where to find a voice over artist much appreciated
as
 is any other advice on this matter.

 Thanks

 Paul


 ___
 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



-- 
Nik C
___
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] Superscript Subscript in Dynamic Text Fields

2007-04-18 Thread JP

Ouch!

Thanks for the advice Giles.

JP


On Apr 18, 2007, at 4:13 AM, Giles Taylor wrote:


No it hasn't! ;(

Please make sure you fill out the wish form:
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
as there is talk of rebuilding the text engine for player 10. ;)

Currently I think the best way round it is by creating custom
superscript and subscript fonts that get embedded (although I've not
done it myself).

Giles

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JP
Sent: 18 April 2007 11:03
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Superscript  Subscript in Dynamic Text Fields

Hi,

I have a very large medical project that requires for me to load
dynamic text through XML for a series of text fields.
I know that there is an issue with displaying Superscript  Subscript
characters in Flash player 8.

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=1959eceb

Being Medical, the text is littered with this type of text formatting.

I'm still authoring in Flash 8. (I try to avoid upgrades during a
project and I'd hoped to wait for upgrade till AFTER i finished.)  
BUT...


Does anyone know if this issue has been fixed in Flash 9 ?


Thanks,

Jay



___
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] - Need a voice over artist in the UK

2007-04-18 Thread nik crosina

she'll know who to talk to; any accent, age, or dialect ...
;
NIk

On 4/18/07, Paul Steven [EMAIL PROTECTED] wrote:

Thanks Nic - I will get in touch with Sarah though it is likely that the
voice will need to be male.

Cheers

Paul

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of nik crosina
Sent: 18 April 2007 09:59
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] [OT] - Need a voice over artist in the UK

Hi Paul,

Male or female? Remote workin is the usual thing with VO artists,
everything else would be too expensive. You send them the script, they
speak it for you and return a file ni whatever format you want
(usually mp3 or wav).

Talk to Sarah at http://www.sarahparnell.com/, you can listen to her
on-line, and she knows the industry well and can point you to the
right person if you tell her what you need!

Tell her I sent you 

Nik Crosina

On 4/18/07, Paul Steven [EMAIL PROTECTED] wrote:
 Hi there

 The project I am currently working on has a character that needs to talk
 hence I need to find a voice over artist.

 I have never had to deal with this side of things before so would
appreciate
 any advice on how to find one. I am based in the South West of England
 however I am happy to work with anyone remotely if this is advisable.

 So any recommendations where to find a voice over artist much appreciated
as
 is any other advice on this matter.

 Thanks

 Paul


 ___
 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



--
Nik C
___
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




--
Nik C
___
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] video streaming help needed

2007-04-18 Thread master
Hi

May this sdk at http://www.flash-video-mx.com/flv_encoder_sdk/ can help you!

Best regards!




master
2007-04-18



From:  creativity
Sent:  2007-04-18 16:20:52
To:  flashcoders@chattyfig.figleaf.com
CC:  
Subject:  [Flashcoders] video streaming help needed


Hi,

i m looking forward to built a simple site on lines of youtube.com I have
never used flash communication server extensively.  the site will have audio
and video streaming. which will be for most of the news item. We need video
streaming to be smooth and hassle free, which icludes identification of
bandwith and playing video quality accordingly. Web site will be dyanmic and
on .net platform. if some one can also guide me through for webserver
requirements for this it will be gr8 help.

thanks
Abhi

On 4/12/07, Doug Coning  [EMAIL PROTECTED]  wrote:

 Good Morning,

 I have a sample SWF file that I've been provided by a client that when
 opened, connects to a data source via XML Socket.  I have created a
 similar SWF file that communicates with their data source via XML
 Socket, however when my SWF file is opened, it shows the Macromedia
 Flash Player has stopped a potentially unsafe operation error and
 requires that the file be set in the global settings as a trusted site.
 Their file does not trigger this error.  I have looked at the original
 ActionScript code and can't see the difference.

 Could the error be triggered by the version that the swf is compiled at?
 Why would one swf file trigger the error and another not, even though
 they are calling the same data source and are in the same directory?

 Any feedback is much appreciated!!!

 Doug Coning
 Senior Web Development Programmer
 FORUM Solutions
 [EMAIL PROTECTED]

 This e-mail and any attachment(s) are intended for the specified
 recipient(s) only and are legally protected.  If you have received this
 communication in error, please reply to sender's e-mail address with
 notification of the error and then destroy this message in all electronic
 and physical forms.
 ___
 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




-- 
Abhishek Kumar
___
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] Init generic clip

2007-04-18 Thread Jiri Heitlager | dadata.org

Hello list,

I have made a very simpele MovieClip that functions as a generic button,
this is clip 'gen_btn_mc'.
For the designers it is important that I place the gen_btn_mc on stage
and not attach it at runtime. The gen_btn_mc clip itself has a few
functions on the 1st frame of its timeline, these are:
setLabel()
setSize()
setIcon()

Because the button is place on stage during authortime, it seems the
functions of the gen_btn_mc can only be called after one 'onEnterFrame'
because it seems the functions are 'undefined' otherwise.

EXAMPLE

clipInstance0 is set on stage timeline. Then on the stage timeline I
have to put this code.

onEnterFrame = function(){
clipInstance0.setLabel('hello world')
clipInstance0.setSize(200)
clipInstance0.setIcon(true)
delete this.onEnterFrame
}

This makes the clip flicker, and it is clearly being set, becuase of the
one onEnterFrame loop.

QUESTION

Is there a way I can overcome this init. problem WITHOUT attaching the
clip at runtime?

Many thanks.

Jiri

___
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] Superscript Subscript in Dynamic Text Fields

2007-04-18 Thread Hairy Dog Digital
If you only need numbers, an alternative is to use a Unicode font that has a
full complement of superscript and subscript numbers, such as Lucida Sans
Unicode or Arial Unicode. Under embedding options you either need to create
a custom code page for the super/subscript characters, or simply embed the
entire font.

On the otherhand, if you need a full set of alphanumeric characters, Giles
advise is the way to go.

...Rob



-Original Message-
From: JP [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 18, 2007 7:30 AM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Superscript  Subscript in Dynamic Text Fields

Ouch!

Thanks for the advice Giles.

JP


___
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: RE: [Flashcoders] UNSUBRSCRIBE

2007-04-18 Thread Dave Watts
This is most likely why you couldn't unsubscribe. Automated emailers cannot
respond to whitelist requests.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information! 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, April 17, 2007 22:42
 To: [EMAIL PROTECTED]
 Subject: RE: RE: [Flashcoders] UNSUBRSCRIBE
 
 Your message was received at Wed, 18 Apr 2007 02:42:09 +:
 
 To: [EMAIL PROTECTED]
 Subject: RE: [Flashcoders] UNSUBRSCRIBE
 
 This account is protected by Bluebottle.  Please click on the 
 following link to have your address added to the recipient's 
 allowed list and to ensure delivery of your email.
 
 http://www.bluebottle.com/verification/f853b98a2962dcf5d769de1
 2737e2a8a
 
 Bluebottle is a trademark of Trusted Delivery Pty Ltd
 

This email has been processed by SmoothZap - www.smoothwall.net

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

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


[Flashcoders] need to send on(rollOut) to button component

2007-04-18 Thread Andrew Sinning
I have configured a group of button components so that only one can be 
selected at a time and so that each button becomes not enabled after it 
is selected.  The problem is that since the button.enabled = false 
happens before the on(rollOut) event, later on when it is re-enabled it 
displays its overSkin state.


If I could send it an on(rollOut) event then I think this problem would 
be resolved, but I don't know the correct syntax.  Thanks!



___
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] Find size of the bounding box of a particular frame of a loaded SWF

2007-04-18 Thread matt stuehler

All,

I'm working on an application that loads a variety of external SWFs.

Once each SWF loads, if I test it's _height and _width properties, I
get the height and width of the largest frame within that clip.

However, what I'd like to get is the _height and _width of a particular frame.

Is that possible?

Cheers,
Matt Stuehler
___
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] List component redraw bug

2007-04-18 Thread Merrill, Jason
I've seen this before, but can't remember what caused it 
though (let alone what fixes it).
It sounds like a masking/font problem.

Can you reproduce it in a seperate fla?
Got a sample we can take a look at?

Thanks, I'll see if I can reproduce it in a separate .fla.  The List
component is placed on a Window component if that makes any difference.
I'm using the component's default skins and font.  I don't have a public
webserver to throw a screenshot up on for you to see, but I can send you
a screenshot offlist if you're OK with that.  

Thanks,

Jason Merrill
Bank of America  
GTO Learning  Leadership Development
eTools  Multimedia Team


___
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] - Need a voice over artist in the UK

2007-04-18 Thread Merrill, Jason
I've usually just googled for voice talent and had good results.  Some
people charge a LOT - sometimes you get what you pay for, sometimes not.
Working with people remotely has never been a problem.  I have found
several people will just charge a minimal fee depending on the length of
the script, or by the hour.  Usually they can send me a completed MP3
file and I send them a check.  I would spend time shopping around though
and listening to their samples before committing.  Quality and price
vary a lot as are not always directly correlated.  I have found the best
results with people who have either television or radio experience.  It
also depends on what your content and audience is for the project. 

Jason Merrill
Bank of America  
GTO Learning  Leadership Development
eTools  Multimedia Team

___
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: Find size of the bounding box of a particular frame of a loaded SWF

2007-04-18 Thread matt stuehler

Sorry, this isn't true...

Generally, _height and _width DO return the height of the
_currentframe of the SWF.

The problem is that the SWFs we're using are created by FlashPaper,
which seems to mess things up a bit.

If anyone has any experience working with SWFs created by FlashPaper,
and could provide some advice about getting the size of each frame
(ignoring the background), it'd be greatly appreciated.

Cheers,
Matt Stuehler

On 4/18/07, matt stuehler [EMAIL PROTECTED] wrote:

All,

I'm working on an application that loads a variety of external SWFs.

Once each SWF loads, if I test it's _height and _width properties, I
get the height and width of the largest frame within that clip.

However, what I'd like to get is the _height and _width of a particular frame.

Is that possible?

Cheers,
Matt Stuehler


___
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] Find size of the bounding box of a particular frame of a loaded SWF

2007-04-18 Thread Merrill, Jason
When you say frame - you need to think of that differently.  A frame
is not a physical object, but instead an instance of the stage being
rendered in time (or something like that :) )  - check for the width and
height of an object instance in that frame, like a background movieclip
or something.  Frames don't have heights and widths that I am aware of.

Jason Merrill
Bank of America  
GTO Learning  Leadership Development
eTools  Multimedia Team


 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf 
Of matt stuehler
Sent: Wednesday, April 18, 2007 10:11 AM
To: Flashcoders mailing list
Subject: [Flashcoders] Find size of the bounding box of a 
particular frame of a loaded SWF

All,

I'm working on an application that loads a variety of external SWFs.

Once each SWF loads, if I test it's _height and _width 
properties, I get the height and width of the largest frame 
within that clip.

However, what I'd like to get is the _height and _width of a 
particular frame.

Is that possible?

Cheers,
Matt Stuehler
___
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] OT: Salary Questions

2007-04-18 Thread Andrés González Aragón

Here in México a Senior with these skills. U$15k-U$20k at year.

A game developement manager (Flash Guru) like me and others 6 people in the
country. U$32k-U$37k at year


:.(

We are fucked


2007/4/18, Alias™ [EMAIL PROTECTED]:


That's USD, right?

$100,000 =  £49,704.66 =   € 73,462.297

Alias

On 18/04/07, Weyert de Boer [EMAIL PROTECTED] wrote:
 100-120K nice...
 ___
 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





--
Andrés González Aragón
Desarrollador Multimedia
http://www.quantium.com.mx
___
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] - Need a voice over artist in the UK

2007-04-18 Thread richard carr

Try Elain at

http://theBigFishVoiceCompany.com

one of my clients, great people.

Richard
___
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: Salary Questions

2007-04-18 Thread Tom Huynen

not true, you can enjoy the sun of mexico ;)

On 4/18/07, Andrés González  Aragón [EMAIL PROTECTED] wrote:


Here in México a Senior with these skills. U$15k-U$20k at year.

A game developement manager (Flash Guru) like me and others 6 people in
the
country. U$32k-U$37k at year


:.(

We are fucked


2007/4/18, Alias™ [EMAIL PROTECTED]:

 That's USD, right?

 $100,000 =  £49,704.66 =   € 73,462.297

 Alias

 On 18/04/07, Weyert de Boer [EMAIL PROTECTED] wrote:
  100-120K nice...
  ___
  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




--
Andrés González Aragón
Desarrollador Multimedia
http://www.quantium.com.mx
___
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] OT: Salary Questions

2007-04-18 Thread Norman Cousineau
Andrés, it ain't so bad.  Consider the cost of living in different US cities.  
San Fran is one of the most expensive.
Here's a link to a cost of living table:
http://www.infoplease.com/ipa/A0883960.html



-Original Message-
From: Andrés González  Aragón [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 18, 2007 11:14 AM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] OT: Salary Questions


Here in México a Senior with these skills. U$15k-U$20k at year.

A game developement manager (Flash Guru) like me and others 6 people in the
country. U$32k-U$37k at year


:.(

We are fucked


2007/4/18, Alias(tm) [EMAIL PROTECTED]:

 That's USD, right?

 $100,000 =  £49,704.66 =   EUR 73,462.297

 Alias

 On 18/04/07, Weyert de Boer [EMAIL PROTECTED] wrote:
  100-120K nice...
  ___
  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




-- 
Andrés González Aragón
Desarrollador Multimedia
http://www.quantium.com.mx

___
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] Find size of the bounding box of a particular frame of a loaded SWF

2007-04-18 Thread matt stuehler

Jason,

Thanks for the clarification - that's an important point.

I should have been more specific in my original post.

Essentially, we have a number of SWFs created by FlashPaper.

I'm loading those SWFs into a container movie clip.

I then want to scale and center the container clip on the main stage.
This requires that I know the width and height of the container.

The problem is that the SWFs contain multiple frames, and the content
in each frame varies in size.

What I'd like to be able to do is this:

container_mc.gotoAndStop(1); // this shows the first frame of the SWF
var w = container_mc._width;
var h = container_mc._height;

// use w and h to scale and position container_mc

When the user clicks Next:
container_mc.gotoAndStop(2); // this shows the next frame of the SWF
var w = container_mc._width;
var h = container_mc._height;

// use w and h to rescale and reposition container_mc

The trouble is that container_mc._width  container_mc._height always
return the same value, even though the content on each frame LOOKS
like it's a different size. It's as though FlashPaper adds a
transparent background to each frame, which is why every frame returns
the same size.

Is this the case? If anyone with FlashPaper experience could shed some
light, it'd be greatly appreciated.

Cheers,
Matt Stuehler



On 4/18/07, Merrill, Jason [EMAIL PROTECTED] wrote:

When you say frame - you need to think of that differently.  A frame
is not a physical object, but instead an instance of the stage being
rendered in time (or something like that :) )  - check for the width and
height of an object instance in that frame, like a background movieclip
or something.  Frames don't have heights and widths that I am aware of.

Jason Merrill
Bank of America
GTO Learning  Leadership Development
eTools  Multimedia Team




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of matt stuehler
Sent: Wednesday, April 18, 2007 10:11 AM
To: Flashcoders mailing list
Subject: [Flashcoders] Find size of the bounding box of a
particular frame of a loaded SWF

All,

I'm working on an application that loads a variety of external SWFs.

Once each SWF loads, if I test it's _height and _width
properties, I get the height and width of the largest frame
within that clip.

However, what I'd like to get is the _height and _width of a
particular frame.

Is that possible?

Cheers,
Matt Stuehler
___
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] OT: Salary Questions

2007-04-18 Thread Alias™

And exploitation by multinationals!

On 18/04/07, Tom Huynen [EMAIL PROTECTED] wrote:

not true, you can enjoy the sun of mexico ;)

On 4/18/07, Andrés González  Aragón [EMAIL PROTECTED] wrote:

 Here in México a Senior with these skills. U$15k-U$20k at year.

 A game developement manager (Flash Guru) like me and others 6 people in
 the
 country. U$32k-U$37k at year


 :.(

 We are fucked


 2007/4/18, Alias™ [EMAIL PROTECTED]:
 
  That's USD, right?
 
  $100,000 =  £49,704.66 =   € 73,462.297
 
  Alias
 
  On 18/04/07, Weyert de Boer [EMAIL PROTECTED] wrote:
   100-120K nice...
   ___
   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
 



 --
 Andrés González Aragón
 Desarrollador Multimedia
 http://www.quantium.com.mx
 ___
 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] OT: Salary Questions

2007-04-18 Thread Zeh Fernando

Here in México a Senior with these skills. U$15k-U$20k at year.
A game developement manager (Flash Guru) like me and others 6 people in the
country. U$32k-U$37k at year
:.(
We are fucked


Similar values apply to our market here (in Brazil). But you have to 
take the cost of living of the country/city/state into consideration. 
I'm not sure how's that on Mexico, but I bet it's cheaper than, say, 
living in downtown NYC... It's not like someone turns filthy rich just 
because of a location change.


Different places, different scales.


Zeh
___
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: Salary Questions

2007-04-18 Thread John Grden

this email would be my script that I would hand and read to your boss.  It
looks like a job description.  If you fill these, then hand it to him and
say I do this, we need to adjust my pay to compensate me for this work

Looks good to me

On 4/16/07, Jordan Snyder [EMAIL PROTECTED] wrote:


Hello,

I'm in Oklahoma City, so it's a bit harder sometimes for me to gauge
how much compensation I should receive.  If anyone has any comments on
the following information, please let me know.  I won't disclose my
exact salary, but you can email me offlist if you're curious.

My title is Application Developer, but I am the only person here (and
always have been) that knows the difference between a boolean and a
string.  I am the only technical person and I often take on
experienced IT-related roles such as web server configuration, shell
scripting, server monitoring/management, etc (mostly Unix-based, some
Windows 2000).

I architect and build all backend solutions (PHP, mySQL, CF, RoR,
J2EE) and desktop solutions (Cocoa, Java, Flash/mProjector).  I have
extensive knowledge of media streaming and FCS/FMS application
development.

I also architect all web-based applications and provide diagrams and
documentation for them, after meeting with clients or upper management
directly to translate business objectives into software tools.

I then sit down and do ALL of the development work.  I work with one
designer but I do all UI/interactivity design.

I also manage a small team of interactive designers and producers.

My title does not reflect these duties, but it is difficult to
communicate to my boss what I do.  I am getting roughly what a junior
Actionscript developer would make, and I'm fed up.  There are also no
stock options, no profit sharing, no retirement (401K), no vision nor
dental.  We get a very simple medical insurance plan.

I am looking for advice on this matter.  Do I expect too much if I
demand at least $90K a year?  How do I better inform management as to
what I actually do on a daily basis?  If I'm right in thinking that
I'm getting screwed, is anyone hiring?  ;)

Cheers!

--
Jordan Snyder
[EMAIL PROTECTED]
(Company Undisclosed)
___
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





--
[  JPG  ]
___
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] Find size of the bounding box of a particular frame of a loaded SWF

2007-04-18 Thread Merrill, Jason
Yeah - you'd have to know what the content instance name is in each
frame in Flashpaper and get the Width and Height on that. But frames
themselves don't have width or height. I've never used Flashpaper other
than messing with it so I don't know anything about specific specs on
what it's timeline looks like.  

Jason Merrill
Bank of America  
GTO Learning  Leadership Development
eTools  Multimedia Team


 
___
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] Find size of the bounding box of a particular frame of a loaded SWF

2007-04-18 Thread Merrill, Jason
You might be able to loop through (each frame as it's presented) the
Flashpaper's timeline movie clip object and look for instances of
MovieClip and then get the collective width max and height max - that
way, you wouldn't have to know how the Flashpaper timeline is set up.  

Jason Merrill
Bank of America  
GTO Learning  Leadership Development
eTools  Multimedia Team


 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf 
Of matt stuehler
Sent: Wednesday, April 18, 2007 11:32 AM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Find size of the bounding box of a 
particular frame of a loaded SWF

Jason,

Thanks for the clarification - that's an important point.

I should have been more specific in my original post.

Essentially, we have a number of SWFs created by FlashPaper.

I'm loading those SWFs into a container movie clip.

I then want to scale and center the container clip on the main stage.
This requires that I know the width and height of the container.

The problem is that the SWFs contain multiple frames, and the 
content in each frame varies in size.

What I'd like to be able to do is this:

container_mc.gotoAndStop(1); // this shows the first frame of 
the SWF var w = container_mc._width; var h = container_mc._height;

// use w and h to scale and position container_mc

When the user clicks Next:
container_mc.gotoAndStop(2); // this shows the next frame of 
the SWF var w = container_mc._width; var h = container_mc._height;

// use w and h to rescale and reposition container_mc

The trouble is that container_mc._width  
container_mc._height always return the same value, even 
though the content on each frame LOOKS like it's a different 
size. It's as though FlashPaper adds a transparent background 
to each frame, which is why every frame returns the same size.

Is this the case? If anyone with FlashPaper experience could 
shed some light, it'd be greatly appreciated.

Cheers,
Matt Stuehler



On 4/18/07, Merrill, Jason [EMAIL PROTECTED] wrote:
 When you say frame - you need to think of that 
differently.  A frame
 is not a physical object, but instead an instance of the 
stage being 
 rendered in time (or something like that :) )  - check for 
the width 
 and height of an object instance in that frame, like a background 
 movieclip or something.  Frames don't have heights and 
widths that I am aware of.

 Jason Merrill
 Bank of America
 GTO Learning  Leadership Development eTools  Multimedia Team




 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of matt stuehler
 Sent: Wednesday, April 18, 2007 10:11 AM
 To: Flashcoders mailing list
 Subject: [Flashcoders] Find size of the bounding box of a
 particular frame of a loaded SWF
 
 All,
 
 I'm working on an application that loads a variety of 
external SWFs.
 
 Once each SWF loads, if I test it's _height and _width
 properties, I get the height and width of the largest frame
 within that clip.
 
 However, what I'd like to get is the _height and _width of a
 particular frame.
 
 Is that possible?
 
 Cheers,
 Matt Stuehler
 ___
 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] Find size of the bounding box of a particular frame of a loaded SWF

2007-04-18 Thread Gilles Roquefeuil

Hi Matt,

try to make a clip from each of your frames (ie frame1_mc, frame2_mc,  
etc.) then test the width of the specific frame/clip (var  
myWidth:Number = myLoadedClip.frame1_mc._width;)


Gilles




Le 18 avr. 07 à 16:10, matt stuehler a écrit :


All,

I'm working on an application that loads a variety of external SWFs.

Once each SWF loads, if I test it's _height and _width properties, I
get the height and width of the largest frame within that clip.

However, what I'd like to get is the _height and _width of a  
particular frame.


Is that possible?

Cheers,
Matt Stuehler
___
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] OT: Salary Questions

2007-04-18 Thread Alias™

Yeah, if you wanna buy a house in London you're looking at £200k -
£300k minimum...
So it all evens out...

Alias

On 18/04/07, Zeh Fernando [EMAIL PROTECTED] wrote:

 Here in México a Senior with these skills. U$15k-U$20k at year.
 A game developement manager (Flash Guru) like me and others 6 people in the
 country. U$32k-U$37k at year
 :.(
 We are fucked

Similar values apply to our market here (in Brazil). But you have to
take the cost of living of the country/city/state into consideration.
I'm not sure how's that on Mexico, but I bet it's cheaper than, say,
living in downtown NYC... It's not like someone turns filthy rich just
because of a location change.

Different places, different scales.


Zeh
___
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] Init generic clip

2007-04-18 Thread Gilles Roquefeuil

Hello Jiri,


do you absolutely have to use an enterFrame function ?
you can write an init function like this :
function init 
(myMc:MovieClip,myLabel:String,mySize:Number,hasIcon:Boolean) {

myMc.setLabel(myLabel);
myMc.setSize(mySize);
myMc.setIcon(hasIcon);
}
init(toto_mc);

This function won't make your movie flick.

Hope this helps,


Gilles

Le 18 avr. 07 à 14:55, Jiri Heitlager | dadata.org a écrit :


Hello list,

I have made a very simpele MovieClip that functions as a generic  
button,

this is clip 'gen_btn_mc'.
For the designers it is important that I place the gen_btn_mc on stage
and not attach it at runtime. The gen_btn_mc clip itself has a few
functions on the 1st frame of its timeline, these are:
setLabel()
setSize()
setIcon()

Because the button is place on stage during authortime, it seems the
functions of the gen_btn_mc can only be called after one  
'onEnterFrame'

because it seems the functions are 'undefined' otherwise.

EXAMPLE

clipInstance0 is set on stage timeline. Then on the stage timeline I
have to put this code.

onEnterFrame = function(){
clipInstance0.setLabel('hello world')
clipInstance0.setSize(200)
clipInstance0.setIcon(true)
delete this.onEnterFrame
}

This makes the clip flicker, and it is clearly being set, becuase  
of the

one onEnterFrame loop.

QUESTION

Is there a way I can overcome this init. problem WITHOUT attaching the
clip at runtime?

Many thanks.

Jiri

___
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] Adobe Media Player vs. the competition..??

2007-04-18 Thread thotskee

Flashcoders,

Anyone have any thoughts on what the Adobe Media Player means for 
Youtube/Brightcove/Veoh/Google Video/etc. ?


Thanks, 


___
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] Find size of the bounding box of a particular frameof a loaded SWF

2007-04-18 Thread Muzak
Check out the FlashPaper API.
http://www.adobe.com/support/documentation/en/flashpaper/2/flashpaper_api/index.html

regards,
Muzak

- Original Message - 
From: matt stuehler [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Wednesday, April 18, 2007 5:32 PM
Subject: Re: [Flashcoders] Find size of the bounding box of a particular 
frameof a loaded SWF


 Jason,

 Thanks for the clarification - that's an important point.

 I should have been more specific in my original post.

 Essentially, we have a number of SWFs created by FlashPaper.

 I'm loading those SWFs into a container movie clip.

 I then want to scale and center the container clip on the main stage.
 This requires that I know the width and height of the container.

 The problem is that the SWFs contain multiple frames, and the content
 in each frame varies in size.

 What I'd like to be able to do is this:

 container_mc.gotoAndStop(1); // this shows the first frame of the SWF
 var w = container_mc._width;
 var h = container_mc._height;

 // use w and h to scale and position container_mc

 When the user clicks Next:
 container_mc.gotoAndStop(2); // this shows the next frame of the SWF
 var w = container_mc._width;
 var h = container_mc._height;

 // use w and h to rescale and reposition container_mc

 The trouble is that container_mc._width  container_mc._height always
 return the same value, even though the content on each frame LOOKS
 like it's a different size. It's as though FlashPaper adds a
 transparent background to each frame, which is why every frame returns
 the same size.

 Is this the case? If anyone with FlashPaper experience could shed some
 light, it'd be greatly appreciated.

 Cheers,
 Matt Stuehler
 


___
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] [OT] - Need a voice over artist in the UK --Amazing Voice

2007-04-18 Thread Cyrelle Gerson
I recently used a company called Amazing Voice (www.amazingvoice.com
http://www.amazingvoice.com/ ) with success. They are located in Canada
have a number of narrators for English, French, and Spanish. I used
narrators with American accents. You would need to ask about specific
accents if you have a particular need.

 

Hope this is helpful.

 

Cyrelle Gerson

eLearning and Web Developer

Webucate Us

Web: www.webucateus.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] Init generic clip

2007-04-18 Thread T. Michael Keesey

Use onLoad, not onEnterFrame

On 4/18/07, Gilles Roquefeuil [EMAIL PROTECTED] wrote:

Hello Jiri,


do you absolutely have to use an enterFrame function ?
you can write an init function like this :
function init
(myMc:MovieClip,myLabel:String,mySize:Number,hasIcon:Boolean) {
myMc.setLabel(myLabel);
myMc.setSize(mySize);
myMc.setIcon(hasIcon);
}
init(toto_mc);

This function won't make your movie flick.

Hope this helps,


Gilles

Le 18 avr. 07 à 14:55, Jiri Heitlager | dadata.org a écrit :

 Hello list,

 I have made a very simpele MovieClip that functions as a generic
 button,
 this is clip 'gen_btn_mc'.
 For the designers it is important that I place the gen_btn_mc on stage
 and not attach it at runtime. The gen_btn_mc clip itself has a few
 functions on the 1st frame of its timeline, these are:
 setLabel()
 setSize()
 setIcon()

 Because the button is place on stage during authortime, it seems the
 functions of the gen_btn_mc can only be called after one
 'onEnterFrame'
 because it seems the functions are 'undefined' otherwise.

 EXAMPLE

 clipInstance0 is set on stage timeline. Then on the stage timeline I
 have to put this code.

 onEnterFrame = function(){
   clipInstance0.setLabel('hello world')
   clipInstance0.setSize(200)
   clipInstance0.setIcon(true)
   delete this.onEnterFrame
 }

 This makes the clip flicker, and it is clearly being set, becuase
 of the
 one onEnterFrame loop.

 QUESTION

 Is there a way I can overcome this init. problem WITHOUT attaching the
 clip at runtime?

 Many thanks.

 Jiri

 ___
 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




--
T. Michael Keesey
Director of Technology
Exopolis, Inc.
2894 Rowena Avenue Ste. B
Los Angeles, California 90039
--
The Dinosauricon: http://dino.lm.com
Parry  Carney: http://parryandcarney.com
ISPN Forum: http://www.phylonames.org/forum/
___
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: Salary Questions

2007-04-18 Thread Kelly Smith

Exactly, the cost of living here in SF is insane. A decent flat in the city
will cost you a million flat. I'm in my 30s and still renting.

Again, the 100k - 120k figure I tossed out is for someone who has
demonstrated expertise in database programming and administration, business
logic layers, and presentation. Basically I'm describing an ace for an
entire technology stack...what some folks call a system architect. There are
not too many of these people around. A good software developer who, for
example, can screw together nice servlets but would flail miserably as a db
admin or flash developer will prolly score between 75k and 90k.

- k

On 4/18/07, Alias™ [EMAIL PROTECTED] wrote:


Yeah, if you wanna buy a house in London you're looking at £200k -
£300k minimum...
So it all evens out...

Alias

On 18/04/07, Zeh Fernando [EMAIL PROTECTED] wrote:
  Here in México a Senior with these skills. U$15k-U$20k at year.
  A game developement manager (Flash Guru) like me and others 6 people
in the
  country. U$32k-U$37k at year
  :.(
  We are fucked

 Similar values apply to our market here (in Brazil). But you have to
 take the cost of living of the country/city/state into consideration.
 I'm not sure how's that on Mexico, but I bet it's cheaper than, say,
 living in downtown NYC... It's not like someone turns filthy rich just
 because of a location change.

 Different places, different scales.


 Zeh
 ___
 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 employ http status codes without using XML, loadVars, or MovieClipLoader classes

2007-04-18 Thread Kelly Smith

Greetings fellow coders -

The current app I'm developing needs to track http GET requests from the
flash player to the server side, but flash's built in http status code
handling is limited. Most sever-side information the player grabs comes from
ExternalInterface / JavaScript functions in the browser that lead to java
bean objects. So I have no need for xml or loadVars. However, there are a
lot of images and videos that pass in and out of the player, and I'd like to
monitor these GET requests. Some of these things can be tracked using
onLoadComplete's http status  tracking abilities in MovieClipLoader, but I
want something more generic, and am hoping there might be something out
there that will simply track all http GET requests ... akin to mozilla's
live http headers, but for flash.

Hope this makes sense, and thanks for reading this.

- Kelly
___
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] Flash File Upload Issues

2007-04-18 Thread Beth Koehler
Hello everyone! I'm going crazy trying to figure out an issue we're 
having with flash file uploads. It works perfectly fine from every 
computer I've tried it from at the office and at home, but we keep 
having users report that it just hangs - never moving the file to the 
server. It has happened in both firefox and IE, though both work fine 
for me and my co-workers. This is running behind ssl and I believe 
several of these users are probably behind firewalls. Does anyone have 
any suggestions of settings they may have to change, or anything I could 
do code wise? Since I can't replicate the error I'm having a heck of a 
time debugging it.


Thanks!

Beth

--
Beth Koehler
Senior Associate Technical Services
Luther Consulting, LLC
423 Massachusetts Avenue
Indianapolis, IN 46204
Phone: (317) 636-0282, ext. 115
Fax: (775) 522-2224
Email: [EMAIL PROTECTED]
www.lutherconsulting.com

This communication, and files which may be attached, are intended for the use 
of the addressee(s) ONLY and may contain confidential or legally privileged 
information. Any use, distribution or copying in whatever manner of this 
information is prohibited. If you have received this communication in error, 
please accept our apologies and inform us promptly by reply e-mail, then delete 
this communication and destroy any printed copy. Luther Consulting, LLC, Inc. 
thanks you for your attention and cooperation in helping us protect the best 
interests of our customers and clients.
Luther Consulting, LLC – Research for Change



___
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] Adobe Media Player vs. the competition..??

2007-04-18 Thread Jon Bradley

On Apr 18, 2007, at 12:09 PM, thotskee wrote:

Anyone have any thoughts on what the Adobe Media Player means for  
Youtube/Brightcove/Veoh/Google Video/etc. ?


My guess is ... not too much.

My take on it: It's just a glorified FLV player that talks to various  
video services and can be branded. It obviously can only deal with  
services that share up FLV files. If it were a full Media Player in  
the sense of being platform and format agnostic, then Adobe would  
have something to shake a stick at.


I'm not quite sure what the big deal is really supposed to be. Maybe  
there's more going on behind the scenes, but it looks to me like  
something a few advanced flex/flash developers could knock out in a  
couple weeks, or less.


my 0.02.

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

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


Re: [Flashcoders] Flash File Upload Issues

2007-04-18 Thread Lars Schwarz

this might be more an backend problem than a flash problem. depending
on your server config, serverside language used to handle the upload and
issues you mentioned (firewall, proxies and so on) it might be hard  
to trace.
have you checked your log files (server, sideside scripting) for  
errors? even
this is slightly offtopic you might add some logging to the script  
used to handle/

save the file object. hth: lars

Am 18.04.2007 um 19:31 schrieb Beth Koehler:

Hello everyone! I'm going crazy trying to figure out an issue we're  
having with flash file uploads. It works perfectly fine from every  
computer I've tried it from at the office and at home, but we keep  
having users report that it just hangs - never moving the file to  
the server. It has happened in both firefox and IE, though both  
work fine for me and my co-workers. This is running behind ssl and  
I believe several of these users are probably behind firewalls.  
Does anyone have any suggestions of settings they may have to  
change, or anything I could do code wise? Since I can't replicate  
the error I'm having a heck of a time debugging it.


Thanks!

Beth

--
Beth Koehler
Senior Associate Technical Services
Luther Consulting, LLC
423 Massachusetts Avenue
Indianapolis, IN 46204
Phone: (317) 636-0282, ext. 115
Fax: (775) 522-2224
Email: [EMAIL PROTECTED]
www.lutherconsulting.com
This communication, and files which may be attached, are intended  
for the use of the addressee(s) ONLY and may contain confidential  
or legally privileged information. Any use, distribution or copying  
in whatever manner of this information is prohibited. If you have  
received this communication in error, please accept our apologies  
and inform us promptly by reply e-mail, then delete this  
communication and destroy any printed copy. Luther Consulting, LLC,  
Inc. thanks you for your attention and cooperation in helping us  
protect the best interests of our customers and clients.

Luther Consulting, LLC – Research for Change



___
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] memory problems

2007-04-18 Thread sirajudeen kamarul jaman

hi guys

i have 300 pages in flash and all the pages having animation and sounds 
files.last week i had the site for 4 hours and then it would stuck for some 
of the pages.i dont know what is the problem.


_
Free  easy posting . Yello Classifieds. 
http://www.yello.in/home.php?utm_source=hotmailtagutm_medium=textlinkutm_content=inutm_campaign=april


___
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] Init generic clip

2007-04-18 Thread Jiri Heitlager | dadata.org


Thnks for the posts

Both suggested solutions don't work, altough the first one by Gilles 
does work. But I want the button to be selfcontained, no external 
initFunctions. Just a MovieClip onStage called btn and on the parent 
timeline of btn something like

btn.setLabel('hello world')

The onLoad suggestion I dont get working.
btn.onLoad = function(){
this.setLabel('hello world')
}
this is actual the same as the onEnterFrame. It is not that I have a 
problem with the onEnterFrame, I just dont understand how Flash VM 
works.  Basically I would like the enclosed script to be executed before 
the frame of the timeline it is seen on is started. Is this possible.


For more light on what I am trying to achive, the file can be downloaded 
here:

playground.dadata.org/initButtonWoo.fla

Jiri Heitlager | dadata.org wrote:

Hello list,

I have made a very simpele MovieClip that functions as a generic button,
this is clip 'gen_btn_mc'.
For the designers it is important that I place the gen_btn_mc on stage
and not attach it at runtime. The gen_btn_mc clip itself has a few
functions on the 1st frame of its timeline, these are:
setLabel()
setSize()
setIcon()

Because the button is place on stage during authortime, it seems the
functions of the gen_btn_mc can only be called after one 'onEnterFrame'
because it seems the functions are 'undefined' otherwise.

EXAMPLE

clipInstance0 is set on stage timeline. Then on the stage timeline I
have to put this code.

onEnterFrame = function(){
clipInstance0.setLabel('hello world')
clipInstance0.setSize(200)
clipInstance0.setIcon(true)
delete this.onEnterFrame
}

This makes the clip flicker, and it is clearly being set, becuase of the
one onEnterFrame loop.

QUESTION

Is there a way I can overcome this init. problem WITHOUT attaching the
clip at runtime?

Many thanks.

Jiri

___
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] OT: Salary Questions

2007-04-18 Thread Jordan Snyder

The main trouble I'm running into when trying to prove what I do here
is that we have almost NO organization in our company and no clear
path to any given team or individual.  A good example is that anyone
(salesperson, PR guy, creative director, client) can come to ANYONE in
my department and request work.  Then that person in my dept requests
a project code from a person in Switzerland who has no contact with us
whatsoever, and then that person is the 'owner' of the project and is
responsible for seeing it through.  If the graphic designer learns
about a highly technical project from a client, he will technically
own it, but I will of course run it.  Since my boss does little to no
due diligence into what the team is doing (he just expects everything
to be done when it's supposed to be done) then he has no idea what is
going on behind the scenes.  He just sees that a project either gets
done on time or it doesn't, and since I am the most technical, I am
blamed for failures yet not rewarded for successes (the boss actually
takes credit for successes after I sit down with him for hours and
explain the architecture and selling points of any given system.)

We have a serious management failure, lack of management all together,
and so the people making the world go around will never be recognized
for what we do.

Until we leave.

The only reason I'm here at this point is due to my significant
investment in this company.  It is dysfunctional from the top down,
but there are some amazing ideas and some amazing people in this
organization (global company).  I've decided that I am going to follow
through with the current project I'm driving, and if things do not
change a great deal afterward, I will take another job and make things
happen there.  There is so much information that I could divulge in
testament to the extreme dysfunctionality, but that would be neither
wise nor effective use of my time.

Hope this gives some insight into how much a corporate structure/lack
of structure affects my/your compensation, confidence, earning
ability, growth potential, etc.


Cheers!

On 4/18/07, Kelly Smith [EMAIL PROTECTED] wrote:

Exactly, the cost of living here in SF is insane. A decent flat in the city
will cost you a million flat. I'm in my 30s and still renting.

Again, the 100k - 120k figure I tossed out is for someone who has
demonstrated expertise in database programming and administration, business
logic layers, and presentation. Basically I'm describing an ace for an
entire technology stack...what some folks call a system architect. There are
not too many of these people around. A good software developer who, for
example, can screw together nice servlets but would flail miserably as a db
admin or flash developer will prolly score between 75k and 90k.

- k

On 4/18/07, Alias™ [EMAIL PROTECTED] wrote:

 Yeah, if you wanna buy a house in London you're looking at £200k -
 £300k minimum...
 So it all evens out...

 Alias

 On 18/04/07, Zeh Fernando [EMAIL PROTECTED] wrote:
   Here in México a Senior with these skills. U$15k-U$20k at year.
   A game developement manager (Flash Guru) like me and others 6 people
 in the
   country. U$32k-U$37k at year
   :.(
   We are fucked
 
  Similar values apply to our market here (in Brazil). But you have to
  take the cost of living of the country/city/state into consideration.
  I'm not sure how's that on Mexico, but I bet it's cheaper than, say,
  living in downtown NYC... It's not like someone turns filthy rich just
  because of a location change.
 
  Different places, different scales.
 
 
  Zeh
  ___
  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




--
Jordan Snyder
___
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] FITC 07...what is everyone seeing?

2007-04-18 Thread moveup
Are there any 'must sees' at this year's FITC in Toronot?

Of course some of the most interesting presentations are scheduled at the same 
time, for instance on Tuesday, there is a Papervision 3D presentation the same 
time as Francis Bourre's presentation on AS3 game development and Ivan Todorov 
's on 'Dimensions of Interactive Development'.

[e] jbach at bitstream.ca
[c] 416.668.0034
[w] www.bitstream.ca

...all improvisation is life in search of a style.
 - Bruce Mau,'LifeStyle'
___
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] Init generic clip

2007-04-18 Thread Muzak
Take the code out of the movieclip and put everything in a class that is 
associated with that movieclip (Linkage+Class) through the 
library.

regards,
Muzak

- Original Message - 
From: Jiri Heitlager | dadata.org [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Wednesday, April 18, 2007 9:34 PM
Subject: Re: [Flashcoders] Init generic clip



 Thnks for the posts

 Both suggested solutions don't work, altough the first one by Gilles does 
 work. But I want the button to be selfcontained, no 
 external initFunctions. Just a MovieClip onStage called btn and on the parent 
 timeline of btn something like
 btn.setLabel('hello world')

 The onLoad suggestion I dont get working.
 btn.onLoad = function(){
 this.setLabel('hello world')
 }
 this is actual the same as the onEnterFrame. It is not that I have a problem 
 with the onEnterFrame, I just dont understand how 
 Flash VM works.  Basically I would like the enclosed script to be executed 
 before the frame of the timeline it is seen on is 
 started. Is this possible.

 For more light on what I am trying to achive, the file can be downloaded here:
 playground.dadata.org/initButtonWoo.fla

 Jiri Heitlager | dadata.org wrote:


___
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] Flash 9 CS3 - Where's the scale 9 on bitmaps?

2007-04-18 Thread Austin Kottke
Can you do scale 9 with bitmaps in flash 9 cs3? It seems like this is 
not handled

yet. Is this right?

Austin
___
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] Finding the height and width of the VISIBLE area of a masked SWF

2007-04-18 Thread matt stuehler

All,

It looks like this has been asked before, but I couldn't find an answer.

I'm creating a Flash app that loads several SWFs.

Those SWFs contain use masks.

I'd like to be able to find the VISIBLE height and width of those
SWFs; however _width and _height return the size of ALL the masked
content.

In other words, if the SWF has a stage size of 400x300, and a mask of
400x300, but the total size of the SWF is 800x600 (e.g., b/c of
off-stage content, or stuff that's not visible thru the mask), then
_width returns 800, and _height returns 600.

I can see why that's sometimes useful, but in this particular
application, I need to know the VISIBLE size.

For example, I'd like to be able to center the VISIBLE part of the SWF
on the stage.

Is there any way to figure that out?

Cheers,
Matt Stuehler
___
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] Finding the height and width of the VISIBLE area of a masked SWF

2007-04-18 Thread Claus Wahlers



I'd like to be able to find the VISIBLE height and width of those
SWFs; however _width and _height return the size of ALL the masked
content.


Can't you just check the width/height of the mask?

Cheers,
Claus.

--
claus wahlers
côdeazur brasil
http://codeazur.com.br/
http://wahlers.com.br/claus/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] Finding the height and width of the VISIBLE area of a masked SWF

2007-04-18 Thread matt stuehler

Claus,

That's a great suggestion - the best answers are often the overlooked,
obvious ones.

But I don't think so - in the original SWFs, the masks aren't
movieclips - they're just fills. So, I don't know how you'd check
their width or height.

The key thing about the application is that I won't know anything
about the SWFs that are being loaded.

My app should simply load a swf into a container movieclip, then
attempt to scale it to fit the stage, and center it.

Ordinarily, I can just check the container._width and
container._height to accomplish this. But I've tested a few SWFs that
weren't working properly, and that's when I discovered that they were
using masks, which throws off the _width and _height.

I can't assume that the SWFs will use a movieclip as a mask.

Thanks again for your advice.

Cheers,
Matt




On 4/18/07, Claus Wahlers [EMAIL PROTECTED] wrote:


 I'd like to be able to find the VISIBLE height and width of those
 SWFs; however _width and _height return the size of ALL the masked
 content.

Can't you just check the width/height of the mask?

Cheers,
Claus.

--
claus wahlers
côdeazur brasil
http://codeazur.com.br/
http://wahlers.com.br/claus/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


___
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] TEST

2007-04-18 Thread Steven Sacks

Test message
___
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] Finding the height and width of the VISIBLE area of amasked SWF

2007-04-18 Thread Hershell Bryant
To center the visible part on stage, center the mask on stage.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of matt
stuehler
Sent: Wednesday, April 18, 2007 2:30 PM
To: Flashcoders mailing list
Subject: [Flashcoders] Finding the height and width of the VISIBLE area of
amasked SWF

All,

It looks like this has been asked before, but I couldn't find an answer.

I'm creating a Flash app that loads several SWFs.

Those SWFs contain use masks.

I'd like to be able to find the VISIBLE height and width of those
SWFs; however _width and _height return the size of ALL the masked
content.

In other words, if the SWF has a stage size of 400x300, and a mask of
400x300, but the total size of the SWF is 800x600 (e.g., b/c of
off-stage content, or stuff that's not visible thru the mask), then
_width returns 800, and _height returns 600.

I can see why that's sometimes useful, but in this particular
application, I need to know the VISIBLE size.

For example, I'd like to be able to center the VISIBLE part of the SWF
on the stage.

Is there any way to figure that out?

Cheers,
Matt Stuehler
___
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] OT: Salary Questions

2007-04-18 Thread Jason Rayles
I doubt that the management structure of your global company is going to 
change any time soon. If you are frustrated, then it sounds like you should 
find another gig, especially if want a raise but are unable to communicate 
to your boss what it is that you do. I find that it's easier to bump up my 
rate with new clients than to explain to old clients why they should be 
paying me more for the same work, anyway.


I have no particular insight into the job market in your region, but I'd be 
surprised to hear of someone getting a 90K salary for flash development in 
Oklahoma.


Jason

- Original Message - 
From: Jordan Snyder [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Wednesday, April 18, 2007 3:50 PM
Subject: Re: [Flashcoders] OT: Salary Questions


The main trouble I'm running into when trying to prove what I do here
is that we have almost NO organization in our company and no clear
path to any given team or individual.  A good example is that anyone
(salesperson, PR guy, creative director, client) can come to ANYONE in
my department and request work.  Then that person in my dept requests
a project code from a person in Switzerland who has no contact with us
whatsoever, and then that person is the 'owner' of the project and is
responsible for seeing it through.  If the graphic designer learns
about a highly technical project from a client, he will technically
own it, but I will of course run it.  Since my boss does little to no
due diligence into what the team is doing (he just expects everything
to be done when it's supposed to be done) then he has no idea what is
going on behind the scenes.  He just sees that a project either gets
done on time or it doesn't, and since I am the most technical, I am
blamed for failures yet not rewarded for successes (the boss actually
takes credit for successes after I sit down with him for hours and
explain the architecture and selling points of any given system.)

We have a serious management failure, lack of management all together,
and so the people making the world go around will never be recognized
for what we do.

Until we leave.

The only reason I'm here at this point is due to my significant
investment in this company.  It is dysfunctional from the top down,
but there are some amazing ideas and some amazing people in this
organization (global company).  I've decided that I am going to follow
through with the current project I'm driving, and if things do not
change a great deal afterward, I will take another job and make things
happen there.  There is so much information that I could divulge in
testament to the extreme dysfunctionality, but that would be neither
wise nor effective use of my time.

Hope this gives some insight into how much a corporate structure/lack
of structure affects my/your compensation, confidence, earning
ability, growth potential, etc.


Cheers!

___
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: Salary Questions

2007-04-18 Thread Jordan Snyder

What I do is hardly Flash development...that's one small piece of the pie. :)

But you're right on the rest of it.  If nothing else, I'm learning a
lot here about coming up with creative ways to make things work
against all odds at a very high level.

Cheers

On 4/18/07, Jason Rayles [EMAIL PROTECTED] wrote:

I doubt that the management structure of your global company is going to
change any time soon. If you are frustrated, then it sounds like you should
find another gig, especially if want a raise but are unable to communicate
to your boss what it is that you do. I find that it's easier to bump up my
rate with new clients than to explain to old clients why they should be
paying me more for the same work, anyway.

I have no particular insight into the job market in your region, but I'd be
surprised to hear of someone getting a 90K salary for flash development in
Oklahoma.

Jason

- Original Message -
From: Jordan Snyder [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Wednesday, April 18, 2007 3:50 PM
Subject: Re: [Flashcoders] OT: Salary Questions


The main trouble I'm running into when trying to prove what I do here
is that we have almost NO organization in our company and no clear
path to any given team or individual.  A good example is that anyone
(salesperson, PR guy, creative director, client) can come to ANYONE in
my department and request work.  Then that person in my dept requests
a project code from a person in Switzerland who has no contact with us
whatsoever, and then that person is the 'owner' of the project and is
responsible for seeing it through.  If the graphic designer learns
about a highly technical project from a client, he will technically
own it, but I will of course run it.  Since my boss does little to no
due diligence into what the team is doing (he just expects everything
to be done when it's supposed to be done) then he has no idea what is
going on behind the scenes.  He just sees that a project either gets
done on time or it doesn't, and since I am the most technical, I am
blamed for failures yet not rewarded for successes (the boss actually
takes credit for successes after I sit down with him for hours and
explain the architecture and selling points of any given system.)

We have a serious management failure, lack of management all together,
and so the people making the world go around will never be recognized
for what we do.

Until we leave.

The only reason I'm here at this point is due to my significant
investment in this company.  It is dysfunctional from the top down,
but there are some amazing ideas and some amazing people in this
organization (global company).  I've decided that I am going to follow
through with the current project I'm driving, and if things do not
change a great deal afterward, I will take another job and make things
happen there.  There is so much information that I could divulge in
testament to the extreme dysfunctionality, but that would be neither
wise nor effective use of my time.

Hope this gives some insight into how much a corporate structure/lack
of structure affects my/your compensation, confidence, earning
ability, growth potential, etc.


Cheers!

___
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




--
Jordan Snyder
Applications Developer
Image Action LLC
http://www.imageaction.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] Need help with error, PLEASE HELP ME!!!

2007-04-18 Thread Russell Sprague

I am gettint this error, and it just doesn't make sense to me

**Error** 
\\sugarmomma\projects\couresFrameWork\04-04-2007\com\infusion\ui\DataUpdate.as: 
Line 1: The class being compiled, 'com.infusion.ui.DataUpdate', does not 
match the class that was imported, 'DataUpdate'.

class com.infusion.ui.DataUpdate {

here is my class:
class com.infusion.ui.DataUpdate {
   //
   public var _dataList:Array;
   public var _data:XML;
   public var _currSec:Number;
   public var _isInit:Boolean;
   //
   public function DataUpdate(init:Boolean, dataList:Array, 
secData:XML, sec:Number) {

   trace(DataUpdate +init);
   this._isInit = init;
   this._dataList = dataList;
   this._data = secData;
   this._currSec = sec;
   }
}

it is in the folder it is suppose to be, and I am only using it in one 
place in my app.


I don't get what the error is telling me, where is the class being 
imported?  Like I said it is only being used in one place, and I went 
over the code in that class a hundred times to see if I madee a spelling 
mistake or something, but it is correct.


Any thoughts?

Thanks
Russ
___
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] Need help with error, PLEASE HELP ME!!!

2007-04-18 Thread Weyert de Boer

Cool company name! ;)
___
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] Adobe Media Player vs. the competition..??

2007-04-18 Thread thotskee
@jon, thanks for the reply. i appreciate your feedback. what if adobe does 
offer support for other video formats though? (pure speculation btw)


anyone else care to share?

thanks again jon.







- Original Message - 
From: Jon Bradley [EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Wednesday, April 18, 2007 10:53 AM
Subject: Re: [Flashcoders] Adobe Media Player vs. the competition..??



On Apr 18, 2007, at 12:09 PM, thotskee wrote:

Anyone have any thoughts on what the Adobe Media Player means for 
Youtube/Brightcove/Veoh/Google Video/etc. ?


My guess is ... not too much.

My take on it: It's just a glorified FLV player that talks to various 
video services and can be branded. It obviously can only deal with 
services that share up FLV files. If it were a full Media Player in  the 
sense of being platform and format agnostic, then Adobe would  have 
something to shake a stick at.


I'm not quite sure what the big deal is really supposed to be. Maybe 
there's more going on behind the scenes, but it looks to me like 
something a few advanced flex/flash developers could knock out in a 
couple weeks, or less.


my 0.02.

jon
___
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] Adobe Media Player vs. the competition..??

2007-04-18 Thread ben gomez farrell
I'd say it stands a decent chance of supporting a bunch of formats 
eventually.  Remember this thing is built on Apollo, and you can build 
your Apollo app with HTML.  Maybe Apollo won't support HTML pages with 
plugins (except for Flash) at launch, but it would be in their best 
interest to render webpages as they appear in your browser, which means 
bringing in Quicktime support and others.

Just speculation though!
ben

thotskee wrote:
@jon, thanks for the reply. i appreciate your feedback. what if adobe 
does offer support for other video formats though? (pure speculation btw)


anyone else care to share?

thanks again jon.







- Original Message - From: Jon Bradley 
[EMAIL PROTECTED]

To: flashcoders@chattyfig.figleaf.com
Sent: Wednesday, April 18, 2007 10:53 AM
Subject: Re: [Flashcoders] Adobe Media Player vs. the competition..??



On Apr 18, 2007, at 12:09 PM, thotskee wrote:

Anyone have any thoughts on what the Adobe Media Player means for 
Youtube/Brightcove/Veoh/Google Video/etc. ?


My guess is ... not too much.

My take on it: It's just a glorified FLV player that talks to various 
video services and can be branded. It obviously can only deal with 
services that share up FLV files. If it were a full Media Player 
in  the sense of being platform and format agnostic, then Adobe 
would  have something to shake a stick at.


I'm not quite sure what the big deal is really supposed to be. Maybe 
there's more going on behind the scenes, but it looks to me like 
something a few advanced flex/flash developers could knock out in a 
couple weeks, or less.


my 0.02.

jon
___
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] Hey Flashcoders@chattyfig.figleaf.com ;)

2007-04-18 Thread Murali Janakiraman



http://www.hi5.com/register/lbGhX?inviteId=A_736a9cb_5PUwtDKWI9f0

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