[Flashcoders] Job offer in Berlin (ActionScript)

2008-06-11 Thread Abe Pazos
The company where I work is growing and needs more AS3 developers. The project is called Panfu, one of the biggest virtual worlds for children, developed in AS3 and PureMVC. It's a large and young international team with programmers, designers, illustrators, translators, moderators and many

[Flashcoders] [solved] scope issues with onLoadInit

2008-06-11 Thread Allandt
ah nevermind - it needed to go to another clip - it was loading them all into the same clip (mcTempLoaderClip) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] 3 level drop down menu - AS3

2008-06-11 Thread Vayu Robins
Hmmm, thanks Ashim, but the site is managed by a cms that runs on a database. Hence , the content is stored in a database. On 6/9/08 10:50 AM, Ashim D'Silva [EMAIL PROTECTED] wrote: XML will solve all your troubles. With as3 flash now natively handles the E4X syntax. You'll be able to run

[Flashcoders] create video player with as3

2008-06-11 Thread sense co moh
Hi everybody I'm trying to create video player with AS3 but I have some problems with create the controll buttons  (play,puase.. ). can anyone tell me where can i download full video player with  sample or tutorial . thank you Bassam ___ Flashcoders

Re: [Flashcoders] Close current browser from flash without alert message.

2008-06-11 Thread ACE Flash
seems only work on IE and NS?? not sure, you may take a look by urself http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=2844lngWId=2 On Mon, Jun 9, 2008 at 8:42 AM, natalia Vikhtinskaya [EMAIL PROTECTED] wrote: Hi I want to close my current(main) browser from flash when a

Re: [Flashcoders] Close current browser from flash without alert message.

2008-06-11 Thread Jer Brand
Let me make sure I understand: Your user navigates to your page and see a language selection screen. When they choose a language, you open a new fullscreen window and close the original browser window (the one with a back/forward, address bar etc). If that's what you're needing: There's not a

[Flashcoders] mac osx style dock x position

2008-06-11 Thread Allandt
please help - i'm going mad on this I've gotten my dock to scale exactly as i want it to - going from 55% of it's size up to 100% and then back down to 55% but i just can't get the positioning right no matter what i do here is my onMouseMove code that does the scaling - i've commented out my

[Flashcoders] Input textfields - is it possible, when filled up, to behave like a browser input textfield?

2008-06-11 Thread [EMAIL PROTECTED]
Hello List, Not only can I not work out how to fix this problem, but I'm also having problems describing it pithily. Please bear with me and I hope someone has pointers, even if just to say Nup, can't be done. With input textfields in a browser (that is, the ones I've checked, FF2 and IE7), when

[Flashcoders] Inserting Smiley Images in Textarea

2008-06-11 Thread Elia Morling
Is there a component for making smiley images work in an editable text area? I need to add the smileys with drag-n-drop, or simply choose a smiley from a palette. Thanks, Elia ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] Flip movieclip

2008-06-11 Thread sense co moh
Hi I have Video playing in the center of the stage and I'm using button to filp it function filp(event:MouseEvent):void {    mySampleMC.scaleY *= -1; } mySampleMC.addEventListener(MouseEvent.CLICK, flip); but the problem when I flip it change Y postion and go up , I wnat to flip it and keep it

[Flashcoders] flip in same postion

2008-06-11 Thread sense co moh
Hi I have Video playing in the center of the stage and I'm using button to filp it function filp(event:MouseEvent):void {    mySampleMC.scaleY *= -1; } mySampleMC.addEventListener(MouseEvent.CLICK, flip); but the problem when I flip it change Y postion and go up , I wnat to flip it and keep it

Re: [Flashcoders] flash animations Slow on IE7

2008-06-11 Thread Jason Van Cleave
really? Anyone have any further info on whether the doctype can effect Flash perfomance? On Mon, Jun 9, 2008 at 4:01 AM, maurice sallave [EMAIL PROTECTED] wrote: yes. This is weird, I found out that DOCTYPE was killing it. I check on several sites from thefwa and most if not all have DOCTYPE

[Flashcoders] Character sets and library fonts

2008-06-11 Thread Matt Hawley
I want to use a shared dynamic library font with Cyrillic but only Latin is being embedded. Is there any way to specify which character set(s) to use like there is on a dynamic textfield on the stage? ___ Flashcoders mailing list

[Flashcoders] Best way to architect a kind of keyCode rotation

2008-06-11 Thread eric e. dolecki
I am going to be getting key events that sum up a degree of rotation. ie. 3, 0, 1, ^ = 301 degrees (well, I get keCodes that I need to translate back into their corresponding numbers) So I was thinking I have an array that I push the values (keyCode) into... when I get a delimiter, I then

[Flashcoders] problem with loading and parsing XML

2008-06-11 Thread Pavel Krůšek
Hi i have class for loading and parsing XML file. With test movie (command + enter) is onLoadSite method out of action. With debug mode (command + shift + enter) is all OK and in output window is possible to see trace command (trace(siteData)) What is wrong please? package app.euro {

[Flashcoders] Real Time Lip Sync

2008-06-11 Thread Elia Morling
Hi, Are there any real time lip sync code examples or components for AS3? Thanks Elia ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] test

2008-06-11 Thread Dave Watts
This is a test of the mailman upgrade. 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.

Re: [Flashcoders] Haven't received emails.

2008-06-11 Thread Paul Andrews
It's not just you - almost a three day gap. Paul - Original Message - From: Vlado Krempl [EMAIL PROTECTED] To: Flashcoders@chattyfig.figleaf.com Sent: Wednesday, June 11, 2008 11:25 PM Subject: [Flashcoders] Haven't received emails. Hello everyone, I haven't received any flash

Re: [Flashcoders] 3 level drop down menu - AS3

2008-06-11 Thread Ashim D'Silva
Yes, but you'll undoubtedly use a server side script to access that information form the database. Formatting that into XML and feeding it to Flash means you get an XML object, which is simply a set of arrays to run through.I just re-read your problem. And maybe I approached it wrong. If you've

Re: [Flashcoders] flip in same postion

2008-06-11 Thread Ashim D'Silva
two options: 1. put it inside another container at object.y = (object.height/2)*-1; and then negetive scale the container. or 2. move the y of the object as you scaleY, so for the code below, add mySampleMC.y = orginalY - mySampleMC.height; 2008/6/10 sense co moh [EMAIL PROTECTED]: Hi I have

[Flashcoders] Changing the cursor effectively.

2008-06-11 Thread Ashim D'Silva
I'm curious because its becoming a large requirement for usability and I shy away from it but changing the mouse cursor can be highly beneficial. I'd like to know however, it there's a way to tap into the OS's cursors, instead of changing the cursor position on mouse move. For instance when you

RE: [Flashcoders] AS3: How can I target an object from a dot-sytax string?

2008-06-11 Thread Kerry Thompson
Ali Drongo wrote: Hello, I'm being passed a string that has a reference to an object in dot-syntax like this: myOb.property.property2.property3 The object targeted may be a varying number of levels inside of the top-level object. I have tried to write this by turning the string into an