Re: [Flashcoders] Effective Cursor Switching

2008-06-12 Thread Ashim D'Silva
Yeah, the text fields and buttons do it fine. I was hoping to use it for more features such as a drag hand, loading cursors, magnifying glass, etc... 2008/6/13 Barry Hannah <[EMAIL PROTECTED]>: > As with buttons forcing the OS pointer/hand cursor, selectable > textfields should also change the st

RE: [Flashcoders] Effective Cursor Switching

2008-06-12 Thread Barry Hannah
As with buttons forcing the OS pointer/hand cursor, selectable textfields should also change the standard arrow cursor into an I-beam one? I thought this was default behavior when the Textfield.selectable property was set to true? Flash went part way there with including a "useHandCursor" property

[Flashcoders] Effective Cursor Switching

2008-06-12 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 ha

Re: [Flashcoders] Unhandled IOError and IOErrorEvent when closing browser during load

2008-06-12 Thread Ashim D'Silva
I only started getting this error when I switched to the debug player. Seem to get stream errors as well, when nothing is loading!If it is a feature of the debug feature; is there a way to disable the debug part of the player? I wouldn't want to keep reinstalling different versions of flash for bro

RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Kerry Thompson
Keith Reinfeld wrote: > I am guessing that Elia needs more than what Wingdings has to offer along > these lines. J = smiling, K = embarrassed, L = frowning. Only Elia knows for sure ^_^ At any rate, there are always custom fonts. > So anyway... supper's ready! You're making me hungry. I'm goin

Re: [Flashcoders] Library fonts, embedding non-latin character sets

2008-06-12 Thread Matt Hawley
Sorry that was my post yesterday also. I didn't see it go through because of the list lag. I am using Verdana, which has Cyrillic but it's not being embedded in the library. I can make a textfield on the stage and specify Cyrillic to embed and it works fine. I am trying to create a shared font

RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Keith Reinfeld
Kerry Thompson wrote: > If you can place an image, you can specify the font. Use Wingdings for > that one character--it has a smiley face at 0x45, I believe. I am guessing that Elia needs more than what Wingdings has to offer along these lines. J = smiling, K = embarrassed, L = frowning. So a

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Elia Morling
Okay, purely hypothetical. The sound file is approx 30-60 seconds long. How long would it take to pre-analyze that in Flash for a volumetric analysis? I guess Flash basically needs to play the sound to analyze it? Elia - Original Message - From: "Kerry Thompson" <[EMAIL PROTECTED]>

[Flashcoders] Unhandled IOError and IOErrorEvent when closing browser during load

2008-06-12 Thread Steven Sacks
I posted this to Flash_tiger but it seems to be down or something, so I'm xposting it here. Am I missing something, or is this a bug with the Flash player (9.0.124)? If you're loading something and during the load you close the browser, the Flash player spits out an Error #2044, from either io

RE: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Kerry Thompson
Elia Morling wrote: > Okay thanks... I guess it's not possible then. :( Maybe it is possible--not easy, but possible. You can get close enough for cartoons by simple volumetric analysis. IOW, check the volume and base the mouth positions on that. We had a routine, written in C++, that did just t

RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Kerry Thompson
Keith Reinfeld wrote: > It doesn't appear to have been solved at all. Here is the tag from the > example: > > http://www.flashloaded.com/img/products/flashtexteditor/logo.jpg"; > WIDTH="66" HEIGHT="61" ID="$img0" ALIGN="left" VSPACE="4" > HSPACE="4"/> > > So, okay... when I wrote 'if you need a

RE: [Flashcoders] Library fonts, embedding non-latin character sets

2008-06-12 Thread Kerry Thompson
Matt Hawley wrote: > Is there any way to embed non-latin character sets, such as cyrillic and > hebrew, in library fonts as you can with a dynamic textfield on the stage? > I have searched all day and can't find anything about it. Hmmm... it seems like I answered an almost identical question yest

Re: [Flashcoders] as3 classes var query

2008-06-12 Thread Johnny Zen
Ah thanks for all the help everyone. I'm slowly coming around to classes, as has been confused about when and when not to use classes and how to access the information from each other. interesting. Thanks again :) On Thu, Jun 12, 2008 at 3:38 PM, Merrill, Jason <[EMAIL PROTECTED]> wrote: >>>You'

RE: [Flashcoders] Please remove me from the list

2008-06-12 Thread Dave Watts
> I wish to unsubscribe from the mailing list, I forgot my > password etc, just remove me, I lost my passion in Flash lol. You can unsubscribe yourself just by knowing your email address, and using the password reminder form at the URL on the bottom of each message. Also, sending unsubscribe req

[Flashcoders] Library fonts, embedding non-latin character sets

2008-06-12 Thread Matt Hawley
Is there any way to embed non-latin character sets, such as cyrillic and hebrew, in library fonts as you can with a dynamic textfield on the stage? I have searched all day and can't find anything about it. ___ Flashcoders mailing list Flashcoders@chattyfi

RE: [Flashcoders] Is it possible to display "&" in the xml file

2008-06-12 Thread Dave Watts
> If you put ampersands in attributes, the XML will not parse > correctly in any browser. > > Ampersands (and other special characters) should go inside > CDATA tags to maintain valid XML. :) You can simply use the appropriate XML character entity to use an ampersand in an attribute: & This i

RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Keith Reinfeld
It doesn't appear to have been solved at all. Here is the tag from the example: http://www.flashloaded.com/img/products/flashtexteditor/logo.jpg"; WIDTH="66" HEIGHT="61" ID="$img0" ALIGN="left" VSPACE="4" HSPACE="4"/> So, okay... when I wrote 'if you need a graphical emoticon to appear in mid-

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Elia Morling
Okay thanks... I guess it's not possible then. :( Elia - Original Message - From: "Kerry Thompson" <[EMAIL PROTECTED]> To: "'Flash Coders List'" Sent: Thursday, June 12, 2008 11:29 PM Subject: RE: [Flashcoders] Real Time Lip Sync Elia Morling wrote: No info on real time lip sync?

Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Elia Morling
Yes, I did some tests and the image placement seems goofy. How did they solve it in a component like this? http://www.flashloaded.com/flashcomponents/flashtexteditor/example2.html Elia - Original Message - From: "Keith Reinfeld" <[EMAIL PROTECTED]> To: "'Flash Coders List'" Sent: Thu

RE: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Kerry Thompson
Elia Morling wrote: > No info on real time lip sync? The key is "real time". I don't think such a thing exists. Think what it would have to do: analyze the wave form, probably with a reverse FFT; match it up to n mouth positions; somehow get that on the screen, with your character/s, in the righ

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Elia Morling
How real does it have to be? It has to be real, because we're using a text-to-speech converter. Text will be sent out of Flash to a server and receive an mp3 file in return. I was hoping that I could analyze the sound and display an appropriate mouth. The style is cartoonish, so it's not 3

RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Keith Reinfeld
> You can append htmlText with tags, like a regular html. > So, you can have what you want in your textfield. Unfortunately the image tag's align attribute only supports 'left' (default) or 'right'. So if you need a graphical emoticon to appear in mid-text anywhere the tag alone won't cut it.

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread eric e. dolecki
could you use a FLV for audio and place some cuepoints in it and use that to maintain sync? On Thu, Jun 12, 2008 at 4:11 PM, Derek Nugent <[EMAIL PROTECTED]> wrote: > How real does it have to be? > > I have animation experience than Flash > > As an animation TD, to automate lip sync I move the ja

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Derek Nugent
How real does it have to be? I have animation experience than Flash As an animation TD, to automate lip sync I move the jaw section of the character in accordance with the wave form then scale the width to create the approximate phoneme. For flash though I might try a library of movies that pl

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Ricky Bacon
Elia Morling wrote: No info on real time lip sync? / I haven't seen anything specific to as3, but you might want to start with Ken Perlin's Improv work: http://citeseer.ist.psu.edu/perlin96improv.html http://mrl.nyu.edu/~perlin/experiments/facedemo/ -Ricky __

Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Fabio Pinatti
On Thu, Jun 12, 2008 at 4:30 PM, Elia Morling <[EMAIL PROTECTED]> wrote: > I guess something like the FlashTexteditor would do it. I need to be able > to "insert" images into an editable text area. > > See: http://www.flashloaded.com/flashcomponents/flashtexteditor/ > > If anyone knows of alternat

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

2008-06-12 Thread Vayu Robins
Hi Ashim. Thanks for your advice. I ended up doing like you said creating an xml file with server side script. Vayu On 6/12/08 5:21 AM, "Ashim D'Silva" <[EMAIL PROTECTED]> wrote: > Yes, but you'll undoubtedly use a server side script to access that > information form the database. Formatting

Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Elia Morling
I guess something like the FlashTexteditor would do it. I need to be able to "insert" images into an editable text area. See: http://www.flashloaded.com/flashcomponents/flashtexteditor/ If anyone knows of alternative Flash Rich Text Editors that can insert imagse let me know. Thanks - O

Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Elia Morling
Thanks, this is almost what I need, but... I need to be able to embed smilies in the entry box. In the same way you can add any image to a text editor while entering text. Elia - Original Message - From: "Keith Reinfeld" <[EMAIL PROTECTED]> To: "'Flash Coders List'" Sent: Thursday, J

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Elia Morling
No info on real time lip sync? / Thanks - Original Message - From: "Elia Morling" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Thursday, June 12, 2008 1:31 PM Subject: Re: [Flashcoders] Real Time Lip Sync Hi, Are there any real time lip sync code examples or components for AS3

[Flashcoders] FMS3 console unable to inspect SharedObjects

2008-06-12 Thread Eduardo Omine
Hi all, I am running FMS 3.0.1 but I can't inspect the properties in my SharedObjects with the admin console. Opening the SharedObjects tab under View Applications results in the following error appearing in my Server Log: Thu 02:34:30 PM: Connection rejected by server. Reason : [ Server.Reject ]

Re: [Flashcoders] Is it possible to display "&" in the xml file

2008-06-12 Thread ACE Flash
thanks for all of your input...it's awesome! On Thu, Jun 12, 2008 at 1:38 PM, Steven Sacks <[EMAIL PROTECTED]> wrote: > If you put ampersands in attributes, the XML will not parse correctly in > any browser. > > Ampersands (and other special characters) should go inside CDATA tags to > maintain v

Re: [Flashcoders] Is it possible to display "&" in the xml file

2008-06-12 Thread Steven Sacks
If you put ampersands in attributes, the XML will not parse correctly in any browser. Ampersands (and other special characters) should go inside CDATA tags to maintain valid XML. :) Cedric Muller wrote: or you could set an attribute instead of a node ___

RE: [Flashcoders] looking at the maths for an osx style dock

2008-06-12 Thread Merrill, Jason
>>> mcScrollingIconContainer["clip"+i].onRelease = function():Void Don't use anonymous functions. If you have to use AS2, then use mx.utils.Delegate instead. Also, you keep repeating, "mcScrollingIconContainer["clip"+i]" in your code over and over in the same loop. Instead, I think a tighter way

Re: [Flashcoders] looking at the maths for an osx style dock

2008-06-12 Thread eric e. dolecki
sorry for the OT response, but man this code makes me so glad I don't do AS2 anymore ;) - e. On Thu, Jun 12, 2008 at 12:48 PM, allandt bik-elliott <[EMAIL PROTECTED]> wrote: > hi guys - i queried this a few days ago when all the messages were > disappearing into the hole - i've amended my code so

Re: [Flashcoders] Conversion SWF -> PDF/EPS

2008-06-12 Thread Ricky Bacon
[EMAIL PROTECTED] wrote: Well, I work in an php / apache / mac osx environment (sorry) For the moment I wasn't able to even find a solution to generate an EPS/PDF file containing a text (verdana 12px) scaled to 800x200 px for instance. The tricky thing is the scaling part. ABCPDF seams to be w

Re: [Flashcoders] Is it possible to display "&" in the xml file

2008-06-12 Thread allandt bik-elliott
it should be fine if you're outputting it to mytextfield.text but if it's going into a textfield.htmlText then it should be converted On Thu, Jun 12, 2008 at 2:14 PM, ACE Flash <[EMAIL PROTECTED]> wrote: > hey there, > Is it possible to display "&" in the xml file? I tried to convert it to > %26,

[Flashcoders] looking at the maths for an osx style dock

2008-06-12 Thread allandt bik-elliott
hi guys - i queried this a few days ago when all the messages were disappearing into the hole - i've amended my code so it's pretty darn close to what i want but not quite basically, i'm writing an osx style dock and at the moment, the scaling is working perfectly but the positioning is a bit flak

Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Bob Wohl
A while back there was a project where the dev made a custom font of smileys for a chat app using FCS2. Not to sure how he would swap the font on the fly, probably run a loop on an array of possible key combinations. Maybe that route could work though it seems like a rough approach. B. On Thu,

Re: [Flashcoders] Flip movie clip

2008-06-12 Thread Bassam M
yes it's On 6/12/08, Jiri Heitlager <[EMAIL PROTECTED]> wrote: > > Is the center point in the middle? > > Jiri > > Bassam M wrote: > >> 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 *=

RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Keith Reinfeld
Yes. TUFaT SmileText Component Has the features you mentioned, but it breaks when a user enters (certain) html tags. Regards, -Keith http://keithreinfeld.home.comcast.net ___ Flashcoders mailing list Fla

[Flashcoders] Please remove me from the list

2008-06-12 Thread Krystian - Sunlust
Hi, I wish to unsubscribe from the mailing list, I forgot my password etc, just remove me, I lost my passion in Flash lol. Regards, -- Krystian - Sunlust - I-M-A: Freelancer on the side: http://sunlust.net Full time Website Designer: http://smesolutions.co.uk/ __

RE: [Flashcoders] Re: Is it possible to display "&" in the xml file

2008-06-12 Thread Romuald Quantin
Usually I use & -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karim Beyrouti Sent: 12 June 2008 15:47 To: 'Flash Coders List' Subject: RE: [Flashcoders] Re: Is it possible to display "&" in the xml file Or you could use CDATA tags in your XML:

RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Kerry Thompson
AFAIK, there are no smiley faces in Unicode. If you set the font to something like Wingdings, yes, you can have smiley faces. There's one at Character Code 0x4A. In the IDE, you can only set one font per text field. You can change fonts with HTML text, though. Cordially, Kerry Thompson > -

Re: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Derek Nugent
Can you use ASCii or Unicode? Best regards Derek Nugent email: [EMAIL PROTECTED] [EMAIL PROTECTED] web: http://www.dereknugent.com - Original Message From: "Merrill, Jason" <[EMAIL PROTECTED]> To: Flash Coders List Sent: Thursday, June 12, 2008 9:41:05 AM Subject: RE: [Flashcoders

Re: [Flashcoders] Re: Is it possible to display "&" in the xml file

2008-06-12 Thread Ian Thomas
To clarify - & is part of the XML spec and is nothing to do with HTML. Just by coincidence, HTML has the same entity & defined. A standards-conforming XML parser - which the Flash one is - will always translate & into & within text nodes. So when you extract the text node from the XML, any occurr

Re: [Flashcoders] problem with loading and parsing XML

2008-06-12 Thread Pavel Krůšek
Hello, thanks for your response. "omit trace actions" in flash publish settings is unchecked. Trace commands from another methods working OK, only from handler onLoadSite() not. This method - onLoadSite() working OK for me, but there is no results of trace command in output window. Pavel

RE: [Flashcoders] Re: Is it possible to display "&" in the xml file

2008-06-12 Thread Karim Beyrouti
Or you could use CDATA tags in your XML: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Kawamoto Sent: 12 June 2008 15:31 To: Flash Coders List Subject: Re: [Flashcoders] Re: Is it possible to display "&" in the xml file Are you sure about that

Re: [Flashcoders] Re: Is it possible to display "&" in the xml file

2008-06-12 Thread Ian Thomas
Sidney - nope, the & is taken care of at XML parse time. You'd only have to use htmlText if the string was: Fin & IT :-) Ian On Thu, Jun 12, 2008 at 3:03 PM, Sidney de Koning <[EMAIL PROTECTED]> wrote: > But you have to say your textfield is HtmlText else it wont render and just > shows yo

RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Merrill, Jason
>>Is there a component or source for making smiley images work >>in an editable text area? No. Jason Merrill Bank of America Global Technology & Operations & Global Risk L&LD eTools & Multimedia Join the Bank of America Flash Platform Developer Community Are you a Bank of America associa

Re: [Flashcoders] Re: Is it possible to display "&" in the xml file

2008-06-12 Thread Sidney de Koning
Try doing that with an external file and an exotic font :) To prevent errors from my side i always place my text in a CDATA (where appropriate) and make sure I have the htmlText option on. When working with exotic fonts (not your standard verdana, times or arial) you might get in trouble.

RE: [Flashcoders] as3 classes var query

2008-06-12 Thread Merrill, Jason
>>You'd need to instantiate the other class and then access it, >>like this: That's one way, the other way is to use static variables: package com { class MyClass { public static var name:String = "Johnny"; //or declare as a public

Re: [Flashcoders] Flip movie clip

2008-06-12 Thread Jiri Heitlager
Is the center point in the middle? Jiri Bassam M wrote: 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 c

Re: [Flashcoders] Re: Is it possible to display "&" in the xml file

2008-06-12 Thread Kenneth Kawamoto
Are you sure about that? var xml:XML = new XML(Fin & IT); var tf:TextField = new TextField(); tf.text = xml; addChild(tf); I get "Fin & IT" in the TextField. Kenneth Kawamoto http://www.materiaprima.co.uk/ Sidney de Koning wrote: But you have to say your textfield is HtmlText else it wont rend

Re: [Flashcoders] Re: Is it possible to display "&" in the xml file

2008-06-12 Thread eric e. dolecki
Or you could search and replace the & using a regular dynamic field. On Thu, Jun 12, 2008 at 10:03 AM, Sidney de Koning <[EMAIL PROTECTED]> wrote: > But you have to say your textfield is HtmlText else it wont render and just > shows you & instead of & > > > On Jun 12, 2008, at 3:21 PM, ACE Flash

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

2008-06-12 Thread Jer Brand
>> Submitted on: 4/28/2002 I tried it out in FF 2 and IE 6. Looks like the IE version was exploiting a bug where the HTML help commands could be called from a browser window. The "NS" version was just calling self.close(). On Mon, Jun 9, 2008 at 2:18 PM, ACE Flash <[EMAIL PROTECTED]> wrote: > >

Re: [Flashcoders] Re: Is it possible to display "&" in the xml file

2008-06-12 Thread Sidney de Koning
But you have to say your textfield is HtmlText else it wont render and just shows you & instead of & On Jun 12, 2008, at 3:21 PM, ACE Flash wrote: i got it, uses... => & On Thu, Jun 12, 2008 at 9:14 AM, ACE Flash <[EMAIL PROTECTED]> wrote: hey there, Is it possible to display "&" in the xm

Re: [Flashcoders] Is it possible to display "&" in the xml file

2008-06-12 Thread Kenneth Kawamoto
& Kenneth Kawamoto http://www.materiaprima.co.uk/ ACE Flash wrote: hey there, Is it possible to display "&" in the xml file? I tried to convert it to %26, but it won't display "&" in the flash for example: Fin & IT thanks ___ Flashcoders mailing

[Flashcoders] Re: Is it possible to display "&" in the xml file

2008-06-12 Thread ACE Flash
i got it, uses... => & On Thu, Jun 12, 2008 at 9:14 AM, ACE Flash <[EMAIL PROTECTED]> wrote: > hey there, > Is it possible to display "&" in the xml file? I tried to convert it to > %26, but it won't display "&" in the flash > > for example: > > Fin & IT > > > thanks > __

Re: [Flashcoders] Is it possible to display "&" in the xml file

2008-06-12 Thread Ian Thomas
Or use: Fin & IT Similarly, < gives you < > gives you > Ian On Thu, Jun 12, 2008 at 2:21 PM, Cedric Muller <[EMAIL PROTECTED]> wrote: > or you could set an attribute instead of a node > > > > >> hey there, >> Is it possible to display "&" in the xml file? I tried to convert it to >> %26, >> b

Re: [Flashcoders] Is it possible to display "&" in the xml file

2008-06-12 Thread Cedric Muller
Hello, add a CDATA tag cedric hey there, Is it possible to display "&" in the xml file? I tried to convert it to %26, but it won't display "&" in the flash for example: Fin & IT thanks ___ Flashcoders mailing list Flashcoders@chattyfig.fig

Re: [Flashcoders] Is it possible to display "&" in the xml file

2008-06-12 Thread Cedric Muller
or you could set an attribute instead of a node hey there, Is it possible to display "&" in the xml file? I tried to convert it to %26, but it won't display "&" in the flash for example: Fin & IT thanks ___ Flashcoders mailing list Flashcode

[Flashcoders] Is it possible to display "&" in the xml file

2008-06-12 Thread ACE Flash
hey there, Is it possible to display "&" in the xml file? I tried to convert it to %26, but it won't display "&" in the flash for example: Fin & IT thanks ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mai

Re: [Flashcoders] Haven't received emails.

2008-06-12 Thread Pedro Kostelec
Me too. A few days i didn't get anythink and today suddenly 25 messages! Pedro D.K. On Wed, Jun 11, 2008 at 8:38 PM, Kerry Thompson <[EMAIL PROTECTED]> wrote: > Paul Andrews wrote: > > > It's not just you - almost a three day gap. > > I believe Dave is upgrading the mailing list software. He's g

Re: [Flashcoders] AS3: How can I target an object fromadot-sytaxstring?

2008-06-12 Thread Alistair Colling
Hey Victor I like your solution thanks :) Romu, I'll check out your method when I get a little time, I have to get this working quickly so the dirty method will do for now. Thanks everyone! Ali On 12 Jun 2008, at 11:29, Romuald Quantin wrote: If you fell developing it, I wrote an experime

Re: [Flashcoders] as3 classes var query

2008-06-12 Thread Piers Cowburn
You'd need to instantiate the other class and then access it, like this: package test { public class test2 extends Sprite { public function test2(){ var testInstance:test = new test(); trace(testInstance.hello); } } } Also, it's good practic

Re: [Flashcoders] as3 classes var query

2008-06-12 Thread Eduardo Omine
package test { public class test2 extends Sprite { var testInstance:test = new test; trace(testInstance.hello); } } -- Eduardo Omine http://blog.omine.net/ http://www.omine.net/ ___ Flashcoders mailing list Flashcoders@chatty

[Flashcoders] Flip movie clip

2008-06-12 Thread Bassam M
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 in

[Flashcoders] as3 classes var query

2008-06-12 Thread Johnny Zen
Hi all I am currently learning AS3, and I seem to be a bit confused on understanding accessing variables outside of the class it resides in. for example: package test { public class test extends Sprite { public var hello = "hello"; }

Re: [Flashcoders] Conversion SWF -> PDF/EPS

2008-06-12 Thread nospam
Well, I work in an php / apache / mac osx environment (sorry) For the moment I wasn't able to even find a solution to generate an EPS/PDF file containing a text (verdana 12px) scaled to 800x200 px for instance. The tricky thing is the scaling part. ABCPDF seams to be what I'm looking for but I n

[Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Elia Morling
Is there a component or source for making smiley images work in an editable text area? Thanks, Elia ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Real Time Lip Sync

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

RE: [Flashcoders] AS3: How can I target an object from adot-sytaxstring?

2008-06-12 Thread Romuald Quantin
If you fell developing it, I wrote an experiment about the flash proxy class. I would do it that way. The proxy class makes you able to handle new methods and properties on any other classes (especially the one that are not dynamic, almost all of them), to access to something like: mySprite.myNewP

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

2008-06-12 Thread Kenneth Kawamoto
Will parseInt be quicker? Kenneth Kawamoto http://www.materiaprima.co.uk/ eric e. dolecki wrote: 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 th

Re: [Flashcoders] Conversion SWF -> PDF/EPS

2008-06-12 Thread SJM
We have been working on a similar type of projects, there are a few options! The best one i found was www.alivepdf.org but if its not what your looking for (as it wasnt for us) try looking for a PHP / ASP version. In the end due to server technology we used ABCPDF its an asp/.net pdf creator and

[Flashcoders] Conversion SWF -> PDF/EPS

2008-06-12 Thread nospam
Hello everybody, I'm looking for a any solution (really anything) to convert SWF files to another vector format used in print (EPS or PDF) or even generate this format on the fly using AS3/PHP/whatever... Here is a summary of the problem : I have an application in which the user can add text or p

[Flashcoders] Streaming Video question

2008-06-12 Thread Paul Andrews
I've been developing a video player for a client. It looks as though the client may switch to using a streaming server. The video content is over an hour long, so I wonder if there is an optimal size/length we should be looking at for the video files. Previously, the video was split into a lot

Re: [Flashcoders] AS3: How can I target an object from adot-sytax string?

2008-06-12 Thread Viktor Hesselbom
One dirty way would be like this: var sTarget:String = "first.second.third.fourth"; var aTarget:Array = sTarget.split("."); var mcTarget = this[ aTarget[0] ]; for (var i:int = 1; i < aTarget.length; i += 1) { mcTarget = mcTarget[ aTarget[i] ]; } trace( mcTarget ); / Viktor H On Thu, 12

Re: [Flashcoders] create video player with as3

2008-06-12 Thread Cor
Bassam Look at www.gotoandlearn.com good luck Cor ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AS3: How can I target an object from adot-sytax string?

2008-06-12 Thread Ali Drongo
Hmmm, can anyone suggest the completed code? I can't see how this would work as you are returning a class reference that is named after the root object. Maybe I am missing something. Any suggestions much appreciated to keep me out of a long-hand switch statement :) Ali On 12 Jun 2008, at 04

Re: [Flashcoders] Job offer in Berlin (ActionScript)

2008-06-12 Thread Deepanjan Das
Hi Abe, I am a flash and Flex developer. I would like to know more about this opportunity. Can you please mail me the details at [EMAIL PROTECTED] Thank you for your time. Regards Deepanjan Das On Thu, Jun 12, 2008 at 12:21 PM, Jiri Heitlager < [EMAIL PROTECTED]> wrote: > He Abe, > > I am a Dutc

Re: [Flashcoders] problem with loading and parsing XML

2008-06-12 Thread jonathan howe
Hello, Pavel, Can you try to rephrase "is onLoadSite method out of action." Also, what is the state of the "omit trace actions" checkbox in your publish settings (perhaps it is checked but Flash maybe overwrites this setting when running the debugger?) -jonathan On Wed, Jun 11, 2008 at 5:36 P