Re: [Flashcoders] Flash Player 11 and Flash Professional CS 5.5 (11.5)

2011-10-24 Thread Patrick Matte
This also works. http://away3d.com/forum/viewthread/462/#1327 http://away3d.com/forum/viewthread/462/#1327 On Mon, Oct 24, 2011 at 11:03 AM, Kevin Newman capta...@unfocus.com wrote: This is the best resource I've seen on overlaying new SDKs (and Flash and AIR versions) into your existing

Re: [Flashcoders] AIR + Google Maps = not working

2011-06-09 Thread Patrick Matte
Good to know On Wed, Jun 8, 2011 at 6:31 AM, Karim Beyrouti ka...@kurst.co.uk wrote: Figured it out, in air you have to define a URL for the map component. i.e.: zoomMap.url= 'http://myWebsite.com' Cheers Karim On 8 Jun 2011, at 12:49, Karim Beyrouti wrote: Hello List -

Re: [Flashcoders] facebook actionscript graph api - post to /feed

2011-04-14 Thread Patrick Matte
I can only suggest you just use the Facebook API directly without using that AS3 api. So something like this. var urlRequest:URLRequest = new URLRequest(https://graph.facebook.com/; + userid + /feed); var variables:URLVariables = new URLVariables(); variables.access_token = token;

Re: [Flashcoders] FFMPEG replacement

2011-02-18 Thread Patrick Matte
running entirely on closed source servers then? On 18/02/2011 02:35, Patrick Matte wrote: For legal reasons, one of our client strictly forbids us to use any open source software... Unbelievable I know... So does anyone know of any other software that we could buy and install on the server

[Flashcoders] FFMPEG replacement

2011-02-17 Thread Patrick Matte
For legal reasons, one of our client strictly forbids us to use any open source software... Unbelievable I know... So does anyone know of any other software that we could buy and install on the server side that can merge an image sequence and a sound file in a single video file like FFmpeg?

Re: [Flashcoders] Path/Point interpolator

2010-10-27 Thread Patrick Matte
I think this could help you http://senocular.com/flash/actionscript/files/ActionScript_3.0/com/senocular /drawing/Path.as From: Jiri jiriheitla...@googlemail.com Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Wed, 27 Oct 2010 12:08:48 +0200 To: Flash Coders List

[Flashcoders] Flash CS5 and photoshop import and TLFTextfield

2010-10-18 Thread Patrick Matte
Is there any way to import a PSD file in Flash CS5 and get a good ol' TextField instead of the new TLFTextField? This e-mail is intended only for the named person or entity to which it is addressed and contains valuable business information that is proprietary, privileged, confidential and/or

Re: [Flashcoders] Flash CS5 and photoshop import and TLFTextfield

2010-10-18 Thread Patrick Matte
In fact, not only is there no options to create regular TextField instead of TLFTextField but all the fonts are wrong in the TLFTextFields. I opened Flash CS4 and imported the same PSD file and every TextField had the correct font. Thumbs down Adobe Flash CS5... From: Patrick Matte

Re: [Flashcoders] Trigonometry Problem

2010-08-16 Thread Patrick Matte
I always refer to this for all my trigonometry needs http://www.actionscript.org/resources/articles/155/1/trigonometry-and-flash/ Page1.html From: Merrill, Jason jason.merr...@bankofamerica.com Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Mon, 16 Aug 2010 12:57:22

Re: [Flashcoders] A fast FFT in Flash?

2010-08-02 Thread Patrick Matte
Maybe check this http://blog.inspirit.ru/?p=405 From: Gerry Beauregard gerry.beaureg...@sonoport.com Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Mon, 2 Aug 2010 09:59:05 +0800 To: Flash Coders List flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] A fast FFT

Re: [Flashcoders] SquishFilter 0.1 Released!

2010-06-14 Thread Patrick Matte
That's really cool! From: Christoffer Enedahl christof...@enedahl.com Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Mon, 14 Jun 2010 22:42:24 +0200 To: Flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] SquishFilter 0.1 Released! Check out my new filter, the

Re: [Flashcoders] Flash Skype Integration

2010-06-08 Thread Patrick Matte
Ribbit lets you place calls from flash but not sure exactly how it works. http://www.ribbit.com/ From: patrick [insert last name here] emeric...@hotmail.com Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Tue, 8 Jun 2010 17:32:11 -0400 To:

Re: [Flashcoders] problem with strongly typed actionscript

2010-06-07 Thread Patrick Matte
public function x(y:Object):void { } Or this public function x(y:*):void { } From: Steven Sacks flash...@stevensacks.net Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Mon, 07 Jun 2010 11:38:07 -0700 To: Flash Coders List flashcoders@chattyfig.figleaf.com Subject:

Re: [Flashcoders] problem with strongly typed actionscript

2010-06-07 Thread Patrick Matte
To: Flash Coders List flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] problem with strongly typed actionscript I send the same reply 8 hours ago, are my messages not coming through?:) On Mon, Jun 7, 2010 at 9:05 PM, Patrick Matte patrick.ma...@tbwachiat.comwrote: public

Re: [Flashcoders] Projective Transformations in flash

2010-04-06 Thread Patrick Matte
There's an AS2 version of Papervision3D, it's not so bad, you can do neat stuff with it if it's not too complicated 3D models. From: Sumeet Kumar sume...@sebiz.net Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Tue, 6 Apr 2010 10:43:55 +0530 To: Flash Coders List

Re: [Flashcoders] Get a File's creation date with Adobe Air?

2009-11-16 Thread Patrick Matte
, Latcho Patrick Matte wrote: Is it just me or there's no way to get the date that a file was created or last modified with Adobe AIR ? This e-mail is intended only for the named person or entity to which it is addressed and contains valuable business information that is proprietary

Re: [Flashcoders] Get a File's creation date with Adobe Air?

2009-11-16 Thread Patrick Matte
/FileReference.html#mod ificationDate cheers, Latcho Patrick Matte wrote: Is it just me or there's no way to get the date that a file was created or last modified with Adobe AIR ? This e-mail is intended only for the named person or entity to which it is addressed and contains valuable

Re: [Flashcoders] Get a File's creation date with Adobe Air?

2009-11-16 Thread Patrick Matte
File extends fileReference... Doh! From: Patrick Matte patrick.ma...@tbwachiat.com Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Mon, 16 Nov 2009 14:55:20 -0800 To: spamtha...@gmail.com, Flash Coders List flashcoders@chattyfig.figleaf.com Conversation: [Flashcoders

[Flashcoders] Get a File's creation date with Adobe Air?

2009-11-13 Thread Patrick Matte
Is it just me or there's no way to get the date that a file was created or last modified with Adobe AIR ? This e-mail is intended only for the named person or entity to which it is addressed and contains valuable business information that is proprietary, privileged, confidential and/or

Re: [Flashcoders] Movieclip in a remote shared object

2009-10-18 Thread Patrick Matte
I don't think you can store MovieClip but I don't know exactly why, you can't store BitmapData either, because it needs parameters passed to the constructor. But you can store many different types of objects, just make sure you use flash.net.registerClassAlias(full.class.path, Class); And make

Re: [Flashcoders] FOTB

2009-09-25 Thread Patrick Matte
I hope they'll announce more features than this at Adobe MAX. What about Flash Player 11 new features? So far we've just heard about AIR and the IDE. From: Anthony Pace anthony.p...@utoronto.ca Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Fri, 25 Sep 2009 14:15:32 -0400

Re: [Flashcoders] 1120: Access of undefined property

2009-09-03 Thread Patrick Matte
Because counter is a class property and your function is static. Try this: public static var counter:int = 0; From: Isaac Alves isaacal...@gmail.com Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Thu, 3 Sep 2009 16:23:36 -0300 To: flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] How to add a DisplayObject into a container without using addChild() method.

2009-08-18 Thread Patrick Matte
I think you're right, but I saw one guy here at work writing something like this for readability he said! if (value != null) { ; } else if (value == null) { ; } From: Paul Andrews p...@ipauland.com Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Tue, 18 Aug 2009

Re: [Flashcoders] mac vs pc

2009-08-13 Thread Patrick Matte
You don't have to backspace all the way back to the period when you make a typo in FlexBuilder, you can just backspace the typo, and press control + space and the menu will popup again. Of course it's not as convenient as the FD menu. As for refactoring, find and replace works but the rename

Re: [Flashcoders] mac vs pc

2009-08-11 Thread Patrick Matte
I work on a mac at the office but I'd rather work on windows. If I had to choose between FlashDevelop and FlexBuilder, I'd have to go with FlexBuilder. FlashDevelop is really cool and all, it's main advantage I think is that it's super easy to setup a project and start coding compared to

[Flashcoders] Disable focus change on arrow keys down

2009-08-04 Thread Patrick Matte
When the focus is set to this scrollpane I made, I want to use the arrow keys to scroll the scrollpane content left, up, down, and right. But flash automatically changes focus to the next object in the tab order as soon as I press an arrow key. Is there any way to prevent that? I've tried calling

[Flashcoders] Re: Disable focus change on arrow keys down

2009-08-04 Thread Patrick Matte
I forgot to mention, it works if I set the scrollpane focusRect property to false. But I want to use the default yellow focusrect. From: Patrick Matte patrick.ma...@tbwachiat.com Date: Tue, 04 Aug 2009 16:35:43 -0700 To: Flash Coders List flashcoders@chattyfig.figleaf.com Conversation

Re: [Flashcoders] Actionscript Documentators

2009-07-20 Thread Patrick Matte
You need to download the Flex SDK from Adobe, there is a feature called ASDoc that creates great documents. http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_9.html From: Álvaro Saraiva alv...@glups.pt Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Tue, 21

Re: [Flashcoders] Flash CS4 very slow

2009-06-10 Thread Patrick Matte
BTW an update recently came out that fixes a lot of problems with Flash CS4. http://www.adobe.com/support/flash/downloads.html From: Alan Neilsen aneil...@gotafe.vic.edu.au Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Wed, 10 Jun 2009 14:59:09 +1000 To:

[Flashcoders] APE physics and stage coordinates offset

2009-05-08 Thread Patrick Matte
I'm playing with APE for the first time and I've noticed that the particles that I create are never exactly at the position that I've specified. It seems there's a weird offset between flash stage coordinates and APE's coordinates. Has anybody ran into the same problem? This e-mail is intended

Re: [Flashcoders] why is called Vector in AS3? why not TypedArray?

2009-04-27 Thread Patrick Matte
http://www.bit-101.com/blog/?p=1659 From: Merrill, Jason jason.merr...@bankofamerica.com Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Mon, 27 Apr 2009 14:12:22 -0400 To: Flash Coders List flashcoders@chattyfig.figleaf.com Conversation: [Flashcoders] why is called

Re: [Flashcoders] Flash 10 version checker

2009-04-21 Thread Patrick Matte
Try swfobject http://code.google.com/p/swfobject/ From: Cédric PASCAL pascal.ced...@gmail.com Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Tue, 21 Apr 2009 23:01:23 +0200 To: Flash Coders List flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Flash 10 version

[Flashcoders] Can't use CS4 so can't use [Embed]

2009-04-16 Thread Patrick Matte
Hey I need to use this code but I can't use Flash CS4 so I need to load these embedded files instead cause [Embed] doesn't work in Flash CS3. So how would I go to do that? Here's the code I need to change... [Embed(source=../lib/camera_para.dat, mimeType=application/octet-stream)] private var

Re: [Flashcoders] Can't use CS4 so can't use [Embed]

2009-04-16 Thread Patrick Matte
] and then expose the instances as public members of a particular class / clip? Glen Patrick Matte wrote: Hey I need to use this code but I can't use Flash CS4 so I need to load these embedded files instead cause [Embed] doesn't work in Flash CS3. So how would I go to do that? Here's the code I

[Flashcoders] Disable automatic parentheses completion on method name in FlexBuilder

2009-04-16 Thread Patrick Matte
Is there any way to turn off flexbuilder's auto-completion of function names with parentheses? I looked in the preferences but couldn't find it. This e-mail is intended only for the named person or entity to which it is addressed and contains valuable business information that is proprietary,

Re: [Flashcoders] How to smooth bitmap?

2009-04-11 Thread Patrick Matte
Here's a facebook API. http://code.google.com/p/facebook-actionscript-api/ From: Pavel Repkin pavel.rep...@gmail.com Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Sat, 11 Apr 2009 20:28:14 +0400 To: spamtha...@gmail.com, Flash Coders List

Re: [Flashcoders] Playing Flash video in slow-motion

2009-03-13 Thread Patrick Matte
What you will get if you put your videos on the timeline will be similar to what you can see on the MGM Grand website http://www.mgmgrand.com/ After you enter the experience, click on the round navigation and the video will fastforward and then slow down at the end with some easing. That's how

Re: [Flashcoders] GetDefenitionByName from loaded SWF

2009-03-12 Thread Patrick Matte
myloader.load(urlRequest, new LoaderContext(false, ApplicationDomain.currentDomain)); -- From: Helmut Granda cont...@helmutgranda.com Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Thu, 12 Mar 2009 12:11:26 -0500 To: Flashcoders mailing list

RE: [Flashcoders] AS3 Nice Knob(s)

2009-01-16 Thread Patrick Matte|BLITZ
http://www.bit-101.com/blog/?p=1337 -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Eric E. Dolecki Sent: Friday, January 16, 2009 11:51 AM To: Flash Coders List Subject: [Flashcoders] AS3 Nice Knob(s) I

RE: [Flashcoders] AS3 Nice Knob(s)

2009-01-16 Thread Patrick Matte|BLITZ
more for a traditional behaving knob. On Fri, Jan 16, 2009 at 3:06 PM, Patrick Matte|BLITZ pma...@blitzagency.com wrote: http://www.bit-101.com/blog/?p=1337 -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto: flashcoders-boun...@chattyfig.figleaf.com

RE: RE : [Flashcoders] create object with getDefinition and pass parameters using apply ?

2009-01-09 Thread Patrick Matte | BLITZ
figure something out, be sure to let me know! Cheers, Nate On Thu, Jan 8, 2009 at 9:39 PM, Patrick Matte | BLITZ pma...@blitzagency.com wrote: That wouldn't help, I'm writing a class that can create any kind of objects and pass any number of argument to that object at instantiation

[Flashcoders] create object with getDefinition and pass parameters using apply ?

2009-01-08 Thread Patrick Matte | BLITZ
I need to create objects using getDefinition and pass parameter to the constructor but the problem is that the number of parameters can be different. I tried using apply like this but I can't make it work. var classReference:Object = getDefinitionByName(className); var object:Object = new

RE: [Flashcoders] create object with getDefinition and pass parameters using apply ?

2009-01-08 Thread Patrick Matte | BLITZ
...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Patrick Matte|BLITZ Sent: Thursday, January 08, 2009 7:19 PM To: Flash Coders List Subject: [Flashcoders] create object with getDefinition and pass parameters using apply ? I need to create objects using getDefinition and pass

RE : [Flashcoders] create object with getDefinition and pass parameters using apply ?

2009-01-08 Thread Patrick Matte | BLITZ
, ... param6 = null){ } } or just use the rest (...) parameter class myClass{ public function myClass(...args){ for(var i:uint = 0; i args.length; i++){ trace(args[i]); } } } On Thu, Jan 8, 2009 at 10:36 PM, Patrick Matte | BLITZ pma...@blitzagency.com wrote: Well for now

RE: [Flashcoders] use get / set functions or make your own

2008-12-10 Thread Patrick Matte | BLITZ
I missed the first part of this thread but I'd like to add that when you create an interface for a class, all your public properties should be getters and setters. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of allandt bik-elliott (thefieldcomic.com)

[Flashcoders] SoundChannel.position bug on SOUND_COMPLETE

2008-10-21 Thread Patrick Matte | BLITZ
, the result is the same. They are 44.1 Hz, 16-bit Stereo. Patrick Matte Interactive Director Ph: 310-551-0200 x214 Fax: 310-551-0022 [EMAIL PROTECTED] BLITZ - 3415 S Sepulveda Bl, Ste 500 - Los Angeles, CA 90034 - www.blitzagency.comhttp://www.blitzagency.com/ (!) Be sure and check out BLITZ

[Flashcoders] websites with public APIs available from flash

2008-08-08 Thread Patrick Matte | BLITZ
I'm rounding up a list of websites with public API that flash can interact with. I have : Yahoo maps Flickr Youtube Weather.com Do you know any other? Patrick Matte Interactive Director Ph: 310-551-0200 x214 Fax: 310-551-0022 [EMAIL PROTECTED] BLITZ - 3415 S Sepulveda Bl, Ste 500

RE: [Flashcoders] websites with public APIs available from flash

2008-08-08 Thread Patrick Matte | BLITZ
Yeah sure, if you know some good ones I'd really appreciate you list them. I remember stumbling on an exhausting list of webservices but I lost it somewhere... BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [Flashcoders] You cannot debug this SWF because it does not contain any Actionscript

2008-07-23 Thread Patrick Matte | BLITZ
I've had that problem also when one item was missing from the library. This can happen when you use a class from an fla into another fla and that class is referencing a library item in the other fla but you forgot to copy that item in your new fla's library. BLITZ | Patrick Matte - 310-551

RE: [Flashcoders] The Charges Against ActionScript 3.0

2008-07-16 Thread Patrick Matte | BLITZ
a MovieClip instance (really) hard. Duplicate movieclips ? Geez, I remember using that back in the day, I would put a button off stage and then duplicate it to create multiple instances of it. But you're much better off using attachMovie if you're working with AS2. BLITZ | Patrick Matte - 310

RE: [Flashcoders] Overriding the trace command

2008-07-15 Thread Patrick Matte | BLITZ
{ return test; } trace(myObject); // outputs test BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francis Turmel Sent: Tuesday, July 15, 2008 2:25 PM To: Flash Coders List Subject: Re: [Flashcoders] Overriding the trace

[Flashcoders] trace all properties of a class recursively

2008-06-26 Thread Patrick Matte | BLITZ
Is it possible to trace all the properties of a class with AS3? I kwow it works on dynamic properties on Object or Array... My class is like a tree and I want to see if the tree is built correctly. ___ Flashcoders mailing list

RE: [Flashcoders] trace all properties of a class recursively

2008-06-26 Thread Patrick Matte | BLITZ
] */ BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wagner Amaral Sent: Thursday, June 26, 2008 12:15 PM To: Flash Coders List Subject: Re: [Flashcoders] trace all properties of a class recursively You may want to take

[Flashcoders] Firefox 3 and flash 8 wmode problem

2008-06-25 Thread Patrick Matte | BLITZ
Has anybody else been experiencing problems with flash player 8 using wmode with Firefox 3? Can't click on any of the flash buttons, using flash player 8 r42. No problem with Firefox 2. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] calling public static methods on Class using getDefinitionByName

2008-06-24 Thread Patrick Matte | BLITZ
Ah ok, the reason it wasn't working was that I was casting ClassReference as Class instead of Object... Now this works. var ClassReference:Object = getDefinitionByName(Test) as Object; var bool:Boolean = ClassReference.parse(false); //would return false; BLITZ | Patrick Matte - 310-551-0200

[Flashcoders] calling public static methods on Class using getDefinitionByName

2008-06-23 Thread Patrick Matte | BLITZ
Does anybody know if it's possible to call a static method of a reference to a class created with getDefinitionByName without actually creating an instance of the object? Something like this simple example: var ClassReference:Class = getDefinitionByName(Test) as Class; var bool:Boolean =

RE: [Flashcoders] calling public static methods on Class using getDefinitionByName

2008-06-23 Thread Patrick Matte | BLITZ
= Test.parse(false); // returns false BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Matte|BLITZ Sent: Monday, June 23, 2008 7:17 PM To: Flash Coders List Subject: [Flashcoders] calling public static

[Flashcoders] AIR bitmapdata.draw( FLV ) Security error

2008-04-16 Thread Patrick Matte | BLITZ
Hi, I get a security error in my AIR app when I try to draw a video that's on my computer to a BitmapData. How can I fix this? Is it because I'm using a self-signed certificate? Should I buy a certificate form Verisign? ___ Flashcoders mailing list

[Flashcoders] AIR - Insert header in XML file

2008-04-02 Thread Patrick Matte | BLITZ
I'm saving an xml file with AIR, it works but how can I add ?xml version=1.0 encoding=UTF-8? at the top of the file? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] AIR - Insert header in XML file

2008-04-02 Thread Patrick Matte | BLITZ
I was looking for a method like that under the XML class. Flash's help file is suggesting to use XML instead of XMLDocument which is AS2's xml legacy. But there doesn't seem to be anything like that method under the XML class... BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message

RE: [Flashcoders] AIR - Insert header in XML file

2008-04-02 Thread Patrick Matte | BLITZ
No that didn't work, I got a weird error like wrong startendtag or something. BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks Sent: Wednesday, April 02, 2008 3:36 PM To: Flash Coders List Subject: Re

[Flashcoders] AIR drag and resize transparent window and change mouse icon to arrows

2008-03-28 Thread Patrick Matte | BLITZ
You know on a PC when you mouseOver the sides of a window, the mouse changes to an arrow that means you can resize the window. Is there any to get the mouse to change like that when the AIR window in set to transparent? Or it is only a feature of the NativeWindow on PC?

RE: [Flashcoders] AS3 singleton not working across multiple loaded swf

2008-02-15 Thread Patrick Matte | BLITZ
Thanks, I wasn't using that parameter for my loader. I'll try it. BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Meinte van't Kruis Sent: Friday, February 15, 2008 4:04 AM To: Flash Coders List Subject: Re

[Flashcoders] RE: E4X Non sense !!! Need help

2008-02-15 Thread Patrick Matte | BLITZ
=S000 short testS000/test /short short testS000/test /short /accesscode /root trace(xmlData.accesscode.short.(test == S001)); BLITZ | Patrick Matte - 310-551-0200 x214

RE: [Flashcoders] E4X Non sense !!! Need help

2008-02-15 Thread Patrick Matte | BLITZ
Nice! BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Kawamoto Sent: Friday, February 15, 2008 3:28 PM To: Flash Coders List Subject: Re: [Flashcoders] E4X Non sense !!! Need help Try: trace

[Flashcoders] AS3 / AIR Anti-aliased font without using embedFonts=true

2008-02-15 Thread Patrick Matte | BLITZ
Is there any way to get anti-aliased fonts in an AIR application without using textfield.embedFonts = true ? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] RE: E4X Non sense !!! Need help

2008-02-15 Thread Patrick Matte | BLITZ
Ha I thought it would do that automatically if the node was empty. Good to know. BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Kawamoto Sent: Friday, February 15, 2008 4:06 PM To: Flash Coders List

[Flashcoders] AS3 singleton not working across multiple loaded swf

2008-02-14 Thread Patrick Matte | BLITZ
The only way I have been able to use a singleton across loaded swfs in AS3 is if it was first referenced in the main swf. Any other singleton I use that are not referenced in the main swf work only within the swf they are contained into. Is this a normal behavior in AS3 ? Does it have anything

RE: [Flashcoders] 9-section scalable graphic

2008-01-03 Thread Patrick Matte | BLITZ
9-slice scaling http://www.sephiroth.it/tutorials/flashPHP/scale9/ BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Sinning Sent: Thursday, January 03, 2008 10:42 AM To: Flash Coders Subject: [Flashcoders

RE: [Flashcoders] how are they doing this? Papervision3d or pre-rendered 3d?

2007-09-17 Thread Patrick Matte|BLITZ
Yeah that distortion feels like a papervision plane with not enough triangles BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Welch Sent: Sunday, September 16, 2007 7:49 PM To: flashcoders

[Flashcoders] AS3 ROLL_OVER or MOUSE_OVER ? Which one, and why ?

2007-09-07 Thread Patrick Matte|BLITZ
In the AS3 class MouseEvent, what is the use for ROLL_OVER and ROLL_OUT? They seem to be the same as MOUSE_OVER and MOUSE_OUT... ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] Class to loop sound objects in order

2007-08-15 Thread Patrick Matte|BLITZ
But isn't there a small glitch in the song between each loop because of the mp3 compression? I thought the only way to get rid of the glitch was to export every sound as a swf. BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [Flashcoders] AS3 how to link movieclip manually put on the stage to class member

2007-08-08 Thread Patrick Matte|BLITZ
function Circle(){ trace(this); } } } BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Tremblay Sent: Wednesday, August 08, 2007 10:22 AM To: flashcoders

RE: [Flashcoders] AS3 Sound Looping Problem

2007-08-08 Thread Patrick Matte|BLITZ
I think there's an unload method on Loader, try that. Or else, create a SoundChannel for your sound instead of putting it on the timeline and stop it when you remove the loader. BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Flashcoders] AS3 loader applicationDomain question

2007-08-07 Thread Patrick Matte|BLITZ
Is this supposed to work? Right now flash IDE crashes everytime when it reaches the line: var instance = new ClassReference(); I just want to add the loader.content to the stage instead of the whole loader instance and I thought that would work.. function load():void{ var

RE: [Flashcoders] AS3 loader applicationDomain question

2007-08-07 Thread Patrick Matte|BLITZ
getDefinitionByName is a method of the utils package, its not gonna work from applicationDomain BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Muller Sent: Tuesday, August 07, 2007 2:49 PM To: flashcoders

RE: [Flashcoders] AS3 Tween Class seems to have defects

2007-07-09 Thread Patrick Matte|BLITZ
I've noticed that too when I was using frames. Try using seconds instead of frames. Or use Tweener. http://code.google.com/p/tweener/ BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of asai Sent: Monday, July 09

[Flashcoders] AS3 root

2007-06-19 Thread Patrick Matte|BLITZ
Hi fellas, I have a swf that's loaded inside another one. The container swf calls the transitionIn function in the loaded swf. In AS2, I used to put this in the loaded swf: if(this == _root){ transitionIn(); } That way I could test my swf in the flash IDE independently from the parent

[Flashcoders] AS3 new Class from string

2007-06-18 Thread Patrick Matte|BLITZ
Hey fellows, in AS3 how can I create class instances from a list of classes names. Take for example something like this: import Circle; import Square; import Triangle; var list:Array = new Array(Circle,Square,Triangle); for(var i=0;ilist.length;i++){ var class = new list[i](); }

RE: [Flashcoders] AS3 new Class from string

2007-06-18 Thread Patrick Matte|BLITZ
But using getDefinitionByName, can you find a class that's inside a loaded swf? Like in this example, Test is a class inside test.swf but I get an Error #1065: Variable Test is not defined. But it works fine if I call getDefinitionByName from within test.swf public function

[Flashcoders] getDefinitionByName from external swf

2007-06-18 Thread Patrick Matte|BLITZ
Using getDefinitionByName, can you find a class that's inside a loaded swf? Like in this example, Test is a class inside test.swf. public function GetDefinitionByNameExample() { var request:URLRequest = new URLRequest(test.swf); var loader:Loader = new Loader();

RE: [Flashcoders] AS3 new Class from string

2007-06-18 Thread Patrick Matte|BLITZ
Thanks that's sweet ! BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muzak Sent: Monday, June 18, 2007 4:52 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] AS3 new Class from string Look up

RE: [Flashcoders] as3 Loader.content.name error

2007-06-07 Thread Patrick Matte|BLITZ
(Event.INIT, loaderInit); this[test] = event.target.content; addChild( this[test] ); } BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Romanek Sent: Thursday, June 07, 2007 7:19 AM To: flashcoders

[Flashcoders] as3 Loader.content.name error

2007-06-06 Thread Patrick Matte|BLITZ
Is there a way a change the name of the Loader content property. I'd like to call addChild() on the content instead of the Loader itself. Like this : loader = new Loader(); loader.contentLoaderInfo.addEventListener(Event.INIT, loaderInit); var request:URLRequest = new URLRequest(pageSource);

RE: [Flashcoders] scrollwheel bug in AS3?

2007-06-04 Thread Patrick Matte|BLITZ
Yes I've noticed that too, same thing here. http://labs.blitzagency.com/?p=315 BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam Mark Sent: Monday, June 04, 2007 7:34 AM To: flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] scrollwheel bug in AS3?

2007-06-04 Thread Patrick Matte|BLITZ
Well it seems you're right! BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Stuhr Sent: Monday, June 04, 2007 12:05 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] scrollwheel bug

RE: [Flashcoders] AS2: generating new instances dynamically?

2007-05-02 Thread Patrick Matte | BLITZ
= myClip.attachMovie(linkage, name, depth).init(args); var myClass:MyClass = MyClass(mc); myClass.init(args); BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Ngo Sent: Wednesday, May 02, 2007 6:17 PM To: flashcoders

RE: [Flashcoders] Curves question for math gurus

2007-04-25 Thread Patrick Matte | BLITZ
, point1.x, point2.x, point3.x); function bezierQuadratic(t, a, b, c) { return (1-t)*(1-t)*a+2*(1-t)*t*b+t*t*c; } t being a number between 0 and 1, 0 is the location of the first point, 0.5 is the middle of the curve, 1 is the last point. BLITZ | Patrick Matte - 310-551-0200 x214

RE: [Flashcoders] Curves question for math gurus

2007-04-25 Thread Patrick Matte | BLITZ
I actually made a little mistake in the code mc._x = bezierQuadratic(0.5, point1.x, point2.x, point3.x); mc._y = bezierQuadratic(0.5, point1.y, point2.y, point3.y); function bezierQuadratic(t, a, b, c) { return (1-t)*(1-t)*a+2*(1-t)*t*b+t*t*c; } BLITZ | Patrick Matte - 310-551-0200

RE: [Flashcoders] Class for movie - best practice question

2007-04-24 Thread Patrick Matte | BLITZ
Try this class. Put new ApplicationClass(this); on the first frame of the timeline. import mx.events.EventDispatcher; class ApplicationClass extends MovieClip{ public var addEventListener:Function; public var removeEventListener:Function; private var

RE: [Flashcoders] Class for movie - best practice question

2007-04-24 Thread Patrick Matte | BLITZ
on the root timeline without having to create an empty clip on the timeline etc... And I've thrown in EventDispatcher in there which is really useful as well. BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Ngo

RE: [Flashcoders] scale 9?

2007-04-02 Thread Patrick Matte | BLITZ
Why not use a bevel filter? BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul V. Sent: Monday, April 02, 2007 2:38 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] scale 9? I ran

RE: [Flashcoders] help

2007-02-16 Thread Patrick Matte | BLITZ
function onEnterFrame(){ var delta:Number = mc._x - oldX; if(delta0){ launching; } if(delta0){ launching2; } oldX = mc._x; } BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED

RE: Re[2]: [Flashcoders] Override _xscale and _yscale setter in AS2

2007-01-19 Thread Patrick Matte | BLITZ
Now that is pretty clever ! Exactly what I need. Thanks ! BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Iv Sent: Thursday, January 18, 2007 8:28 PM To: Flashcoders mailing list Subject: Re[2]: [Flashcoders

[Flashcoders] Override _xscale and _yscale setter in AS2

2007-01-18 Thread Patrick Matte | BLITZ
In AS2, is it possible to override the _xscale and _yscale setter in a subclass of MovieClip ? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Override _xscale and _yscale setter in AS2

2007-01-18 Thread Patrick Matte | BLITZ
that instead of having the actual clip scale, a smooth bimapData would be drawn at the new scale. BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Matte | BLITZ Sent: Thursday, January 18, 2007 3:33 PM

RE: [Flashcoders] Override _xscale and _yscale setter in AS2

2007-01-18 Thread Patrick Matte | BLITZ
2 : the AbstractComponent class in LunAS with this hack over the enabled property : http://svn.riaforge.org/vegas/AS2/trunk/src/lunas/display/components/Abs tractComponent.as EKA+ :) 2007/1/19, Patrick Matte | BLITZ [EMAIL PROTECTED]: In AS2, is it possible to override the _xscale

RE: [Flashcoders] Override _xscale and _yscale setter in AS2

2007-01-18 Thread Patrick Matte | BLITZ
It seems like you can't watch _xscale and _yscale BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks | BLITZ Sent: Thursday, January 18, 2007 4:16 PM To: Flashcoders mailing list Subject: RE

RE: [Flashcoders] Override _xscale and _yscale setter in AS2

2007-01-18 Thread Patrick Matte | BLITZ
Anybody has any other idea ? BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Matte | BLITZ Sent: Thursday, January 18, 2007 4:19 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] Override

[Flashcoders] Tween a Matrix

2007-01-09 Thread Patrick Matte | BLITZ
Hi, is it possible to mx.transition.Tween a Matrix to another Matrix ? Patrick Matte Senior Flash Technical Lead Ph: 310-551-0200 x214 Fax: 310-551-0022 [EMAIL PROTECTED] BLITZ - 3415 South Sepulveda Boulevard, Suite 500 - Los Angeles, CA 90034

  1   2   >