[Flashcoders] Flash developer needed: Sydney, Australia.

2006-10-22 Thread Ryan Sabir
Hi all,
 
We have heaps of Flash work on these days, any can't seem to find anyone to do 
it. Are there any people on the list, preferably Sydney based, who are 
interested in short and/or long term contracts developing Flash apps? These 
range from simple games to complex RIAs.
 
Please send your details to [EMAIL PROTECTED]
 
thanks.
 
 
Ryan Sabir
Technical Director

p: (02) 9274 8030
f: (02) 9274 8099
m: 0411 512 454
w: www.newgency.comNewgency Pty Ltd
Web | Multimedia | eMarketing

224 Riley St
Surry Hills NSW 2010
Sydney, Australia


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/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] tabIndex on embedded swf

2006-06-07 Thread Ryan Sabir

Heya,
 
I have an swf with form components on it, that is embedded inside another swf. 
I want to be able to tab between the form elements, but when I hit tab, the 
focus jumps to an element in the outer movie, rather than the embedded movie. 
The focus doesn't ever return to my form, it stays on this one button in the 
main nav.
 
How can I make it tab between the elements just in the embedded movie? I've 
tried manually setting the tabIndex on the components, but it's not working.
 
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] Setting styles on components

2006-04-29 Thread Ryan Sabir
Hi,
 
Is it just me or is trying to work with components really frustrating...
 
I'm trying to change the style of componenets, e.g. by changing the border 
colour of them. I've come across this line in the documentation:

If we want to change the color on the face of the button, use the following 
code: 
ComponentName.setStyleProperty(face, 0x006699); 
 
Ok great... What if I want to change something else on the button? Where in the 
world do I find some sort of reference to the built in Flash components and all 
the style properties that are settable for them?

Is it hidden somewhere in the interface? Or is there some hidden reference doc 
that I need to find?

Thanks all.

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/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] Tween and actionscript

2006-03-29 Thread Ryan Sabir

I have a movieclip animating across the stage using a tween in the timeline. 
Halfway through that tween I'm using AS to set the _alpha of the clip to 50%. 
At the moment I do this, if forgets about the tween in the timeline and stops 
moving. Why is this happenning? How do I tell Flash that I want the timeline 
animation to keep working after I change a MovieClip property?

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