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 On Mon, Oct 24, 2011 at 11:03 AM, Kevin Newman wrote: > This is the best resource I've seen on overlaying new SDKs (and Flash and > AIR versions) into your existing Flash Pro CS5 and CS

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 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 - > > > > I

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; urlReques

Re: [Flashcoders] FFMPEG replacement

2011-02-18 Thread Patrick Matte
be hard to find something that you "could" use... > > Hope to have being of help... > > Kind regards, > :) > > > > > On 18/02/2011 09:11, Glen Pike wrote: > >> That's insane! Are you running entirely on closed source servers then? >> >>

[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? Thank

[Flashcoders] Creating FLV from bitmapdata frames

2011-02-04 Thread Patrick Matte
Hi there, I found this class which exports an FLV from BitmapData frames. http://www.zeropointnine.com/blog/simpleflvwriteras-as3-class-to-create-flvs/ Unfortunately, it doesn't support audio. Anyone knows of a similar class that supports audio? This e-mail is intended only for the named per

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 > Reply-To: Flash Coders List > Date: Wed, 27 Oct 2010 12:08:48 +0200 > To: Flash Coders List > Subject: [Flashcoders] Path/Point interpolator > > hello, >

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 Ma

[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] 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" > Reply-To: Flash Coders List > Date: Mon, 16 Aug 2010 12:57:22 -0400 > To: Flash Coders List > Conversation: [Flashcoders] T

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 > Reply-To: Flash Coders List > Date: Mon, 2 Aug 2010 09:59:05 +0800 > To: Flash Coders List > Subject: [Flashcoders] A fast FFT in Flash? > > > Does anyone know of a really good, fast FFT implementation in AS3? > > I

Re: [Flashcoders] SquishFilter 0.1 Released!

2010-06-14 Thread Patrick Matte
That's really cool! > From: Christoffer Enedahl > Reply-To: Flash Coders List > Date: Mon, 14 Jun 2010 22:42:24 +0200 > To: > Subject: [Flashcoders] SquishFilter 0.1 Released! > > Check out my new filter, the SquishFilter, free for non commersial use: > > http://blog.enedahl.com/?p=57 > > I

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]" > Reply-To: Flash Coders List > Date: Tue, 8 Jun 2010 17:32:11 -0400 > To: > Subject: [Flashcoders] Flash Skype Integration > > > Hi List, > > > > I

Re: [Flashcoders] problem with strongly typed actionscript

2010-06-07 Thread Patrick Matte
ct: 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 > wrote: > >> public function x(y:Object):void >> { >>

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 > Reply-To: Flash Coders List > Date: Mon, 07 Jun 2010 11:38:07 -0700 > To: Flash Coders List > Subject: Re: [Flashcoders] problem with strongly typed actionscript > > Architecturally speakin

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 > Reply-To: Flash Coders List > Date: Tue, 6 Apr 2010 10:43:55 +0530 > To: Flash Coders List > Subject: [Flashcoders] Projective Transformations i

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

2009-11-16 Thread Patrick Matte
File extends fileReference... Doh! > From: Patrick Matte > Reply-To: Flash Coders List > Date: Mon, 16 Nov 2009 14:55:20 -0800 > To: "spamtha...@gmail.com, Flash Coders List" > > Conversation: [Flashcoders] Get a File's creation date with Adobe Air? > Sub

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

2009-11-16 Thread Patrick Matte
: [Flashcoders] Get a File's creation date with Adobe Air? > > It must be you or it just doesn't works. > No idea because I didn't tried it yet; but this is what the doc says: > http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/net/FileReference.html#mod > ificationDate

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

2009-11-16 Thread Patrick Matte
Air? > > It must be you or it just doesn't works. > No idea because I didn't tried it yet; but this is what the doc says: > http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/net/FileReference.html#mod > ificationDate > cheers, > Latcho > > Patrick Matte wrot

[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 otherw

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 su

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 > Reply-To: Flash Coders List > Date: Fri, 25 Sep 2009 14:15:32 -0400 > To: Flash Coders List > Subject: Re: [Flashcoders]

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 > Reply-To: Flash Coders List > Date: Thu, 3 Sep 2009 16:23:36 -0300 > To: > Subject: [Flashcoders] 1120: Access of undefined property > > could someone please t

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 > Reply-To: Flash Coders List > Date: Tue, 18 Aug 2009 22:17:05 +0100 > To: Flash Coders List > Subjec

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 funct

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 FlexBuil

[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 > Date: Tue, 04 Aug 2009 16:35:43 -0700 > To: Flash Coders List > Conversation: Disable focus change on arrow keys down > S

[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 p

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 > Reply-To: Flash Coders List > Date: Tue, 21 Jul 2009 01:19:52 +0100 > To: Flash Coders List

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 > Reply-To: Flash Coders List > Date: Wed, 10 Jun 2009 14:59:09 +1000 > To: "'flashcoders@chattyfig.figleaf.com'" > Conversation: Flash CS4 very

[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 o

[Flashcoders] OT - Running windows with bootcamp

2009-05-04 Thread Patrick Matte
I¹m about to buy a new laptop and I was thinking of getting a macbook pro to run windows. Has anybody ever had any problems running windows with bootcamp? I¹m a little worried about driver problems with peripherals. I¹m also using some MIDI controllers and a DMX interface regularly. Basically I jus

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" > Reply-To: Flash Coders List > Date: Mon, 27 Apr 2009 14:12:22 -0400 > To: Flash Coders List > Conversation: [Flashcoders] why is called Vector in AS3? why not "TypedArray"? > Subject: RE: [Flashcoders] why is called Vector in AS3?

Re: [Flashcoders] Flash 10 version checker

2009-04-21 Thread Patrick Matte
Try swfobject http://code.google.com/p/swfobject/ > From: Cédric PASCAL > Reply-To: Flash Coders List > Date: Tue, 21 Apr 2009 23:01:23 +0200 > To: Flash Coders List > Subject: [Flashcoders] Flash 10 version checker > > Hi everyone, i'am french and i start to develop with flash player 10 an

[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] Can't use CS4 so can't use [Embed]

2009-04-16 Thread Patrick Matte
s 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

[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] 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 > Reply-To: Flash Coders List > Date: Sat, 11 Apr 2009 20:28:14 +0400 > To: , Flash Coders List > > Subject: Re: [Flashcoders] How to smooth bitmap? > > Thanks, Latcho! > > Inside discussions o

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 you

Re: [Flashcoders] GetDefenitionByName from loaded SWF

2009-03-12 Thread Patrick Matte
myloader.load(urlRequest, new LoaderContext(false, ApplicationDomain.currentDomain)); -- > From: Helmut Granda > Reply-To: Flash Coders List > Date: Thu, 12 Mar 2009 12:11:26 -0500 > To: Flashcoders mailing list > Subject: [Flashcoders] GetDefenitionByName from loaded SWF > > Hello All, >

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 wrote: > http://www.bit-101.com/blog/?p=1337 > > > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com [mailto: > flashcoders-boun...@chattyfig.figleaf.com] O

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: RE : [Flashcoders] create object with getDefinition and pass parameters using apply ?

2009-01-09 Thread Patrick Matte | BLITZ
en't found a good way to do it yet. If you 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 >

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

2009-01-08 Thread Patrick Matte | BLITZ
, param2 = null, ... 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.co

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

2009-01-08 Thread Patrick Matte | BLITZ
oders-boun...@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 getDefinitio

[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 classR

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
compressed, 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.com<http://www.blitzagency.com/> (!)

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 Beha

[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, St

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

RE: [Flashcoders] The Charges Against ActionScript 3.0

2008-07-16 Thread Patrick Matte | BLITZ
uplicate 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-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jordan L. Chilcott Sent: Wednesday, July

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] Over

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

2008-06-26 Thread Patrick Matte | BLITZ
=Red3] [Page id=Red4] */ 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

[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 Flashcoders@chattyfig.fig

[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 ht

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

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

2008-06-23 Thread Patrick Matte | BLITZ
eturns false is the same as this : var bool:Boolean = 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

[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 = Cl

[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 F

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 -O

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 Subjec

[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 at the top of the file? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[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] dictionary vs array

2008-03-11 Thread Patrick Matte | BLITZ
//www.yahoo.com";; function onButtonClick(event:MouseEvent){ trace(dictionary[event.target]); } BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks Sent: Tuesday, March 11, 2008 12:14 PM To: Flash

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 / 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] 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] RE: E4X Non sense !!! Need help

2008-02-15 Thread Patrick Matte | BLITZ
S001 S0011 S000 S000 trace(xmlData.accesscode.short.(test == "S001"));

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 L

[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-16 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: http://chattyfig.figleaf.co

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]

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:[

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

2007-08-08 Thread Patrick Matte|BLITZ
MovieClip { public 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, Augus

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

[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 loader:

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, Ju

[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

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 Lo

[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(); loader.

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 GetDefinitionByNameEx

[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;ihttp://chattyfig.figleaf.com/mailman/listinfo/flashcoder

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

2007-06-07 Thread Patrick Matte|BLITZ
veEventListener(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, Ju

[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); loa

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 b

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.figlea

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
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] 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] Class for movie - best practice question

2007-04-24 Thread Patrick Matte | BLITZ
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 Davi

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 dispatchEvent

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 into the

RE: [Flashcoders] help

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

RE: [Flashcoders] 3d question

2007-02-14 Thread Patrick Matte | BLITZ
n the AS3 version right now but its not ready yet. BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dani Bacon Sent: Wednesday, February 14, 2007 6:51 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] 3d que

RE: [Flashcoders] bitmapdata question...

2007-02-02 Thread Patrick Matte | BLITZ
var bitmapdata:BitmapData = new BitmapData(mc.width,mc.height,true,0x); bitmapData.draw(mc); BLITZ | Patrick Matte - 310-551-0200 x214 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [p e r c e p t i c o n] Sent: Friday, February 02, 2007 10:50

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

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

  1   2   >