[Flashcoders] saving bmp from flash

2006-05-15 Thread Jiri Heitlager
I am looking for a way to capture webcam images from Flash and save them as .bmp's. Using PHP is not a possibilty because it cannot save images as a .bmp. Is it in theory possible to use screenweaver. So in Flash I would run trough all the pixels getting there value and store these values in an

Re: [Flashcoders] HashMap?

2006-05-15 Thread Ron Wheeler
The tree would make sense. The garbage collection for an associative array is an interesting problem with variable key and value lengths. Ron Scott Hyndman wrote: Well, yes. Now that I think about it my test didn't make much sense, since there would be no way of determining how keys are

RE: [Flashcoders] scope question...

2006-05-15 Thread Jim Tann
Are you numbering the mc's according to dept? are you using any v2 components? When using the v2 components there are hidden resource movieclips that are placed on the _root (_level0) to handle things like depth management. These get placed at high depths so if you are using getNextHighestDepth()

[Flashcoders] Anyone here responsible for Fancy Pants?

2006-05-15 Thread Danny Kodicek
Was browsing for games with my son yesterday and came upon Fancy Pants Adventure (http://www.armorgames.com/games/fancypantsadventure_popup.html). It is simply the most beautiful Flash game I've ever seen. Smooth as butter, imaginatively designed, intricately animated, fun to play, perfect. But

Re: [Flashcoders] Re: BUG: setMask calls onLoadInit (or setting a mask?)

2006-05-15 Thread Michael Stuhr
grimmwerks schrieb: Sigh. I'm an arse. It must be the two days of programming. hope you enjoyed it :-) micha ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] Anyone here responsible for Fancy Pants?

2006-05-15 Thread Steven Sacks
Never seen N? That's the best Flash game I've ever seen. Fancy Pants borrowed (was inspired by?) quite a bit from N. You can make your own levels with N, which has inspired a large community development of levels. http://www.harveycartel.org/metanet/n.html Enjoy! -Original

RE: [Flashcoders] Anyone here responsible for Fancy Pants?

2006-05-15 Thread Steven Sacks
And if you're looking for more fun Flash games that break the mold, check out Eyez Maze. http://www.eyezmaze.com/ The Grow games in particular are outstanding, with Grow RPG taking the cake. I suggest playing them in this order: Grow RPG Grow Cube Grow ver. 3 :) -Original Message-

[Flashcoders] Grab IP address

2006-05-15 Thread MetaArt
There is a way, automate or based on any user input, that give a chance to grab the user IP address by a Flash movie? I'm in search of something without use of any server-side language, so just full Flash, or Flash/JavaScript can be good. Any suggest? Link to .fla or tutorial are really

RE: [Flashcoders] Grab IP address

2006-05-15 Thread Steven Sacks
Come the f**k on. I googled get ip with javascript First result: http://www.rgagnon.com/jsdetails/js-0019.html SCRIPT var ip = new java.net.InetAddress.getLocalHost(); var ipStr = new java.lang.String(ip); document.writeln(ipStr.substring(ipStr.indexOf(/)+1)); /SCRIPT Do a little research

Re: [Flashcoders] Grab IP address

2006-05-15 Thread Nicolas Cannasse
Come the f**k on. I googled get ip with javascript First result: http://www.rgagnon.com/jsdetails/js-0019.html SCRIPT var ip = new java.net.InetAddress.getLocalHost(); var ipStr = new java.lang.String(ip); document.writeln(ipStr.substring(ipStr.indexOf(/)+1)); /SCRIPT Pretty funny

RE: [Flashcoders] Grab IP address

2006-05-15 Thread Jim Tann
Did you actually try this solution? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks Sent: 15 May 2006 10:19 To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Grab IP address Come the f**k on. I googled get ip with javascript First

RE: [Flashcoders] Grab IP address

2006-05-15 Thread Jim Tann
This looks like what you might be looking for, I havnt tested it (or even read passed the first page :) but I think that your best be t is to find a free web service that you can access with actionscript. http://www.strikeiron.com/ProductDetail.aspx?p=149 Jim -Original Message- From:

RE: [Flashcoders] Grab IP address

2006-05-15 Thread Steven Sacks
Do a little research before you answer questions, vampire. ;) It doesn't matter if that link works or not. I dind't care to verify and I wasn't providing a solution. The point is there are tons of other links that point towards the solution with one google search. Be a little more

Re: [Flashcoders] Grab IP address

2006-05-15 Thread Johannes Nel
problem with the webservice from as is that the sandbox will kick in. it has to be proxied via the server (which then makes the java sollution valid) or you have too hope that they have a crossdomain policy file. On 5/15/06, Jim Tann [EMAIL PROTECTED] wrote: This looks like what you might be

Re: [Flashcoders] Anyone here responsible for Fancy Pants?

2006-05-15 Thread Danny Kodicek
Never seen N? That's the best Flash game I've ever seen. Fancy Pants borrowed (was inspired by?) quite a bit from N. You can make your own levels with N, which has inspired a large community development of levels. http://www.harveycartel.org/metanet/n.html I have played that before,

RE: [Flashcoders] Grab IP address

2006-05-15 Thread Mike Mountain
I guess for every vampire there's someone willing to stick their neck out... and then complain about the bite marks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks Sent: 15 May 2006 10:35 To: 'Flashcoders mailing list' Subject: RE:

Re: [Flashcoders] Grab IP address

2006-05-15 Thread Nicholas Chhabra
And you bothered answering the question in the first place, why? ... Steven Sacks wrote: Do a little research before you answer questions, vampire. ;) It doesn't matter if that link works or not. I dind't care to verify and I wasn't providing a solution. The point is there are tons of

Re: [Flashcoders] Grab IP address

2006-05-15 Thread MetaArt
Well, controversies apart, the Google search don't match good result... apparently, JavaScript IP grab can be done only on Mozilla, and with Java enabled, and this isn't good for my goal. I'm developing a widget, and I need a way to check the owner IP, to ban a self, improper, use. Cause the way

RE: [Flashcoders] Grab IP address

2006-05-15 Thread j.c.wichman
Hi, i'd go with the server side solution instead of depending on java running. Let's face it, if we all had such great confidence in java we'd be posting on the javadev list:) (ok erase that comment). Anywayz, php makes for a good solution i think, but I believe standaard ssi env vars will do the

Re: [Flashcoders] xpath xml strangeness

2006-05-15 Thread Kent Humphrey
I'm using SEPY on OSX, good enough for you? ; On 11 May 2006, at 14:06, Johannes Nel wrote: get a proper as editor i would say ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] xpath xml strangeness

2006-05-15 Thread Johannes Nel
then obvisouly not. sepy is not a bad editor, but it should surely point out things like that. fdt is the way :) On 5/15/06, Kent Humphrey [EMAIL PROTECTED] wrote: I'm using SEPY on OSX, good enough for you? ; On 11 May 2006, at 14:06, Johannes Nel wrote: get a proper as editor i would say

Re: [Flashcoders] xpath xml strangeness

2006-05-15 Thread Kent Humphrey
fdt? Can it really notice the wrong case of a 3rd party class/function? On 15 May 2006, at 13:10, Johannes Nel wrote: then obvisouly not. sepy is not a bad editor, but it should surely point out things like that. fdt is the way :) ___

Re: [Flashcoders] xpath xml strangeness

2006-05-15 Thread Johannes Nel
yup. if its in the class path it picks it up (maybe sepy has that ability as well, you just need to configure the classpaths). we even use fdt for our flex 1.5 devlopment, it really is the sheet. On 5/15/06, Kent Humphrey [EMAIL PROTECTED] wrote: fdt? Can it really notice the wrong case of a

[Flashcoders] Version penetration stats not being updated?

2006-05-15 Thread Clive R Sweeney
Is it just me or does it seem that the stats on Adobe/Macromedia's Flash Player Version Penetration page are taking an awfully long time being updated? Flash 8 has some excellent selling points but the stats certainly help get a message across to clients. And, of course, they'd be especially

[Flashcoders] OT: Fig Leaf is hiring

2006-05-15 Thread Steve Drucker
Fig Leaf Software (www.figleaf.com) is currently looking to hire two intermediate-advanced developers to work from our Washington D.C. headquarters. Fig Leaf is an Adobe/Macromedia/Google/Paperthin premier partner. Successful job candidates will have the folllowing credentials: - Bachelor of

[Flashcoders] Video Production Shop

2006-05-15 Thread Keenan Keeling
Anyone out there know of a video production shop in the area? Looking for someone to shoot an instructional video and do the editing (for later streaming with Flash Video). If you know anyone, contact me off-list so we don't clutter things up. Keenan Keeling

Re: [Flashcoders] Video Production Shop

2006-05-15 Thread Ron Wheeler
What area? Keenan Keeling wrote: Anyone out there know of a video production shop in the area? Looking for someone to shoot an instructional video and do the editing (for later streaming with Flash Video). If you know anyone, contact me off-list so we don't clutter things up. Keenan Keeling

[Flashcoders] Showing Preloader for the same SWF

2006-05-15 Thread Sumeet Basak
Got a problem in showing a preloader of a file which is being loaded. This file is embedded in the html file itself, so the preloader appears for a few seconds before the whole file loads. Another issue that I face in preloading files which has multiple scenes. It seems that every scene is

Re: [Flashcoders] HashMap?

2006-05-15 Thread Bernard Poulin
I think there are no tuning parameters simply because the language does not (and should not) specify how the Objects are implemented (and not because they are not hashmaps). From what we know so far (i.e. nothing!), this could be anything - like a straight array up to, say, 3 entries and

Re: [Flashcoders] How to serialize key events?

2006-05-15 Thread Ron Wheeler
You might try reading the Java class documents to see what is special about Vectors as opposed to Arrays in Actionscript. The code is pretty simple. Have you tried to code and test it under ActionScript? It looks like you add objects to a list and take the first one off the list. It provides

Re: [Flashcoders] OT: Video Production Shop

2006-05-15 Thread Gerry Creighton
Check Mandy.com Gerry On May 15, 2006, at 11:05 AM, Keenan Keeling wrote: D'oh! Sorry...forgot to mention that. Washington DC Metro Area. Thanks Ron. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ron Wheeler Sent: Monday, May 15, 2006 11:01

Re: [Flashcoders] HashMap?

2006-05-15 Thread Ron Wheeler
Bernard Poulin wrote: I think there are no tuning parameters simply because the language does not (and should not) specify how the Objects are implemented (and not because they are not hashmaps). From what we know so far (i.e. nothing!), this could be anything - like a straight array up to,

[Flashcoders] datagGRid elements alignment

2006-05-15 Thread riccardo.roasio
Hi, there is a way to align a datagrid column on the left ? i mean dispose all elements of a certain row on the left? Thanks,Riccardo ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Flash Media Server tutorial not working

2006-05-15 Thread Aasim Momin
Hi, I have downloaded the sample on the macromedia site for Flash Media Server using XML file http://www.macromedia.com/devnet/flash/articles/video_player.html http://www.macromedia.com/devnet/flash/articles/video_player.html The application works fine, but when the xml file is edited to

Re: [Flashcoders] Flash Media Server tutorial not working

2006-05-15 Thread Asai
Aasim, Hi, I also did a little work with this XML file tutorial. I had a lot of problems with it, in fact I received a response from one of the Adobe engineers who said that basically, the code in that XML tutorial was full of problems and should have been checked more thoroughly before

Re: [Flashcoders] Grab IP address

2006-05-15 Thread Bernard Poulin
It also depends which IP you want to display. Do you want to display the IP of the client machine or the external IP as seen on the internet? You have to watch out these are not the same as the user might be behind NATs/proxies. For a client-only solution: (wild guess) I think your only chance

[Flashcoders] listbox: grouped items

2006-05-15 Thread eric dolecki
I have a need for a listbox with grouped sets of items - kind of like a tree - but without the expand/collapse... for each section I plan on alternating background colors... Item One Item Two - section background white Item Three -- Item Four - section background light grey

RE: [Flashcoders] Flash Media Server tutorial not working

2006-05-15 Thread Asai
I think I remember this problem. Do you have all your files set up in the proper paths? Like do you have the trike_final video in the videosource folder under the applications folder? Sometimes path errors can be a really common problem. Are they all in place? At 09:44 AM 5/15/2006, you

[Flashcoders] vectorshapes to pdf?

2006-05-15 Thread eugen pflüger
hello, i am just wondering if anybody knowsis there a way to print vectorshapes into a pdf document? i know on mac there was this trick to fire the print function to an virtual laser printer that saved a postscript file. then you could open that document in illustrator. i wonder if

Re: [Flashcoders] scrollpane, dynamic forms, and refreshPane issues

2006-05-15 Thread Rich Rodecker
hmm still stuck with this little weirdness...anyone have any idea? On 5/13/06, Rich Rodecker [EMAIL PROTECTED] wrote: i should say i am using flash 8, but exporting to flash 7. On 5/13/06, Rich Rodecker [EMAIL PROTECTED] wrote: im using flash 8. i am embedding the fonts by doing a

RE: [Flashcoders] Flash Media Server tutorial not working

2006-05-15 Thread Aasim Momin
Asai, All these files have been placed in their respective folders. the flv files have been placed under the \applications\videosource\streams\_definst_ folder as instructed by the tutorial. Regards, Aasim Momin From: [EMAIL PROTECTED] on behalf of Asai Sent:

Re: [Flashcoders] HashMap?

2006-05-15 Thread Bernard Poulin
If you can not tune a HashMap it will be worse than an ordinary array. It will take more space and more processing time. This will of course depend on the size and usage - it *may* be more efficient with hashmaps. Do you really think we can generalize being it worse all the time? Keeping an

RE: [Flashcoders] Flash Media Server tutorial not working

2006-05-15 Thread Asai
I don't know, brother, this is one of those strange FMS/XML things. I'd suggest asking this question on the [EMAIL PROTECTED] list. That's where some great Flash experts are. Those guys would probably be able to answer your question better than me. You can search the archives on the

Re: [Flashcoders] Version penetration stats not being updated?

2006-05-15 Thread John Dowdell
Clive R Sweeney wrote: Is it just me or does it seem that the stats on Adobe/Macromedia's Flash Player Version Penetration page are taking an awfully long time being updated? Flash 8 has some excellent selling points but the stats certainly help get a message across to clients. And, of course,

[Flashcoders] \r

2006-05-15 Thread Patrick Matte
Anybody knows how I can put a \r inside an xml node attribute? I want to add a line feed between two words. Just having \r in the attribute displays \r in my textfield. I think it must be encoded in a special way. ___ Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] \r

2006-05-15 Thread Steven Sacks
x = str.split(\r).join(newline); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Matte Sent: Monday, May 15, 2006 11:34 AM To: Flashcoders mailing list Subject: [Flashcoders] \r Anybody knows how I can put a \r inside an xml node

Re: [Flashcoders] \r

2006-05-15 Thread Patrick Matte
Thanks, great idea, but a friend just told me what I was looking for. lt;brgt; Its a br with the encoded. Le 15/05/06 14:38, « Steven Sacks » [EMAIL PROTECTED] a écrit : x = str.split(\r).join(newline); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [Flashcoders] \r

2006-05-15 Thread Derek Vadneau
That should be: x = str.split(\\r).join(\r); Derek Vadneau - Original Message - From: Steven Sacks [EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Sent: Monday, May 15, 2006 2:38 PM Subject: RE: [Flashcoders] \r x = str.split(\r).join(newline);

RE: [Flashcoders] \r

2006-05-15 Thread Steven Sacks
You didn't mention if the textfield was html or not. ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Matte Sent: Monday, May 15, 2006 11:53 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] \r Thanks, great idea, but a

RE: [Flashcoders] \r

2006-05-15 Thread Steven Sacks
I tested it before I posted it. The split works with just \r and the point is that he was having an issue with \r not resolving in his textfield as a newline so replacing it with a \r might not fix it but newline might. -Steven -Original Message- From: [EMAIL PROTECTED]

RE: [Flashcoders] \r

2006-05-15 Thread Ryan Potter
If it is an attribute of a node and the text field is html, can't you just use br/? Ex: my-node attribute=br/ / Or my-node attribute=this is a linebr/this is on the next line / -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks Sent:

Re: [Flashcoders] \r

2006-05-15 Thread Derek Vadneau
I don't mean to argue a moot point, but, newline is \r. I understood that the XML contains \ and r as text, which when displayed in his textfield showed \r, the text itself, instead of a newline. If you split out \\r and replace it with \r (or newline) it would replace the text \r with a real

RE: [Flashcoders] \r

2006-05-15 Thread Robert Chyko
Actually, \r is return I believe, \n is newline... But like you said... moot point. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derek Vadneau Sent: Monday, May 15, 2006 3:12 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] \r I

RE: [Flashcoders] \r

2006-05-15 Thread Robert Chyko
Interesting -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derek Vadneau Sent: Monday, May 15, 2006 3:34 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] \r I think this was brought up here before, but: trace(newline == '\r'); //

[Flashcoders] LF: Flash representation of Board of Directors network

2006-05-15 Thread Bill Brown
Does anyone remember the URL for a flash project that showed the connection of the CEOs and board of directors for the major companies of the world? It allowed you to see how many companies each person was on the board of directors for. You could also expand company nodes to see all the board of

Re: [Flashcoders] \r

2006-05-15 Thread Patrick Matte
The thing is you can't put html in an xml attribute. Neither a CDATA tag. Le 15/05/06 15:10, « Ryan Potter » [EMAIL PROTECTED] a écrit : If it is an attribute of a node and the text field is html, can't you just use br/? Ex: my-node attribute=br/ / Or my-node attribute=this is a

[Flashcoders] Clearing FLV visual content

2006-05-15 Thread Dan Efergan
Hi FlashCoders, I've got an issue when swapping (progressive) video content over in a single Flash 8 FLVPlayer component. I'm setting contentPath to load a movie and start playing it. When the user changes the movie I'm simply resetting contentPath to the new files path which changes the

Re: [Flashcoders] saving bmp from flash

2006-05-15 Thread David Rorex
On 5/14/06, Jiri Heitlager [EMAIL PROTECTED] wrote: I am looking for a way to capture webcam images from Flash and save them as .bmp's. Using PHP is not a possibilty because it cannot save images as a .bmp. Is it in theory possible to use screenweaver. So in Flash I would run trough all the

[Flashcoders] video card suggestions: tearing animations

2006-05-15 Thread grimmwerks
Hey all - I've got an application I'm building that is using a digital signage system as an animated menu system, using 2 cards for a 3 LCD output. I'm seeing some TERRIBLE tearing during the animations. At first I thought it was the LCD screen; but swapping in a CRT and I still see the

Re: [Flashcoders] sprouts data structure

2006-05-15 Thread Bernard Poulin
http://mathforum.org/kb/message.jspa?messageID=1091009tstart=0 http://www.pa.uky.edu/~sorokin/stuff/cs650/sprout/SPROUT.CC Somebody did a program called auntbeast which seems to be quite good. I can't find a copy of it nor their source. Might be worth sending an email to them.

Re: [Flashcoders] sprouts data structure

2006-05-15 Thread Bernard Poulin
more googling... This one seems to link to a word document with some high-level explanation. http://www.pa.uky.edu/~sorokin/stuff/cs650/sprout/sprout.html B. 2006/5/15, Bernard Poulin [EMAIL PROTECTED]: http://mathforum.org/kb/message.jspa?messageID=1091009tstart=0

Re: [Flashcoders] Clearing FLV visual content

2006-05-15 Thread Dan Efergan
Been testing loading a blank movie prior to the new movie using two quickly successive contentPath calls, only to cause the same instability and Flash App crashing. Thought I'd post it in case its useful... Any other ideas more desperately needed. Thanks. Dan On 15 May 2006, at 22:12,

[Flashcoders] [Job] Strong Flash Designer, Hollywood, CA

2006-05-15 Thread Beau Gould
Strong Flash Designer, Hollywood, CA INTRO: My client is a full service creative advertising agency recognized in the motion picture and television industry as a leader in print campaign design, development, and integrated online and grass-roots marketing. INFO: They are located in the heart of

[Flashcoders] Flash 8 Debugger Crashes

2006-05-15 Thread AJ Canepa
I have been using Flash 8 to compile a moderately complex Flash application with about 40 classes. The code is all AS1. It compiles and runs without error, but I run into issues when I try to use the interactive debugger. Setting a breakpoint and stepping through code works for at least

Re: [Flashcoders] Clearing FLV visual content

2006-05-15 Thread Asai
My standard approach to this type of problem has been to never have more than one FLV on the stage at one time. I've developed a class that, on video.stop(), unloads the video. Then loads another one from the library and resets the contentPath of the FLV player. To me, it's alot simpler

Re: [Flashcoders] How to serialize key events?

2006-05-15 Thread black59mga
Ron, Thanks very much for your response. You asked What is wrong with this?. Probably nothing.. Just lack of experience on my part. The class is now actionscript. I'm trying to figure out what's the right kind of Object to pass to the insert(obj:Object) method. Thoughts? Thanks! The class:

Re: [Flashcoders] LF: Flash representation of Board of Directors network

2006-05-15 Thread Rajat Paharia
http://theyrule.net/ - rajat On 5/15/06, Bill Brown [EMAIL PROTECTED] wrote: Does anyone remember the URL for a flash project that showed the connection of the CEOs and board of directors for the major companies of the world? It allowed you to see how many companies each person was on the

RE: [Flashcoders] How to serialize key events?

2006-05-15 Thread Scott Hyndman
The array class does not have addElement or removeElement methods. Read the docs for push and splice. Scott -Original Message- From: [EMAIL PROTECTED] on behalf of black59mga Sent: Mon 5/15/2006 6:16 PM To: Flashcoders mailing list Cc: Subject:Re: [Flashcoders] How

Re: [Flashcoders] Clearing FLV visual content

2006-05-15 Thread Asai
I've avoided the whole Video Index thing and I don't regret it. Good Luck At 03:19 PM 5/15/2006, you wrote: Yeah, could be the way. I've also been looking video.activeVideoPlayerIndex, which does something similar but all within one component. I tried toggling the players (moving from index

Re: [Flashcoders] Flash 8 Debugger Crashes

2006-05-15 Thread Dan Efergan
I haven't had the debugger crashing, but it tends to hang on the evil beach ball (Mac) for what seems like infinity, if trying to do any kind of intensive repetitive tasks (decompiling large amounts of XML is always a killer). Probably not that useful, as the exact same thing happened in

Re: [Flashcoders] Grab IP address

2006-05-15 Thread MetaArt
thanx 2 all for suggestions and comments... * Enrico Tomaselli * web designer [EMAIL PROTECTED] http://www.metatad.it * Skype: MetaArt RSS: http://www.metatad.it/mnfeeder.php ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

RE: [Flashcoders] LF: Flash representation of Board of Directors network

2006-05-15 Thread Ettwein, Josh
http://www.theyrule.net/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Brown Sent: Monday, May 15, 2006 1:51 PM To: Flashcoders mailing list Subject: [Flashcoders] LF: Flash representation of Board of Directors network Does anyone remember the

RE: [Flashcoders] How to serialize key events?

2006-05-15 Thread black59mga
oops! you are correct. Thanks Scott Hyndman [EMAIL PROTECTED] wrote: The array class does not have addElement or removeElement methods. Read the docs for push and splice. Scott - New Yahoo! Messenger with Voice. Call regular phones from your

Re: [Flashcoders] \r

2006-05-15 Thread Fumio Nonaka
Even if you manipulate newline only with string, you might get annoying result: // Frame action var my_str:String = newline; my_str += +newline; // [Debug] [List Variables]: Variable _level0.my_str = ¥n¥r Tested on Flash 8.0/Mac OS X.4.6 Windows XP (SP1) _ Derek Vadneau wrote: The

Re: [Flashcoders] Flash 8 Debugger Crashes

2006-05-15 Thread John Grden
when trying xray, be sure to check out the basic videos on how to use it. It's very simple, but the videos can really get you going very quickly http://labs.blitzagency.com/wp-content/xray/videos/tutorials/indexFlash.html if you have questions, don't hesitate to ask ;) JG On 5/15/06, Dan

Re: [Flashcoders] \r

2006-05-15 Thread Mick G
You could always wrap CDATA around it. On 5/16/06, Fumio Nonaka [EMAIL PROTECTED] wrote: Even if you manipulate newline only with string, you might get annoying result: // Frame action var my_str:String = newline; my_str += +newline; // [Debug] [List Variables]: Variable _level0.my_str =

RE: [Flashcoders] \r

2006-05-15 Thread Steven Sacks
You could always wrap CDATA around it. If you read the first post you would have seen that this is for an attribute of an xml node. -Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mick G Sent: Monday, May 15, 2006 6:16 PM To: Flashcoders

[Flashcoders] MPG1 video compression: Best settings? CD playback?

2006-05-15 Thread Micky Hulse
Hi all, Anyone ever encode their video files with MPG1 for use on an interactive CD? If so, what kind of settings do you use? I found that Adobe Media Encoder works well for outputting mpg1 video files (comes with Adobe Premiere Pro). TIA. :) Cheers, Micky

Re: [Flashcoders] MPG1 video compression: Best settings? CD playback?

2006-05-15 Thread Jon Bradley
On May 15, 2006, at 10:23 PM, Micky Hulse wrote: Hi all, Anyone ever encode their video files with MPG1 for use on an interactive CD? If so, what kind of settings do you use? It depends on what you term as a good quality. What's the dimensions, how will it be played (Quicktime, Windows

Re: [Flashcoders] MPG1 video compression: Best settings? CD playback?

2006-05-15 Thread Micky Hulse
Jon Bradley wrote: It depends on what you term as a good quality. What's the dimensions, how will it be played (Quicktime, Windows Media)? Not quicktime... Windows media... actually, this is for a director project. I chose MPG1 because I read that a high number of Mac and PC users already

[Flashcoders] Causal Flash graphics work in Sydney

2006-05-15 Thread Chris Velevitch
There is some casual Flash graphics work available in Sydney. The person wants to get some 'engaging flash graphics' done for their online learning website. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au

RE: [Flashcoders] datagGRid elements alignment

2006-05-15 Thread Matthew Simpson
col.setStyle(textAlign, center); -Original Message- From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Mon 5/15/2006 12:03 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] datagGRid elements alignment Hi, there is a way to align a datagrid column on the left ?

Re: [Flashcoders] \r

2006-05-15 Thread ryanm
Even if you manipulate newline only with string, you might get annoying result: // Frame action var my_str:String = newline; my_str += +newline; // [Debug] [List Variables]: Variable _level0.my_str = ¥n¥r That's expected. One line break is a hard return, two of them is not two hard

Re: [Flashcoders] \r

2006-05-15 Thread Fumio Nonaka
Remove an empty string from the second statement. Is it also expected? _ ryanm wrote: // Frame action var my_str:String = newline; // my_str += +newline; my_str += newline; // [Debug] [List Variables]: Variable _level0.my_str = \n\n That's expected. One line break is a

[Flashcoders] Wacom Tablet

2006-05-15 Thread Simon Lord
Does anyone know if Flash supports pressure sensitive feedback from Wacom tablets? This would allow for really smooth drawing tools to be made that better represent the artists intentions. ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] Wacom Tablet

2006-05-15 Thread Anggie Bratadinata
Simon Lord wrote: Does anyone know if Flash supports pressure sensitive feedback from Wacom tablets? This would allow for really smooth drawing tools to be made that better represent the artists intentions. Flash 8 does. -- Anggie Bratadinata Web|Graphic|Flash Jl. Raya Langsep 21 Malang -

[Flashcoders] url encoding in flash?

2006-05-15 Thread rob costello
hello all Is there a method / function to URL encode a query string from inside flash - or do we have to do that manually? I have a situation where I need to do an XML sendAndLoad to an external php file I want to do this as GET and pass a parameter to the query string of the php file The

RE: [Flashcoders] Wacom Tablet

2006-05-15 Thread Kevin Aebig
I was using my wacom tablet with Flash 5. Works really well with the brush tool once you get the hang of it. !k -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Lord Sent: May 15, 2006 10:19 PM To: Flashcoders mailing list Subject: [Flashcoders]

Re: [Flashcoders] \r

2006-05-15 Thread Charles Parcell
Strangly enough, a team member asked me this question just Friday. We ended up using #x0A; and #x0D; Charles P. On 5/15/06, Patrick Matte [EMAIL PROTECTED] wrote: Thanks, great idea, but a friend just told me what I was looking for. lt;brgt; Its a br with the encoded. Le 15/05/06