Re: [Flashcoders] ActionScript syntax highlighter

2007-03-01 Thread Zárate
Doesn't seem to be working now On 3/1/07, Iv [EMAIL PROTECTED] wrote: Hello, http://www.bezier.ru/marker/ - you can use it offline: swf only needed. -- Ivan Dembicki __ [EMAIL PROTECTED] | http://www.artlebedev.ru |

Re: [Flashcoders] ActionScript syntax highlighter

2007-03-01 Thread Iv
Hello, oops. I has found a bug. page is removed. I'm sorry. I http://www.bezier.ru/marker/ I - you can use it offline: swf only needed. -- Ivan Dembicki __ [EMAIL PROTECTED] | http://www.artlebedev.ru |

Re: [Flashcoders] Beginners/Designers Actionscript

2007-03-01 Thread Ian Thomas
On 2/28/07, Merrill, Jason [EMAIL PROTECTED] wrote: I have found the OOP aspects of AS2 learnable only by repeated experience - experimenting, trying again, reading, trying some more, etc. The syntax of AS2 is the easy part - the design pattern is what takes time to learn. Focus on the syntax

Re: RE: [Flashcoders] Subscription problems

2007-03-01 Thread Jarret Franklin
...and me, please unsubscribe... [EMAIL PROTECTED] = From: Matthew Bryson [EMAIL PROTECTED] Date: 2007/02/28 Wed PM 12:40:31 CST To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] Subscription problems and me... Unsubscribe [EMAIL PROTECTED] From:

Re: [Flashcoders] XPathAPI recursive XML search

2007-03-01 Thread Joeri van Oostveen
The XPath implementation of XFactorStudio has this built in. There you can do: XPath.selectNodes(xml, //element); to get all nodes whereever that qualitfy. Unfortunately, looks like the XFactorStudio domain is no longer.. I have placed the code I have (and we are still using) here:

RE: [Flashcoders] CellRenderer, Datagrid component updating

2007-03-01 Thread Charlie Skinner
I've had many problems with the DataGrid and CellRender. One trick that may be worth trying, but is by no means guaranteed to have any effect, is the following line: dataGrid.dataProvider = dataGrid.dataProvider; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[Flashcoders] OT: Pirated Books

2007-03-01 Thread Ian Thomas
Hi all, I just wanted to register my strong disapproval of an email that Omar Fouad ([EMAIL PROTECTED] on this list) sent to me this morning. I had asked on this list for recommendations for a simple book on AS2.0 to give to a designer (and have said, elsewhere, that I have Moock's Essential

RE: [Flashcoders] Right Click disabling

2007-03-01 Thread Andy Jones
You guys are heroes! Thanks for the advice - I'll be badgering away at this today and I'll let you know. Cheers Andy Jones Learning Consultant Reuters Messaging: [EMAIL PROTECTED] (t) +44 207542 6011 | (m) +44 7795 953895 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Flashcoders] Stranga behavior of MovieClip._height after scrollRect is define (differ on player version)

2007-03-01 Thread Flap Flap
Hi there, Got a view class that manage the displaying of an mc. It set a scrollRect to this mc and after popuplate this one with duplicateMovieClip. If the mc height is superior as a value (scrollRect height) the mc is removed. Works fine on Flash 8 on IE, but bug in 9 and 8 on FF ! In fact the

RE: [Flashcoders] Right Click disabling

2007-03-01 Thread Andy Jones
Cort, Sadly your method doesn't seem to work. I think I'm going to have to come back to the light and emerge from the dark world of frustration! Basically, your method does what it says on the tin (but does show a menu with paste greyed out) but as soon as you start playing with the creating

Re: [Flashcoders] ActionScript syntax highlighter

2007-03-01 Thread Omar Fouad
i don't get it what is this used for?? On 3/1/07, Iv [EMAIL PROTECTED] wrote: Hello, http://www.bezier.ru/marker/ - you can use it offline: swf only needed. -- Ivan Dembicki __ [EMAIL PROTECTED] | http://www.artlebedev.ru |

[Flashcoders] CellRenderer API w/DataGrid woes

2007-03-01 Thread Merrill, Jason
Still no response on my CellRenderer question - probably lost in the Flashcoders digest fiasco. :) Does anyone have ANY experience with CellRenderer w/a ComboBox and a changing DataGrid? I have made progress updating the ComboBoxeds in the cell when dataprovider changes, and am 95% done, but

Re: [Flashcoders] Dragging a clip gives erratic ._x numbers

2007-03-01 Thread Muzak
Came up with something similar, expect that I don't use Mouse.addListener() / removeListener() as movieclips have mouse events by default. That way you get rid of seperate listener object -- var mouseDragListener:Object = new Object(); Guess it's personal preference.. both work fine. import

[Flashcoders] ActionScript 2.0 to 3.0 Migration Cheatsheets, free download!

2007-03-01 Thread thotskee
Flashcoders, Just a heads up that the AS2 to AS3 migration cheatsheets are now online. http://actionscriptcheatsheet.com/blog/ Enjoy! Sean ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Re: Flashcoders Digest, Vol 3, Issue 1

2007-03-01 Thread Josh Ettwein
Anyone know if it's possible to add name/val pairs to the FileReference object POST operation? Maybe a description of what I need to do will explain better. I have a form in Flash that contains a number of fields, including file upload capability. I need to have these other fields (user-

Re: [Flashcoders] ActionScript syntax highlighter

2007-03-01 Thread John Grden
I dig it ;) worked for me On 3/1/07, Iv [EMAIL PROTECTED] wrote: Hello, oops. I has found a bug. page is removed. I'm sorry. I http://www.bezier.ru/marker/ I - you can use it offline: swf only needed. -- Ivan Dembicki __

[Flashcoders] Incorporating Flash Module into HTML site

2007-03-01 Thread Phil Dupré
Greetings, I have a mini flash web site that I would like to import into a dedicated area within an HTML site as a SWF file. This SWF file will essentially work like a general web site. It has a navigation menu with buttons and sub-buttons. The sub-buttons load swf files and or movie clips

[Flashcoders] Unsubscribe

2007-03-01 Thread Grigoras, Vasile
[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jarret Franklin Sent: Thursday, March 01, 2007 6:52 AM To: flashcoders@chattyfig.figleaf.com Subject: Re: RE: [Flashcoders] Subscription problems ...and me, please unsubscribe... [EMAIL

Re: RE: [Flashcoders] Subscription problems

2007-03-01 Thread Mark Gearhart
... and please unsubscribe me as well. [EMAIL PROTECTED] --- Jarret Franklin [EMAIL PROTECTED] wrote: ...and me, please unsubscribe... [EMAIL PROTECTED] = From: Matthew Bryson [EMAIL PROTECTED] Date: 2007/02/28 Wed PM 12:40:31 CST To:

Re: [Flashcoders] Subscription problems

2007-03-01 Thread nelson ramirez
There are those who cry and then there are those who help themselves. Until the issue is resolved why don't you guys try setting a rule in your mail client to send all *[Flashcoders] *mail to a separate folder . that way it at least won't be cluttering your inbox. On 3/1/07, Sasis S. / Photon /

RE: [Flashcoders] CellRenderer, Datagrid component updating

2007-03-01 Thread Merrill, Jason
I've had many problems with the DataGrid and CellRender. One trick that may be worth trying, but is by no means guaranteed to have any effect, is the following line: dataGrid.dataProvider = dataGrid.dataProvider; Seriously? That's odd. But no, no dice. Thanks anwyay, Jason Merrill Bank of

Re: [Flashcoders] sortable map structure

2007-03-01 Thread Phil Dupré
Interesting topic. On 3/1/07, Davor Bauk [EMAIL PROTECTED] wrote: Hello, I'm looking for a structure for AS3 that can store values in a way that they are sortable (like in an array) as well as accessible by key of any type (such as a string). I've looked through the VEGAS

RE: [Flashcoders] Adding Dynamic Text to Scroll Pane

2007-03-01 Thread Steve Abaffy
Hello, Thank you for the warm welcome, I am glad to be here. The problem unfortunately still exists. Here is the code I now have. Data = new LoadVars(); Data.load(/listing.txt); Data.onLoad = function (success) { if (success) { ListingTextMC.Listing_Text

Re: [Flashcoders] webcam

2007-03-01 Thread Michael Hood
I stumbled across this, yesterday - Although, the Camera Object is primarily for use with Macromedia Flash Communication Server MX, but, supposedly, it can be used with Macromedia Flash MX, as well. - It may be worth having a look at it.

Re: [Flashcoders] sortable map structure

2007-03-01 Thread eka
Hello :) in vegas you can use vegas.data.map.ArrayMap class (AS3 library) ... this ArrayMap is a HashMap with two arrays to store the keys and the values... http://svn.riaforge.org/vegas/AS3/trunk/src/vegas/data/map/ArrayMap.as The HashMap class in the AS2 version of VEGAS is the same class

[Flashcoders] Writing out PDFs through code

2007-03-01 Thread Mendelsohn, Michael
Hi all... Can PDF files somehow be written to a hard drive on the fly from a Flash exe? (Multiple pages, custom graphics, etc.) - Michael M. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Set Interval Question

2007-03-01 Thread Paul V.
Hello Again, I have a setInterval issue/question, here it is. I set a main timer. 10 seconds. In that 10 second interval, I load, fade in, pause on, and fade out, that image. That is working mostly fine. Accept I have a seperate setInterval starting for the images fade in and fade out

Re: [Flashcoders] sortable map structure

2007-03-01 Thread Wagner Amaral
Maybe you're looking for the Dictionary Object? http://www.gskinner.com/blog/archives/2006/07/as3_dictionary.html On 3/1/07, Davor Bauk [EMAIL PROTECTED] wrote: Hello, I'm looking for a structure for AS3 that can store values in a way that they are sortable (like in an array) as well as

RE: [Flashcoders] Unsubscribe

2007-03-01 Thread robert nikolic
and me please [EMAIL PROTECTED] From: Grigoras, Vasile [EMAIL PROTECTED] Reply-To: flashcoders@chattyfig.figleaf.com To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Unsubscribe Date: Thu, 1 Mar 2007 12:29:00 -0500 [EMAIL PROTECTED] -Original Message- From: [EMAIL

[Flashcoders] ADMIN: DO NOT SEND UNSUBSCRIBE REQUESTS TO THE LIST

2007-03-01 Thread Dave Watts
Any future unsubscribe requests sent to the list, as opposed to the list owner, will be ignored. In fact, I may subscribe you to other lists out of spite. And not just any lists, either. I'm thinking furries. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides

RE: [Flashcoders] Subscription problems

2007-03-01 Thread Steven Sacks | BLITZ
There are those who cry and then there are those who help themselves. Hear, hear! ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you

Re: [Flashcoders] OT: Pirated Books

2007-03-01 Thread Omar Fouad
this is not called piracy my little brave boy... as in i am not selling it. I was just considering you my lil brother, and than i decided to give you this book as any one gives something to his girlfriend.. Before acting this way, know your right and respect your older bro. Cheers On 3/1/07,

[Flashcoders] Is it possible?

2007-03-01 Thread Andy Andersson
Hi everyone! I have a scenario were I'd like to create a flash app that works similar to what my Space does with their friends list. Ex would be: Person A has 3 friends, Person B has 7 friends so by looking at someone's profile you would see how many friends they have. By default flash would be

RE: [Flashcoders] Adding Dynamic Text to Scroll Pane

2007-03-01 Thread Alain Rousseau
Again you need to have your MovieClip inside the Library not on stage and contentPath takes only a String not a MovieClip. so you have to do the following : myListingScroll.contentPath = listingTextMC; // this does the same as attachMovie but inside the ScrollPane var listingMC:MovieClip =

RE: [Flashcoders] Writing out PDFs through code

2007-03-01 Thread Max Kaufmann
Flash doesn't out of the box, but processing does (http://www.processing.org) max -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mendelsohn, Michael Sent: Thursday, March 01, 2007 1:13 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders]

[Flashcoders] shape tweens at 60fps

2007-03-01 Thread Matthew Ganz
hi. just received an .fla from an old developer that has an fps rate of 60 and a bunch of shape tweens. testing out of the IDE the shape tweens execute nicely but any test in a browser and they slow down dramatically. has anyone experienced this before and can shed some lite? thanks! matt.

Re: [Flashcoders] Writing out PDFs through code

2007-03-01 Thread Jim Cheng
Mendelsohn, Michael wrote: Hi all... Can PDF files somehow be written to a hard drive on the fly from a Flash exe? (Multiple pages, custom graphics, etc.) For PDF generation from Flash, see Gregg Wygonik's blazePDF: http://www.blazepdf.com/ For writing to the local filesystem, you'll

Re: [Flashcoders] Writing out PDFs through code

2007-03-01 Thread elibol
Check out Zinc http://www.multidmedia.com/ and Apollo http://labs.adobe.com/wiki/index.php/Apollo On 3/1/07, Mendelsohn, Michael [EMAIL PROTECTED] wrote: Hi all... Can PDF files somehow be written to a hard drive on the fly from a Flash exe? (Multiple pages, custom graphics, etc.) -

RE: [Flashcoders] Set Interval Question

2007-03-01 Thread Alain Rousseau
You should rethink your approach, I believe it will be easier to just start a fade in, wait 10 seconds, fade out. When the fade out is complete start over with another picture. untested code below : import mx.transitions.Tween; import mx.transitions.easing.*; var curID = 0; fadeIn();

Re: [Flashcoders] sortable map structure

2007-03-01 Thread eka
Hello :) My vegas.data.map.HashMap AS3 version is based on the Dictionnary object but you can't sort the values and the keys of the map with this object. EKA+ :) 2007/3/1, Wagner Amaral [EMAIL PROTECTED]: Maybe you're looking for the Dictionary Object?

RE: [Flashcoders] Unsubscribe

2007-03-01 Thread mwmeagher
and me too pls... [EMAIL PROTECTED] robert nikolic [EMAIL PROTECTED] wrote: and me please [EMAIL PROTECTED] From: Grigoras, Vasile [EMAIL PROTECTED] Reply-To: flashcoders@chattyfig.figleaf.com To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Unsubscribe Date: Thu, 1

[Flashcoders] SWF gets requested and downloaded twice!

2007-03-01 Thread Jordan Mendelson
I have an interesting problem. We have a flash widget that gets embedded by users that contains a loader that loads an external swf file. Sometimes they decide to embed duplicate copies of the same widget on the same page. Unfortunately, what happens is that the first time a user visits a page

[Flashcoders] SWF gets requested and downloaded twice!

2007-03-01 Thread Jordan Mendelson
I have an interesting problem. We have a flash widget that gets embedded by users that contains a loader that loads an external swf file. Sometimes they decide to embed multiple copies of the same widget on the same page. Unfortunately, what happens is that the first time a user visits a page

RE: [Flashcoders] ADMIN: DO NOT SEND UNSUBSCRIBE REQUESTS TO THE LIST

2007-03-01 Thread Rost, Andrew
Whoraw! Spite and Revenge, best served cold! Thanks Dave -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 1:35 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] ADMIN: DO NOT SEND UNSUBSCRIBE REQUESTS TO THE LIST Any future

RE: [Flashcoders] OT: Pirated Books

2007-03-01 Thread Merrill, Jason
this is not called piracy my little brave boy... as in i am not selling it. Oi! Ye don't have to sell yer 'wares to be a pirate! All ye have to do is steal it. Lawyers be see'n ye walk the plank. Jason Merrill Bank of America Global Technology Operations, Learning Leadership Development

Re: [Flashcoders] OT: Pirated Books

2007-03-01 Thread Glen Pike
Whether you sell it or not, you are still passing round a ripped off copy from someone who earns his living from writing books and has probably contributed a lot more to this community than yourself. Just because you are older does not mean we have to respect you. Not being a [EMAIL

RE: [Flashcoders] OT: Pirated Books

2007-03-01 Thread Rost, Andrew
Naive little man... you don't have to sell it for it to be pirated. Piracy: The unauthorized reproduction or use of a copyrighted book, recording, television program, patented invention, trademarked product, etc. I wouldn't think you emailed your original. -Original Message- From: Omar

[Flashcoders] Flash Media Server: Shared Remote Object, and then endless loop to clients...

2007-03-01 Thread grimmwerks
I'm unsure why I'm getting an endless loop -- I've got each client's so.onSync checking for a change to the applications.users array, each of which are added on connect. But for some reason when more than one user connects, they both get into this endless loop It's driving me crazy. I've

[Flashcoders] Dynamic Flash

2007-03-01 Thread Andy Andersson
Hi everyone! I have a scenario were I'd like to create a flash app that works similar to what my Space does with their friends list. Ex would be: Person A has 3 friends, Person B has 7 friends so by looking at someone's profile you would see how many friends they have. By default flash would be

[Flashcoders] OT: Pirated Books

2007-03-01 Thread Omar Fouad
/* in case the mail hasnt been delivered*/ this is not called piracy my little brave boy... as in i am not selling it. I was just considering you my lil brother, and than i decided to give you this book as any one gives something to his girlfriend.. Before acting this way, know your right and

Re: [Flashcoders] shape tweens at 60fps

2007-03-01 Thread Arseniy Shklyaev
Doesn that a problem just with that in browser flash always go slower? I m looking for some ways to solve it. On 3/1/07, Matthew Ganz [EMAIL PROTECTED] wrote: hi. just received an .fla from an old developer that has an fps rate of 60 and a bunch of shape tweens. testing out of the IDE the

Re: [Flashcoders] Subscription problems

2007-03-01 Thread Michael Hood
One might even go a step further (if in a really hostile, fed-up state) and send them to the trash, setting the trash to empty when the email client is closed. That way, it doesn't eat up your mailbox limit (whatever it may be). Michael Hood Internal Applications Dev ADMS/ CMS/

Re: [Flashcoders] Set Interval Question

2007-03-01 Thread Andy Herrman
Why not have the completion of one piece of code trigger the next interval? So, instead of having multiple intervals that you're starting at once and trying to sync, instead just have things run sequentially. Maybe I'm missing something though. -Andy On 3/1/07, Paul V. [EMAIL PROTECTED]

Re: [Flashcoders] OT: Pirated Books

2007-03-01 Thread Ian Thomas
*falls about laughing* Why, thanks! That makes me feel considerably younger. Sorry for the noise, everyone else! Ian On 3/1/07, Omar Fouad [EMAIL PROTECTED] wrote: this is not called piracy my little brave boy... as in i am not selling it. I was just considering you my lil brother, and than

RE: [Flashcoders] Set Interval Question

2007-03-01 Thread Dane Hesseldahl
I would try using Fuse I makes accomplishing things like what you are describing much easier. http://www.mosessupposes.com/Fuse/index.html Thanks, Dane Hesseldahl Software Engineer + Lead Flash Developer Overland Agency, Inc. [EMAIL PROTECTED] ph: 503.963.8501 x108 fx: 503.963.8502

Re: [Flashcoders] Writing out PDFs through code

2007-03-01 Thread jdo
Hello, Use MDM Zinc for save XSL FO files and run Apache FOP. FOP transform XSL FO files into PDF. Fop link: http://xmlgraphics.apache.org/fop/ John D'Oblivione - Original Message - From: Mendelsohn, Michael [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday,

Re: [Flashcoders] Set Interval Question

2007-03-01 Thread Paul V.
Hmmm, many new techniques, I may have to play around with that code for a bit if it alright with you? Paul Vdst - Original Message - From: Alain Rousseau [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, March 01, 2007 2:38 PM Subject: RE: [Flashcoders] Set Interval