[Flashcoders] AS3 Hopes!

2006-02-01 Thread Kamyar Nazeri
List, This is great that ActionScript is growing over time and with new AS version 3 many OOP concepts are now much easier to implement. Creating real encapsulation with new 'final', 'const', 'private' and 'protected' keywords or true polymorphism with 'override' are great features, it was howev

[Flashcoders] AS3 hopes

2006-02-01 Thread Kamyar Nazeri
List, This is great that ActionScript is growing over time and with new AS version 3 many OOP concepts are now much easier to implement. Creating real encapsulation with new 'final', 'const', 'private' and 'protected' keywords or true polymorphism with 'override' are great features, it was howeve

[Flashcoders] AS3 onMetaData

2009-06-30 Thread Andrew Sinning
What types of objects other than FLV videos have metaData that triggers the onMetaData event? In AS3, why is the onMetaData event handled differently than all the other events? I.e., why can't it be used with addEventListener? ___ Flashcoders mailin

[Flashcoders] as3 dropdown

2009-11-09 Thread romain DR
Hi there, first message here! I m currently working on some dropdown. Get just a quick question! how do I can close a dropdown with a click outside of the sprite? I was thinking about adding a listener on holder_spr.stage but in that case the listener fire even if I click on one of the option...

[Flashcoders] [AS3] FileReference.download()

2008-03-13 Thread ntasky
Hi. simply trying to download files such as .zip or .pdf. The dialog box which tells me wher i want to download the file appears, i click OK, the dialog box closes and nothing is downloaded. files are on the same server. Did someone has a similar issue ? thx, N. here is my code: package {

[Flashcoders] AS3 sftp

2008-03-25 Thread laurent
Hi, Would it be possible to do a sftp client in Flash/AIR ? With AMF ?? or with Haxe/Neko perhapsor red5?? thx L ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] AS3 GModeler?

2008-05-28 Thread Ali Drongo
Hiya, I'm starting planning an AS3 project and have previously used Gmodeler to plan my classes. Are there any similar apps that will generate my stub classes in the same way GModeler did for AS2? Or can anyone recommend other AS3 // OOP planning apps they find useful? Cheers Ali ___

[Flashcoders] [AS3] Framework

2008-06-30 Thread Fabio Pinatti
Hi all! I was using a personal framework in my company projects, and now we're migrating to AS3, and I think better now use a pre-built than build one from scratch. I saw Gaia, that looks very good, easy and well documented. Do you know some framework with these characteristics to indicate? Thank

[Flashcoders] AS3 shop

2008-07-22 Thread Romuald Quantin
Hi everyone, Do you know some solid flash cart / flash shop in AS3? Even classes to manage a cart, I wouldn't like to build everything. I found some but unfortunately in AS2. Thanks Romu www.soundstep.com _

[Flashcoders] as3 book

2007-02-26 Thread Gustavo Duenas
Hi Guys, I have to accept I'm the newbiest guy in this flash thing, I'm finishing(when I'll get time) the flash oop book , and then I'd like to move to as3...any book you could recommend me? I've found the as3 book in a nutshell for O'reilly in 10 bucks in books a million, so if you know abo

[Flashcoders] AS3 - Missing

2006-07-04 Thread Marcos Neves
Is this the place to talk about AS3? If not, where would be? The concept of any movieClip be a class is very powerfull, given the ability to do new ClassName to create a copy of any clip. But the Auto Generated class and the fact that you can´t have two movieclips with the same class is something

[Flashcoders] AS3 faster ??

2006-07-06 Thread Patrick Matte
Hi people, they say that AS3 is 10 times faster than AS2 but what does that really means ? Does that mean that my movies will play faster even if I have a few dozens movieclips with graphics flying all over the screen? Or does it just mean that my .swf will be compiling 10 times faster? _

[Flashcoders] AS3 - Missing

2006-07-14 Thread Bjorn Schultheiss
ss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcos Neves Sent: Saturday, 8 July 2006 1:20 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] AS3 - Missing Very thanks to Jens and Nivesh :) On 7/

[Flashcoders] AS3 Preloader

2006-09-23 Thread Sascha
Hi list, can somebody give me an example of how to create a Preloader for the main timeline with AS3 (for use in the Flash IDE)? I've been trying to get a working Preloader but I'm puzzled about it since the whole thing has changed from AS2 to AS3. Thanks for any hints! Sascha __

[Flashcoders] [as3] addchild()

2007-04-07 Thread ilteris kaplan
Hello Dear Flashcoders, I am trying to create a particle system in AS3 in flex builder 2. so my structure is like this: I do have a main class of the program, I do have Circle class and I do have CircleManager class which handles all initialization and declarations about circle objects. Wh

[Flashcoders] AS3 Delegate

2007-04-09 Thread Ian Thomas
Hi all, In developing my first largish AS3 app, I've discovered something that I think is missing. I'd assumed that Delegate, which peppered all my AS2 projects, would have been made redundant and, indeed, it kind of has - in that AS3 takes care of the context of a function, so you can happily s

[Flashcoders] [as3] colorTransform

2007-04-09 Thread ilteris kaplan
Hello flashcoders, Once again, And after this I am not going to bother you for a while, I am trying to do basic colorTransform in as3. I am following docs from different places and the way I set i up is below: Unfortunately, I am missing something here. I would appreciate any advices regard

[Flashcoders] as3 Mic

2007-05-07 Thread dan
Hi all Just getting use'd to the new as3 stuff Wondering Can you attach a soundchannel to a microphone object? 10x ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/list

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

2007-07-18 Thread Rob Romanek
I'm sure I'm missing something basic here. In Flash 9 I'm trying to create a gradient fill that starts at blue, over the first 3rd of the shape it fades to white, remains solid white over the next 3rd then over the final 3rd it fades from white back to blue. I thought the code below should do

[Flashcoders] AS3 Events

2007-07-24 Thread Ian Thomas
Hi all, I'm in the process of converting a quite extensive code framework from AS2 to AS3, and I've got a 'how do you cope with this situation?' question. I understand events, event listeners, EventDispatcher etc., but I'm missing a trick somewhere (probably from my historical use of Delegate w

[Flashcoders] AS3 font2swf

2007-08-30 Thread Ruslan Shestopal
Hi list! Trying to implement TTF fonts loading in Flash app. (Like Font viewer) Anyone with the same activity? Or maybe with ready to go solution? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://

[Flashcoders] as3 code!!

2007-09-02 Thread [p e r c e p t i c o n]
greetings experts! way back in the days of as2 you could do something like this... this["somevarname"+someIndex] = new Something(); ...and i'm wondering how you do something like this in as3i've extended the sprite class and need to create items similar to this, but it won't let me cheers

[Flashcoders] AS3 _url?

2007-09-04 Thread eric e. dolecki
_url has been removed from AS3. Trying to find its replacement... is there one? - eric ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to

[Flashcoders] AS3 -> Serial?

2007-09-10 Thread eric e. dolecki
I am curious if anyone has seen an AS3 class or knows how to go about having AS3 talk to a serial port (like Zinc). Is this possible without a Zinc-like wrapper? - eric ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search t

[Flashcoders] AS3 Packages

2006-02-18 Thread Aaron Smith
does anyone have a good reference for the new AS3 packages support. I have not had any experience with packages before. I want to see more of what it offers than just putting one class in a package. It seems like there is a ton more that can be done with packages I just don't know what. so if

[Flashcoders] AS3 and mxml

2005-10-20 Thread Tiago Vale
Hi List, Heres what Im trying to do. AppTest.mxml http://www.macromedia.com/2005/mxml"; xmlns="*" currentState="Init" > MXController .as package { import flash.util.trace; import AppTest; import flash.display.Sprite; public class MXController extends Sprite{ public function MXController

[Flashcoders] AS3 - parse file

2005-11-23 Thread franto
Hi, i'm trying new AS3 features, and want to try parse file... e.g 3ds (3dmax) file but have no clue, how to do it im try URLLoader, URLStream, but do not know, what on which event I should listen. Can someone help me? Thanks --

[Flashcoders] AS3 and duplicateMovieClip

2005-12-07 Thread Sascha Balkau
Hi list, I'm not very familiar with AS3 yet but is there no duplicateMovieClip anymore? At least I couldn't find anything about it on the AS3 reference (http://livedocs.macromedia.com/labs/1/flex/langref/index.html). Or does some of these methods completely have been replaced by something else

Re: [Flashcoders] AS3 Hopes!

2006-02-01 Thread hank williams
There is a new open source language called haXe that has much of what you are looking for. It is being written by the author of MTASC, the open source actionscript compiler. It will compile down to code that runs in a virtual machine on servers (like php), into flash, and into javascript so that yo

Re: [Flashcoders] AS3 Hopes!

2006-02-01 Thread Nicolas Cannasse
-Maybe generic programming (that were introduced in JDK 5.0 of Java Specification) should be added in the language as they play an important role in OO and are desirable because they let you write code that is safer and easier to read than code that is littered with Object variables and casts. An

Re: [Flashcoders] AS3 Hopes!

2006-02-01 Thread Nicolas Cannasse
hank williams wrote: There is a new open source language called haXe that has much of what you are looking for. It is being written by the author of MTASC, the open source actionscript compiler. It will compile down to code that runs in a virtual machine on servers (like php), into flash, and int

Re: [Flashcoders] AS3 Hopes!

2006-02-01 Thread Kamyar Nazeri
Would be great, download is already in progress;) hank williams <[EMAIL PROTECTED]> wrote: There is a new open source language called haXe that has much of what you are looking for. It is being written by the author of MTASC, the open source actionscript compiler. It will compile down to code tha

[Flashcoders] AS3 Image Cropper

2009-03-20 Thread Taka Kojima
Hey Everybody, I just finished putting together an image cropper in AS3. http://www.gigafied.com/dev/cropper/ Wanted to get some peer-developer feedback and if you have any suggestions on improving it, notice anything wrong, etc. The window is scalable, i.e. you can resize the window and the co

[Flashcoders] AS3 Object reference

2009-03-28 Thread TS
Trying to cylec through some objects. This doesn't seem to work in AS3 as it does in AS2. Is there an equivalent in AS3? photoStrip_mc["thumbnail" + i + "_mc"]._width Thanks ahead, T ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] AS3 Loader() stupidity

2009-04-20 Thread Paul Andrews
I have: assetLoader =new Loader(); var urlreq:URLRequest = new URLRequest(assets[i].assetPath); assetLoader.load(urlreq); I get: TypeError: Error #1006: load is not a function. at runtime. I've seen some stuff about this to do with nested swfs, but can't quite figure out the circumstances t

[Flashcoders] AS3 Papervision Question

2009-04-25 Thread Omar Fouad
Hi all, I am wondering if I can create a 3D object in papervision, as a movieClip, and apply it as a material to a Sphere, like, for example some piramids placed on the Sphere. Another thing, If I would let each piramid on the sphere to have a specific click event, in this case I think that each pi

[Flashcoders] as3 progress bar?

2009-11-09 Thread Mendelsohn, Michael
Hi list... Why is this not working? Why can't I get a progress bar working correctly? Thanks, - Michael M. public function docClass() { loadingGraphic = new Logo(); loadingGraphic.x = 382; loadingGraphic.y

Re: [Flashcoders] as3 dropdown

2009-11-09 Thread Henrik Andersson
romain DR wrote: Hi there, first message here! I m currently working on some dropdown. Get just a quick question! how do I can close a dropdown with a click outside of the sprite? I was thinking about adding a listener on holder_spr.stage but in that case the listener fire even if I click on on

[Flashcoders] AS3 connecting objects

2010-01-25 Thread Eric E. Dolecki
I'm looking for a class whereby I can visually connect elements (say Sprites) with thin rules... kind of like marching ants but in both directions, dynamically. Animation inside the rules. Has anyone seen anything like that? -- http://ericd.net Interactive design and development

[Flashcoders] AS3 -> Objective-C

2010-03-11 Thread Matt S.
Have any of you taken on the challenge of learning Objective-C (or any C-based language), coming from an AS/Scripting background? I came to AS3 from a designer origin, taking the route from design to HTML/CSS/Javascript to AS's 1,2 and 3, so while I'm pretty comfortable in an oop/coding environment

[Flashcoders] AS3 LipSync Engine?

2010-03-15 Thread Eric E. Dolecki
Hey all, I'd like to produce lip syncing for dynamic audio that I have. I could try and roll my own (based on computeSpectrum results) but saw AS3 LipSync mentioned on Google. But I have yet to find it anywhere. Does anyone have a working link I could check out? Or do you have a bit of code I coul

[Flashcoders] AS3 Function question

2008-02-07 Thread Sidney de Koning
Hi list, I have a function in AS3, and it takes two arguments, but sometimes i want it to have 1 argument. But when i run it now it errors: 1136: Incorrect number of arguments. Expected 2. How do i do this? keep one arguments standard in the function brackets and check for the second argumen

[Flashcoders] AS3: custom cursor

2008-02-13 Thread Geografiek
Hi list, I posted the following question a few days ago on Flash Tiger but got no response there. Anybody here knows? I have an mc attached to the mouse as a custom cursor. Somehow I'm not able to click on buttons etc. in this setup anymore. It seems as if the display items under the cursor do

[Flashcoders] AS3 Api writing

2008-02-13 Thread Sidney de Koning
Hi List, Are there people who write their own AS3 apis for web services? for instance twitter, the nabaztag rabbit, amazon? Do you have any good documentation on how and where to start? Special steps to take concerning events, things to keep in the back of your mind when coding. Or is there a H

[Flashcoders] AS3 Press & Hold

2008-02-20 Thread eric e. dolecki
Curious if anyone has made a method for pressAndHold( ms, callbackFunction) yet? If not, I'll just roll my own. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] [AS3] FileReference.download()

2008-03-13 Thread Helmut Granda
What browser? MAC PC? have you tried to download other files successfully besides pdf and zip files with the same code? On 3/13/08, ntasky <[EMAIL PROTECTED]> wrote: > > Hi. > simply trying to download files such as .zip or .pdf. > The dialog box which tells me wher i want to download the file ap

Re: [Flashcoders] [AS3] FileReference.download()

2008-03-13 Thread Bob Leisle
Hi Ntasky, I'm not sure if this is the only cause to the problem, but I did notice this. Your _onDownLoad handler is using _fileLocation, which is not defined anywhere in your code. hth, Bob ntasky wrote: Hi. simply trying to download files such as .zip or .pdf. The dialog box which tells

Re: [Flashcoders] [AS3] FileReference.download()

2008-03-13 Thread ntasky
(MouseEvent.CLICK, _onDownload); }; -- From: "Bob Leisle" <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2008 4:16 PM To: "Flash Coders List" Subject: Re: [Flashcoders] [AS3] FileReference.download() Hi Ntasky, I'm not su

Re: [Flashcoders] AS3 sftp

2008-03-25 Thread Muzak
http://maliboo.riaforge.org/ - Original Message - From: "laurent" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Tuesday, March 25, 2008 2:16 PM Subject: [Flashcoders] AS3 sftp Hi, Would it be possible to do a sftp client in Flash/AIR ? With AMF ??

Re: [Flashcoders] AS3 sftp

2008-03-25 Thread eric e. dolecki
SVN Repository seems to be empty :/ On Tue, Mar 25, 2008 at 9:41 AM, Muzak <[EMAIL PROTECTED]> wrote: > http://maliboo.riaforge.org/ > > - Original Message - > From: "laurent" <[EMAIL PROTECTED]> > To: "Flash Coders List" > Sent: Tuesd

Re: [Flashcoders] AS3 sftp

2008-03-25 Thread Glen Pike
To: "Flash Coders List" Sent: Tuesday, March 25, 2008 2:16 PM Subject: [Flashcoders] AS3 sftp Hi, Would it be possible to do a sftp client in Flash/AIR ? With AMF ?? or with Haxe/Neko perhapsor red5?? thx L ___ Flas

Re: [Flashcoders] AS3 sftp

2008-03-25 Thread eric e. dolecki
quot;laurent" <[EMAIL PROTECTED]> > >> To: "Flash Coders List" > >> Sent: Tuesday, March 25, 2008 2:16 PM > >> Subject: [Flashcoders] AS3 sftp > >> > >> > >&g

Re: [Flashcoders] AS3 sftp

2008-03-25 Thread laurent
Muzak <[EMAIL PROTECTED]> wrote: http://maliboo.riaforge.org/ - Original Message - From: "laurent" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Tuesday, March 25, 2008 2:16 PM Subject: [Flashcoders] AS3 sftp Hi, Would it be pos

[Flashcoders] AS3 MouseEvent target?

2008-03-31 Thread Allandt Bik-Elliott (Receptacle)
hi guys in actionscript 3, if i put a mouse event on a movieclip object containing a textfield, should the mouse event be on the movieclip or the textfield? here's my code (comments added to see where the problem is occurring) CODE private function createPeriodBar(dateStart:int, dateEnd:i

[Flashcoders] AS3 MouseEvent target?

2008-03-31 Thread Allandt Bik-Elliott (Receptacle)
hi guys in actionscript 3, if i put a mouse event on a movieclip object containing a textfield, should the mouse event be on the movieclip or the textfield? here's my code (comments added to see where the problem is occurring) CODE private function createPeriodBar(dateStart:int, dateEnd:i

[Flashcoders] [AS3] deselecting textbox

2008-04-07 Thread Stuart (FunkDaWeb)
How easy is it to deselect a textbox when clicking on anything other than the textbox using actionscript? SM ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] AS3 - first site

2008-04-14 Thread Corban Baxter
Hey guys I am having some issues with understanding AS3 and how all my scope etc works. Can I get some type of explanation on this. Below is some code I am trying to use in my first AS3 project but I can't seem to get a few things to work out. The problem I see is that since my pictLdr is being pu

[Flashcoders] as3 namespace question

2008-05-09 Thread Dave Segal
I posted about this before and didn't receive and answer but it is still causing me issues so I am trying again. I need to load an swf from one server that is a member of some class. For example: http://server1.mydomain.com/load_me.swf that uses the Document class "com.mydomain.componet.LoadMe.

[Flashcoders] AS3 - Embeding Fonts

2008-05-15 Thread SJM - Flash
Hi Guys i know about embeding fonts using the 'embed' button in the textfields property inspector within in the ide. Can anyone point me to some definitive solutions for embeding fonts into flash using actionscript (v3),! Thanks SJM ___ Flashcoders

RE: [Flashcoders] AS3 GModeler?

2008-05-28 Thread Romuald Quantin
ee.fr/violetumleditor/page.php cross-platform: http://staruml.sourceforge.net/en/ Romu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ali Drongo Sent: 28 May 2008 16:28 To: Flash Coders List Subject: [Flashcoders] AS3 GModeler? Hiya, I'm starting plann

[Flashcoders] AS3 - Dynamic Variable?

2008-05-29 Thread SJM - Flash
Another one for you... I am having some trouble with dynamic variables, basically I expect this['xmlClass.xmlData.RecImageW' + 1] to mean xmlClass.xmlData.RecImageW1, but it seems it does not? // VALUES xmlClass.xmlData.RecImageW1 = 120; xmlClass.xmlData.RecImageW2 = 1220; xmlClass.xmlData.RecI

[Flashcoders] AS3 FTP Client?

2008-06-02 Thread Elia Morling
Are there any FTP clients that run in AS3 for sale? Elia ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AS3 GModeler?

2008-06-02 Thread Mark Lapasa
IL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ali Drongo Sent: 28 May 2008 16:28 To: Flash Coders List Subject: [Flashcoders] AS3 GModeler? Hiya, I'm starting planning an AS3 project and have previously used Gmodeler to plan my classes. Are there any similar apps that will generate my stub

RE: [Flashcoders] [AS3] Framework

2008-06-30 Thread Merrill, Jason
Learning Blog & subscribe. >>-Original Message- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf >>Of Fabio Pinatti >>Sent: Monday, June 30, 2008 11:06 AM >>To: Flash Coders List >>Subject: [Flashcoders] [AS3] Framework &g

[Flashcoders] AS3 events framework ...

2008-07-03 Thread [EMAIL PROTECTED]
Considering that all events commence with the capture phase (stage to target), is there anyway to have just one stage listener for all events (of any type) that kills off event propagation, then routes said event to perhaps an event manager or function that determines the event type and what operat

[Flashcoders] as3 class libraries

2008-07-14 Thread Corban Baxter
I am trying to put together a list of some of the best AS3 and Flex Libraries, Classes and Frameworks we have available. I was hoping to get as much input form you guys as possible and what you guys use and enjoy. Here are some examples I am looking for... Frameworks: GAIA MATE pureMVC Video: flv

RE: [Flashcoders] AS3 shop

2008-07-23 Thread Romuald Quantin
Hi guys, strictly no hint for that? :/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Romuald Quantin Sent: 22 July 2008 09:38 To: Flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] AS3 shop Hi everyone, Do you know some solid flash cart

Re: [Flashcoders] AS3 shop

2008-07-23 Thread allandt bik-elliott (thefieldcomic.com)
Behalf Of Romuald > Quantin > Sent: 22 July 2008 09:38 > To: Flashcoders@chattyfig.figleaf.com > Subject: [Flashcoders] AS3 shop > > Hi everyone, > > > > Do you know some solid flash cart / flash shop in AS3? > > > > Even classes to manage a c

Re: [Flashcoders] AS3 shop

2008-07-23 Thread Steven Sacks
Is you or ain't you a developer? If you know AS3, and you found an AS2 solution, why don't you port it to AS3? If you're making an online shop though, might I recommend Flex, which has lots of great libraries available for e-commerce. Here's a bonus - it's AS3! :) ___

Re: [Flashcoders] AS3 shop

2008-07-23 Thread Helmut Granda
You still the back end programming for interacting with the database to store inventory, passwords, information and such (PHP, ASP, CF..) or can you connect directly with Flex? On Wed, Jul 23, 2008 at 1:48 PM, Steven Sacks <[EMAIL PROTECTED]> wrote: > Is you or ain't you a developer? > > If you k

RE: [Flashcoders] AS3 shop

2008-07-23 Thread Dave Watts
> You still the back end programming for interacting with the > database to store inventory, passwords, information and such > (PHP, ASP, CF..) or can you connect directly with Flex? No, you can't connect directly with Flex. You still need an application server which can act as an intermediary b

RE: [Flashcoders] AS3 shop

2008-07-24 Thread Romuald Quantin
TECTED] On Behalf Of Steven Sacks Sent: 23 July 2008 19:48 To: Flash Coders List Subject: Re: [Flashcoders] AS3 shop Is you or ain't you a developer? If you know AS3, and you found an AS2 solution, why don't you port it to AS3? If you're making an online shop though, might I recommend

[Flashcoders] AS3 Object.watch equivalent

2008-10-27 Thread Samuel Adu
Hey guys, I need a little help here... I'm working on porting some existing AS2 code to AS3. A porting of the AS2 class watched _root variables which were updated by javascript (using setVariable) - When a change occurred the callback method would change instance properties, fire events etc etc...

[Flashcoders] AS3: Mouse.hide() + ContextMenu

2008-11-23 Thread jonathan howe
AS3, FP9 I am using a substitute mouse cursor, so I use Mouse.hide(); When a user right-clicks, the Mouse is unhidden (good) but then it doesn't return to the state it was before the context menu was open (unfortunate, perhaps understandable). When a user selects an item, I can listen for Context

[Flashcoders] [AS3] VideoPlayer class

2006-11-16 Thread Lori Hutchek
In AS2 i was able to use the VideoPlayer class as a lighter version of the FLVComponent to create a nice video player. Yes i was lazy and didnt want to roll my own. So i was hoping to do the same with AS3, but it looks like the changed the VideoPlayer class doesn't allow this possibility. Has an

[Flashcoders] AS3 and amfphp

2006-12-11 Thread Morten Reinholdt
Hi flashcoders Im looking for some tutorials on how to use amfphp with AS3 I have already tried "www.sephiroth.it" but that one did not work for me, I guess im looking for some more in depth tutorials. Anyone know any? ___ Flashcoders@chattyfig.fig

[Flashcoders] (AS3) Regular Expression

2007-01-19 Thread Oliver Müller
Hi, I'm looking for a tinier and probably faster solution for my RegExp here: var pattern:RegExp = /(?!>)(r+)/sg; var str:String = ">\rjustus\rjustus\rjustus"; function myfunc() { if (arguments[3].substr((arguments[2]-1),1) != ">") return ""; return ""; } trace(str.replace(pattern, myfu

[Flashcoders] AS3 properties woes

2007-01-24 Thread Keith Salisbury
Slightly confused I have a super class: package com.ktec.timeline { protected var labelClass:String = "default"; public class AbstractMarker { public function AbstractMarker () { labelClass = "default"; } public function showTitle (title:String):void { trace(" + ti

[Flashcoders] AS3 Defining Objects

2007-01-24 Thread Eric Lee
Hi list, So I have a situation where I need to create multiple objects based on XML data. Is there a way in AS3 that I can do something like this: for (var i:int=0; ihttp://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consu

Re: [Flashcoders] as3 book

2007-02-27 Thread Amir T Rocker
Hi try the AS3 cookbook by o'reilly. bye Am 04:13 PM 2/26/2007 schrieben Sie: Hi Guys, I have to accept I'm the newbiest guy in this flash thing, I'm finishing(when I'll get time) the flash oop book , and then I'd like to move to as3...any book you could recommend me? I've found the as3 book i

Re: [Flashcoders] as3 book

2007-02-27 Thread Jonathan
you want a e-book? or a bible? - Original Message - From: "Gustavo Duenas" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Monday, February 26, 2007 12:13 PM Subject: [Flashcoders] as3 book Hi Guys, I have to accept I'm the newbiest guy in th

Re: [Flashcoders] as3 book

2007-02-28 Thread eric dolecki
I actually read that book again while upgrading my OS today... its pretty sweet with some good examples. - eric On 2/26/07, Amir T Rocker <[EMAIL PROTECTED]> wrote: Hi try the AS3 cookbook by o'reilly. bye Am 04:13 PM 2/26/2007 schrieben Sie: >Hi Guys, I have to accept I'm the newbiest guy

RE: [Flashcoders] as3 book

2007-02-28 Thread Kalani Bright
Subject: Re: [Flashcoders] as3 book I actually read that book again while upgrading my OS today... its pretty sweet with some good examples. - eric On 2/26/07, Amir T Rocker <[EMAIL PROTECTED]> wrote: > > Hi > try the AS3 cookbook by o'reilly. > > bye > > Am 04:13 PM 2/

Re: [Flashcoders] as3 book

2007-02-28 Thread Webdevotion
Buy both the cookbook and the ActionScript 3 Design Patterns one! Both are indespensible when you are new too Actionscript 3. Well written and nice to read books. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the ar

Re: [Flashcoders] as3 book

2007-02-28 Thread Gustavo Duenas
thanks eric, I'm not a programmer more a designer though, so you think this book would be ok for me, actually I hope to finish my book of flash oop(as2) and once I have this done, I'm going to migrate to the as3 cookbook. I just realized how useful is the actionscript for animations and flash

RE: [Flashcoders] as3 book

2007-02-28 Thread Kalani Bright
Behalf Of Gustavo Duenas Sent: Wednesday, February 28, 2007 6:17 AM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] as3 book thanks eric, I'm not a programmer more a designer though, so you think this book would be ok for me, actually I hope to finish my book of flash oop(as2) and o

[Flashcoders] AS3 parseFloat issue?

2007-03-05 Thread elibol
Hi guys, I've been writing some code that evaluates operations from strings, and when doing some stress testing, I think I may have discovered a problem. Those who are interested in helping me verify the problem can run this test in actionscript 2.0 and again in actionscript 3.0. var a:String =

[Flashcoders] As3 Reccomended Book

2007-03-25 Thread Omar Fouad
Hi List, I just wanted to ask about the best AS3 Book to begin my path to AS3I allready code in As2 but know nothing about AS3 yet... What would recommend??? -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is n

[Flashcoders] AS3, Flash 9?

2006-06-27 Thread Ville Walveranta
Does anyone here know the [tentative] release schedule of Flash 9 Pro (i.e. the IDE/Studio, not just the plugin) that would take advantage of AS3? Flash Team has been collecting feedback on their wishlist at the below URL.. http://weblogs.macromedia.com/flashteam/archives/2005/09/its_that_time_

Re: [Flashcoders] AS3 - Missing

2006-07-05 Thread Meinte van't Kruis
I'm not sure if it's entirely impossible to assign one class to multiple movieclips, but if that's true than the easiest way to overcome that problem is make a baseclass 'Country' and have Brazil extends Country. You still have the silly task of assigning all your countries to a different class,

Re: [Flashcoders] AS3 - Missing

2006-07-05 Thread Marcos Neves
You got the point. But this silly task wasn´t needed on flash 8. That´s the point. Should it be on flash 9? I don´t think so. Isn´t this the time to ask Adobe to include this feature? But I need help from others developers to show that this feature is essential. On 7/5/06, Meinte van't Kruis <[EM

Re: [Flashcoders] AS3 - Missing

2006-07-05 Thread jcarlos
) { .. .. } } - Original Message - From: "Meinte van't Kruis" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, July 05, 2006 8:17 AM Subject: Re: [Flashcoders] AS3 - Missing

Re: [Flashcoders] AS3 - Missing

2006-07-05 Thread Adrian Park
I'm not sure this is really a 'feature' that is missing since the problem really boils down to OOP theory. For example, it could be argued that it is incorrect for the country class to extend MovieClip since a country *is not* a MovieClip but, rather, *uses* a MovieClip for display. By this ratio

Re: [Flashcoders] AS3 - Missing

2006-07-05 Thread Marcos Neves
String) { .. .. } } - Original Message - From: "Meinte van't Kruis" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, July 05, 2006 8:17 AM Subject: Re: [Flashcoders] AS3 - Mi

Re: [Flashcoders] AS3 - Missing

2006-07-05 Thread Marcos Neves
AS3 is really mature now, what is excellent! But there´s no reason to didn´t support it. Let´s think from other point of view. Each sprite on the flash screen, is an instance of some class. Flash ide is locking together View+Behavior, so I can´t have two differents Views with the same behavior. W

Re: [Flashcoders] AS3 - Missing

2006-07-05 Thread Meinte van't Kruis
"I draw my Countrys as movieclips without classes. Then create a MovieClip with a Country class and put inside each movieClip (Composition). Inside Country class, I have access to the parent display object using the parent property and do something like an Adapter pattern." Ever heard of KISS ?

Re: [Flashcoders] AS3 - Missing

2006-07-05 Thread Johannes Nel
KISS is not inheritance over composition. KISS is the reverse. rule of thumb always compose rather than extend so that it will be simple later on to change things. On 7/5/06, Meinte van't Kruis <[EMAIL PROTECTED]> wrote: "I draw my Countrys as movieclips without classes. Then create a MovieClip

Re: [Flashcoders] AS3 - Missing

2006-07-05 Thread Meinte van't Kruis
no I meant kiss=keep it simple stupid On 7/5/06, Johannes Nel <[EMAIL PROTECTED]> wrote: KISS is not inheritance over composition. KISS is the reverse. rule of thumb always compose rather than extend so that it will be simple later on to change things. On 7/5/06, Meinte van't Kruis <[EMAIL PRO

Re: [Flashcoders] AS3 - Missing

2006-07-05 Thread Johannes Nel
i know exactly what the acronym means, i disagree with your idea of what is simple. On 7/5/06, Meinte van't Kruis <[EMAIL PROTECTED]> wrote: no I meant kiss=keep it simple stupid On 7/5/06, Johannes Nel <[EMAIL PROTECTED]> wrote: > > KISS is not inheritance over composition. KISS is the rever

  1   2   3   4   5   6   7   8   9   10   >