Re: [Flashcoders] Output to Text File

2006-07-18 Thread Adrian Park
Eric, that's interesting feedback. For my part, I only used a fraction of the functionality Zinc offers and had no issues at all. I understand the version of Zinc I'm using (v2.5) is a recent release - out of curiosity, is this the version you have found buggy? Steven, I somehow missed

[Flashcoders] [OT] Looking for a union in the UK

2006-07-18 Thread jim
Having recently been messed about by clients agencies I am trying to find myself a union to join in the UK. Is there anyone on this list that is in a programmers or designers union? Are there any you can recommend? Jim ___

RE: [Flashcoders] First attempts at wirting code in AS2

2006-07-18 Thread Paul Steven
Thanks Steven This extends MovieClip solution looks interesting, I will investigate this further. I am having trouble getting my head around the separation of the timeline elements with the classes. Thanks Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[Flashcoders] moock interviews mike downey

2006-07-18 Thread Paul Neave
Just though I'd point this out if you've not seen it on the Flashblogosphere already, a great collection of interviews if you have half hour or so to spare: http://www.adobe.com/devnet/flash/articles/fitc2006_interview.html Paul. ___

[Flashcoders] Text Field Search

2006-07-18 Thread Jorge Antonio Diaz Gutierrez
Hi everyone. I'm trying to make a Search Engine that allows me to make a Search trough a few XMLs documents I load into a Text Field. Does anyone has any sample or an advice for me to do it ??? Thanks ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] Eclipse Assistance (beginner)

2006-07-18 Thread Flash Mel
No Java unforunately. I have the plugs for eclipse. they seem to work well. I just have my projects setup all wrong. using import com.mproject.somefile.as doesn't work. AND in the projects folder on the left i don't just see code files, I see the .fla's the .swf's etc. so I know i have

[Flashcoders] BitmapData.draw() peculiarity

2006-07-18 Thread John VanHorn
has anyone tried to use the BitmapData.draw() method to draw a movieclip that has content in the negative coordinate space? it seems like no matter what i do, i can only get the draw() method to start from the point 0,0 in a movie clip, when i need it to start at say -20,-20. even passing the

RE: [Flashcoders] Output to Text File

2006-07-18 Thread kelly snyder
Nick, I try to avoid third party software when possible. I am going to write a C++ file that will handle the model side of the program and read/write to the disk. Then I can use Flash for the view and controller portions. I know this can be done quite easily (using ActiveX and FSCommand, I

Re: [Flashcoders] Scrollpane and masking

2006-07-18 Thread Haikal Saadh
It goes: * Movie o Component (extends UIComponent) + Scrollpane # contents The scrollpane is created by actionscript in Component's createChildren(). The contents, which is a symbol instance that has been assigned a Linkage identifier, is then

Re: [Flashcoders] Output to Text File

2006-07-18 Thread Ian Thomas
I second that. Buggy, and new releases break features that used to work. :-( Ian On 7/17/06, eric dolecki [EMAIL PROTECTED] wrote: Zinc looks awesome on the outside. The app is nice looking, the APIs look to be really deep extensive. However I have found it to be quite buggy

Re: [Flashcoders] Yahoo! Maps api

2006-07-18 Thread Aaron Buchanan
Works great - thanks kev! On 7/17/06 4:53 PM, Kevin Newman [EMAIL PROTECTED] wrote: This is a known problem with the current version of the mxp file (3.02). You can work around the problem by using the whole classname. so instead of: import com.yahoo.maps.widgets.NavigatorWidget; var

RE: [Flashcoders] Output to Text File

2006-07-18 Thread Pedro Furtado
No need for fscommand, use externalInterface, although it's much better than using 3rd party software I've found trough experience and using both approaches, that sometimes it's just better to use a tested 3rd party app. Pedro. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Flashcoders] Eclipse Assistance (beginner)

2006-07-18 Thread Andy Stone
Yeah I was way off, sorry. After my post I realized what you were talking about and installed it. I'm now researching how to integrate it with Flex swfmill and MTASC to hopefully speed up my work flow. I hope you figured it out. -A -Original Message- From: [EMAIL PROTECTED]

[Flashcoders] Saving a swf with all the assets

2006-07-18 Thread mahesh kokadwar
Hi All, Is there a way by which I can save a swf file with all the assets loaded into it at runtime? I want a single swf to be saved with the assets embeded into it. (similer thing like Flashpaper) Can it be achieved using .net or any other tool? TIA Mahesh

Re: [Flashcoders] Text Field Search

2006-07-18 Thread Michael Stuhr
Jorge Antonio Diaz Gutierrez schrieb: Hi everyone. I'm trying to make a Search Engine that allows me to make a Search trough a few XMLs documents I load into a Text Field. Does anyone has any sample or an advice for me to do it ???

[Flashcoders] JOB: Need ActionScript Developer In Denver

2006-07-18 Thread Steven Loe
Looking for an experienced ActionScript 2.0 developer for a short term contract (4 - 6 weeks) with a large company with offices in Westminster, Co. Task: Help complete an OO software demo. Pay: competitive rate. Location: Prefer a person who could be on site here at least some of the time.

[Flashcoders] Techniques to disable/enable debug mode

2006-07-18 Thread Marcelo de Moraes Serpa
I´ve been having some weird problems with my website and among them were rendering problems, slowdown, data downloading stopping without any reason (you may have seen my previous posts about this one) and so on. I struggled to find out that all these were side-effects of the massive use of

RE: [Flashcoders] Scrollpane and masking

2006-07-18 Thread Steven Sacks | BLITZ
Try this. Drop your scrollpane on the stage, select it and Press F8 to put it into a Movieclip symbol. Name the scrollpane instance inside that movieclip something short and easy like sp. Then, set up the linkage on that movieclip and attach it instead of the scrollpane and target the

RE: [Flashcoders] Output to Text File

2006-07-18 Thread kelly snyder
Pedro, I have found that third party software is often poorly tested, poorly documented, and pooly maintained. Too many times, I have been asked to update something that had third party components, only to find that the company had gone out of business. Also, there can be licensing issues

Re: [Flashcoders] Eclipse Assistance (beginner)

2006-07-18 Thread Flash Mel
Hey Steven thanks, I'll check that as well! m. On 7/14/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: If you liked SciTE, you should check out Flash Develop. http://www.flashdevelop.org/community/ It launches in like 2 seconds and has tons of great features. It's still in development,

[Flashcoders] ActionScript Application Framework

2006-07-18 Thread James Deakin
Dear List (I should say lists this going to Flash and Flex coders), I am a very and I mean very experienced ActionScript coder. I have been writng code and storing it for re-use for 7 years. I have just installed Rails an application frame work for a language named Ruby which enabled me to

Re: [Flashcoders] ActionScript Application Framework

2006-07-18 Thread Mike Britton
We definitely can do this, but it may amount to reinventing the wheel. Do you suggest this in lieu of Cairngorm and ARP? Are there things about these frameworks that make them undesirable? Mike ___ Flashcoders@chattyfig.figleaf.com To change your

RE: [Flashcoders] Output to Text File

2006-07-18 Thread Pedro Furtado
We're saying the same thing, but sometimes time just isn't enough. :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kelly snyder Sent: terça-feira, 18 de Julho de 2006 19:46 To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] Output to

RE: [Flashcoders] ActionScript Application Framework

2006-07-18 Thread Pedro Furtado
I think it's a very good Idea and if someone sets it up, coders will appear and help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Britton Sent: terça-feira, 18 de Julho de 2006 20:09 To: Flashcoders mailing list Subject: Re: [Flashcoders]

Re: [Flashcoders] ActionScript Application Framework

2006-07-18 Thread James Marsden
Have you tried using ARP, the RIA Framework by Aral Balkan? Cheers, James Dear List (I should say lists this going to Flash and Flex coders), I am a very and I mean very experienced ActionScript coder. I have been writng code and storing it for re-use for 7 years. I have just installed

Re: [Flashcoders] ActionScript Application Framework

2006-07-18 Thread Steve Krichten
To me (at least to some extent), Flex is to Flash what Rails is to Ruby. And of course you have Cairngorm or ARP for structural framework. -Steve Dear List (I should say lists this going to Flash and Flex coders), I am

Re: [Flashcoders] call JS-Method from SWF in hidden div on IE

2006-07-18 Thread David Fischer
Hi Bernard, i really didn't think of setting width height to zero in IE, as i thought that would scale the div itself down and therefore affect the overall layout. in my particular case your solution works though. thank you! David Bernard Visscher wrote: You could try a width and height

Re: [Flashcoders] as3: weird package problem

2006-07-18 Thread Meinte van't Kruis
Hi guys. After days of fiddling, i finally found the solution, and it kind of baffles me: irrespective of the classpath beeing c:\classes\ OR C:\classes\: (note the difference in case) this doesn't work: C:\c:\flex_sdk_2\bin\mxmlc -file-specs C:\classes\nl\test\Test.as (notice the upper case

[Flashcoders] Tree.selectedItem and data mapping

2006-07-18 Thread Merrill, Jason
I'm pretty good at using XML data and also have no problem making a Tree component which renders nodes/folders based on a dataprovider XML. With that said, how do you all who use the Tree component usually map the desired data to be displayed (say, text paragraphs that display in a text field

RE: [Flashcoders] ActionScript Application Framework

2006-07-18 Thread Steven Sacks | BLITZ
Sure, here's the first step. Buy and read the following books: Agile Web Development with Rails - 2nd Edition http://www.pragmaticprogrammer.com/titles/rails/index.html This will give you a solid foundation on why Rails is such an outstanding framework. Practices of an Agile Developer

RE: [Flashcoders] Tree.selectedItem and data mapping

2006-07-18 Thread André Goliath
Why does selectedItem not give you enough information? It gives you access to whatever is in the node, including all properties. You just have to store a kind of unique ID or whatever in each node and map that to a text -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [Flashcoders] Multiplayer and LAG!

2006-07-18 Thread Andreas R
This isnt something i've done, but it's something i'm very interested in nonetheless, so bear with my uneducated musings :) The basic issue with lag is how much information is necessary for each client to predict the game state. For instance, in a game of multiplayer asteroids, it isn't

[Flashcoders] extending flash with c++?, watching files as they are updated

2006-07-18 Thread aaron smith
I need to find a solution to a problem. I have a couple different options so far. the problem: I need to be able to execute some flash commands when a file is changed. ( needs to be as close to real-time as possible ). The file is a basic log file. possible solutions: -Now what i'm

RE: [Flashcoders] Tree.selectedItem and data mapping

2006-07-18 Thread Merrill, Jason
Why does selectedItem not give you enough information? It gives you access to whatever is in the node, including all properties. Because the node you refer to is from the dataprovider XML - and since you can't stick large paragraphs inside that 'special dataprovider XML without messing up the

Re: [Flashcoders] Saving a swf with all the assets

2006-07-18 Thread Bart Wttewaall
Nope. Just load all your assets in the library and rewrite your code so it doesn't load, but uses attachMovie to get to the assets. Good luck, Bart 2006/7/18, mahesh kokadwar [EMAIL PROTECTED]: Hi All, Is there a way by which I can save a swf file with all the assets loaded into it at

Re: [Flashcoders] Techniques to disable/enable debug mode

2006-07-18 Thread Bart Wttewaall
When using XRay for debugging, I usually make use of a debug-boolean, like so: var debug:Boolean = true; function something() { if (debug) _global.tt(Error); } Sure, it costs an extra statement to be examined, even when debug is set to false, but the usability weighs higher then that little

[Flashcoders] Flash videos streaming from RealServer

2006-07-18 Thread Mike Nowak
We were recently forced to move a whole lot of videos to a seperate RealServer media streaming server. After changing the paths, all our flvs worked fine... however, any SWFs with videos embeded in them (for various reasons) behave oddly. The videos play, but I can't do much beyond that.

Re: [Flashcoders] How to embed metadata in SWF files?

2006-07-18 Thread Rifled Cloaca
Or you could create a SWF using MTASC or the Flash IDE, and replace the variables after it is published like this guy does: http://www.neurofuzzy.net/2005/01/27/swf-recombination/ On 7/16/06, Mike Britton [EMAIL PROTECTED] wrote: I would build a wrapper MovieClip class extension for your

[Flashcoders] Moving from Flash to Flex

2006-07-18 Thread blists
Hello, I am a flash developer, with basic understanding of OOP, but not very in-depth. I've built a few flash apps in Flash MX and Flash 8, and now I want to challenge myself and build a big RIA. I want to do it right though, from the start. Where should I start? Can anyone point me to some code

RE: [Flashcoders] Techniques to disable/enable debug mode

2006-07-18 Thread Steven Sacks | BLITZ
Another alternative is to do this: if (!debug) _global.tt = null; or if (debug) { _global.out = function(m) { NetDebug.trace(m); _global.tt(m); } } And use out() as your trace method which universally works in the IDE, with the RemotingConnection

Re: [Flashcoders] How to embed metadata in SWF files?

2006-07-18 Thread Jeff Stearns
I don't have any problems getting variable assignments into the SWF file. I have problems accessing their values when I'm playing the movie. The SWF contains some ActionScript in frame 1 which sets variables like title=My First Movie, year=2006. But how can my Flash player access those

Re: [Flashcoders] Techniques to disable/enable debug mode

2006-07-18 Thread eric dolecki
i have something like XRAY, but you never take snapshots, it works runtime, and has special trace statements, allows me to fire functions runtime with arguments, interrogate variable values, properties, you name it. It can work with multiple SWFS (by switching the target), etc. e.d. On 7/18/06,

RE: [Flashcoders] Techniques to disable/enable debug mode

2006-07-18 Thread Steven Sacks | BLITZ
Is it open source and freely available like Xray is? BLITZ | Steven Sacks - 310-551-0200 x209 -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Tuesday, July 18, 2006 4:00 PM To: Flashcoders mailing list Subject: Re:

Re: [Flashcoders] Techniques to disable/enable debug mode

2006-07-18 Thread Aaron Buchanan
A while back I released my console as well. It's nothing fancy, but did have a feature that allows you to individually toggle whether a certain broadcaster's output would be traced in flash. Additionally, in the live console, you can filter across specific broadcasters, so that you can look at

Re: [Flashcoders] Techniques to disable/enable debug mode

2006-07-18 Thread eric dolecki
If I released it, it would be, something I'm thinking about. I might want to rewrite some of it first though. - e.d. On 7/18/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: Is it open source and freely available like Xray is? BLITZ | Steven Sacks - 310-551-0200 x209 -Original

Re: [Flashcoders] Techniques to disable/enable debug mode

2006-07-18 Thread Aaron Buchanan
And does it have a cool logo? Huh? Hehe. a On 7/18/06 4:04 PM, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: Is it open source and freely available like Xray is? BLITZ | Steven Sacks - 310-551-0200 x209 -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL

Re: [Flashcoders] Techniques to disable/enable debug mode

2006-07-18 Thread eric dolecki
i think mine has the sweetest logo for any debugger I have ever seen... On 7/18/06, Aaron Buchanan [EMAIL PROTECTED] wrote: And does it have a cool logo? Huh? Hehe. a On 7/18/06 4:04 PM, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: Is it open source and freely available like Xray is?

[Flashcoders] semi-OT: Pseudo-random number sequence

2006-07-18 Thread Jim McIntyre
Hi, I'm trying to come up with a way to generate a pseudo-random sequence of integers that meet the following conditions: - there are n integers in the sequence - the sum of the integers in the sequence is x - the value of each integer in the sequence is between 1 and 6, inclusive

[Flashcoders] Arguments always undefined in debugger

2006-07-18 Thread Andrew J Kirkham
I am using Flash 8 Professional on Windows MX. It seems that in the Locals tab of the debugger, the arguments variable always displays undefined in its value field. Is this an intrinsic and unavoidable defect of the debugger, or is there something I can do about it? Andy Kirkham

Re: [Flashcoders] extending flash with c++?, watching files as they are updated

2006-07-18 Thread Boon Chew
Is the file you want to watch residing on the client's machine or on the server? aaron smith [EMAIL PROTECTED] wrote: I need to find a solution to a problem. I have a couple different options so far. the problem: I need to be able to execute some flash commands when a file is changed. (

Re: [Flashcoders] Techniques to disable/enable debug mode

2006-07-18 Thread Aaron Buchanan
Silver/grey with a funny lookin f? a On 7/18/06 4:19 PM, eric dolecki [EMAIL PROTECTED] wrote: i think mine has the sweetest logo for any debugger I have ever seen... On 7/18/06, Aaron Buchanan [EMAIL PROTECTED] wrote: And does it have a cool logo? Huh? Hehe. a On 7/18/06

Re: [Flashcoders] Techniques to disable/enable debug mode

2006-07-18 Thread eric dolecki
A stylized scarab beetle :) On 7/18/06, Aaron Buchanan [EMAIL PROTECTED] wrote: Silver/grey with a funny lookin f? a On 7/18/06 4:19 PM, eric dolecki [EMAIL PROTECTED] wrote: i think mine has the sweetest logo for any debugger I have ever seen... On 7/18/06, Aaron Buchanan [EMAIL

Re: [Flashcoders] as3: weird package problem

2006-07-18 Thread John Giotta
Good find. Sounds like a bug to me. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe

Re: [Flashcoders] as3: weird package problem

2006-07-18 Thread John Giotta
This is pain in the arse now that I've gotten a simple example to work. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig

Re: [Flashcoders] Moving from Flash to Flex

2006-07-18 Thread Marcelo de Moraes Serpa
I´m quite happy with flash (MTASC) and my RIA is big. It all depends on what frameworks and tools (as well as your knowledge) you use. Never used Flex, so, can´t say anything about it. On 7/18/06, blists [EMAIL PROTECTED] wrote: Hello, I am a flash developer, with basic understanding of OOP,

Re: [Flashcoders] Moving from Flash to Flex

2006-07-18 Thread hank williams
Yes, it can all be done with flex, and personally, I would recommend it. The only down side to flex is that it requires flash 9. And obviously this is a short term problem. For applications I dont think its much of an issue since flash 9 automatically upgrades. I wouldnt advise advertising

Re: [Flashcoders] as3: weird package problem

2006-07-18 Thread John Giotta
Hey Meinte, What I've just done is set the file and path then just lowercased the drive letter. Windows C: drive - SET ASFILE=%~dp0TestClass.as SET ASFILE=%ASFILE:C:\=c:\% Then I just used %ASFILE% in the mxmlc call. C:\Program Files\Flex SDK\bin\mxmlc.exe -benchmark=true -creator=John Giotta

Re: [Flashcoders] ActionScript Application Framework

2006-07-18 Thread Aaron Buchanan
One of my fav's On 7/18/06 1:26 PM, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: The Pragmatic Programmer http://www.pragmaticprogrammer.com/ppbook/index.shtml ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

RE: [Flashcoders] Copy Paste into Firefox

2006-07-18 Thread Anthony Lee
Of the 22 people that took the Quiz http://dozo.jp/paste_test?result=true 6 reported paste problems. ie. 1/3. I guess I have to watch for key code: 17,86,86,17 then offer an alternate input method for these people. HTML floating in front of Flash, wmode=opaque, Javascript bridge. Yuck! Thanks

Re: [Flashcoders] Scrollpane and masking

2006-07-18 Thread Haikal Saadh
That didn't work, for some bizzare reason, after re-importing DateField(of all things) in to the library, it all just started magically working. Major wtf. Oh, by the way, I'm attaching UIComponent to the scrollpane instead of a blank MovieClip. Excuse me if I sound delirious. Steven