[Flashcoders] Movie Speed

2006-03-23 Thread Lee McColl-Sylvester
Hi All, I've been given a project whereby the client would like to specify the speed that the movie plays. Now, I remember somewhere that a child movie will play at the same speed as the parent movie that it is running in, but on trying this I've proved this wrong. My original solution was

RE: [Flashcoders] Using Flash with Ruby on Rails

2006-03-23 Thread Lee McColl-Sylvester
I'll use this time to plug haXe / neko. Well, haXe includes neko. Using this amazing new system, you can build your swf's and build the website backend for the functionality. haXe and Neko are open source and although very small, they are also very very fast and feature rich. Plus, the

RE: [Flashcoders] Using Flash with Ruby on Rails

2006-03-23 Thread Lee McColl-Sylvester
Lmao Nicolas... I just sent details on this Trying to plug it as I promised... Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas Cannasse Sent: 23 March 2006 16:57 To: Flashcoders mailing list Subject: Re: [Flashcoders] Using Flash with

RE: [Flashcoders] Movie Speed

2006-03-23 Thread Lee McColl-Sylvester
I like this idea... I can see an easier way to do this, but I'll reply once I've tested it to make sure it works. Thanks, Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Fanetti Sent: 23 March 2006 17:07 To: Flashcoders mailing list Subject:

RE: [Flashcoders] Movie Speed

2006-03-23 Thread Lee McColl-Sylvester
I'm talking frame rate... Something you'd think Macromedia would have provided a simple script solution for ;-) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Park Sent: 23 March 2006 17:23 To: Flashcoders mailing list Subject: Re:

RE: [Flashcoders] Using Flash with Ruby on Rails

2006-03-24 Thread Lee McColl-Sylvester
Here here :) Trust me, when you start using it, you'll be amazed... The part I like most is the portability. I can't see any reason you couldn't run haXe from a CD if that's what you wanted. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas

RE: [Flashcoders] Using Flash with Ruby on Rails

2006-03-24 Thread Lee McColl-Sylvester
Ruby can handle XML... That's all that's required. If Ruby is all you can handle, then use it. It is more than enough for your needs, but as your programming skills develop (and they definitely will), you'll want a more portable system. Lee -Original Message- From: [EMAIL PROTECTED]

RE: [Flashcoders] upload a file

2006-03-24 Thread Lee McColl-Sylvester
Yes, there is... Look up flash.net.FileReference. It's for Flash 8 only, but it will support file browsing and sending... however, you will need to manage the retrieval yourself on the server side. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [Flashcoders] upload a file

2006-03-24 Thread Lee McColl-Sylvester
: [Flashcoders] upload a file Do you have an example for this? Thanks,Riccardo Lee McColl-Sylvester wrote: Not really no... In the flash, you use flash.net.FileReference to browse for your file and send the file to the server... But on the server side, you need a standard script, either in PHP or whatever

RE: [Flashcoders] Using Flash with Ruby on Rails

2006-03-24 Thread Lee McColl-Sylvester
I used to use GammaHydroxyButyrate back in my bodybuilding days (don't laugh, it's true). Used to double the effects of some of the other supplements I used. It's safe to take, but some people found it enhanced the effects of hardcore drugs, so it was taken off the market... Well, made illegal.

RE: [Flashcoders] FATAL Zinc issue

2006-03-27 Thread Lee McColl-Sylvester
They do up the build... Now it's 2.5.0.12 whereas before it was 2.5.0.11 Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derek Vadneau Sent: 27 March 2006 17:09 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] FATAL Zinc issue Hey

RE: [Flashcoders] FATAL Zinc issue

2006-03-27 Thread Lee McColl-Sylvester
/index.php?showtopic=14984hl= This will, apparently, be the third release of 2.5.0.12. Thus my question. Derek Vadneau - Original Message - From: Lee McColl-Sylvester [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Monday, March 27, 2006 11:22 AM

RE: [Flashcoders] PrintJob causes Abort Script error message.

2006-03-29 Thread Lee McColl-Sylvester
It's not a bug, its poor programming by Macromedia... Fact is, the Flash Player should put the PrintJob process into a separate thread, but it doesn't... My guess is that Macromedia doesn't want to use any more than a single thread in a single Flash Player instance ;-) Lee -Original

RE: [Flashcoders] PrintJob causes Abort Script error message.

2006-03-29 Thread Lee McColl-Sylvester
Either way, the fact is theres not much to be done... And no Flash Player update will help, because most users will still have the buggy version. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danny Kodicek Sent: 29 March 2006 12:26 To:

RE: [Flashcoders] If not Zinc, then what?

2006-03-29 Thread Lee McColl-Sylvester
Have you used Zinc? How do you compare the two? Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of André Goliath Sent: 29 March 2006 12:46 To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] If not Zinc, then what? I´m using an SWF Studio App

RE: [Flashcoders] If not Zinc, then what?

2006-03-29 Thread Lee McColl-Sylvester
I use Flash with a C# backend for a kiosk system. It enables me to provide card scanning, coin mech, note reader, printer and database support. This system is run 24/7 and the only issues I get is to do with my C# coding relative to the odd network glitch... Other than that, it stands up to

RE: [Flashcoders] PrintJob causes Abort Script error message.

2006-03-29 Thread Lee McColl-Sylvester
Remember, though, that should an unforeseen cercumstance occur in your application that will otherwise throw an error will likely hang the users machine with no typical way for the user to escape except to crash the application completely... Most users don't like that too much :-P Lee

RE: [Flashcoders] PrintJob causes Abort Script error message.

2006-03-29 Thread Lee McColl-Sylvester
Wow, I really should break my sentences up with comma's and fullstops. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee McColl-Sylvester Sent: 29 March 2006 15:22 To: Flashcoders mailing list Subject: RE: [Flashcoders] PrintJob causes Abort Script

RE: [Flashcoders] Radiobutton - Dispatch event on code selected?

2006-03-30 Thread Lee McColl-Sylvester
Get with the times... Cor, first you're talking bout Director, then I hear you're still using MX... Tsk... You're obviously not on the forefront of technology, huh? ;-) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danny Kodicek Sent: 30 March

RE: [Flashcoders] looking for some .NET to Flash tools

2006-03-30 Thread Lee McColl-Sylvester
That's expensive though... Use Fluorine... It really kicks the lama's ass (to put it the way WinAmp does). Plus, it works for .NET web apps and desktop apps with direct assembly access WITH sessions. Something Macromedia's remoting doesn't even do. Try it Lee -Original Message- From:

RE: [Flashcoders] ScrollPane Pain

2006-04-06 Thread Lee McColl-Sylvester
I built one yesterday you could use. They're simple controls to build Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Efergan Sent: 06 April 2006 16:59 To: Flashcoders mailing list Subject: [Flashcoders] ScrollPane Pain Hello All, I've been

RE: [Flashcoders] Adobe Licensing for flash player on embedded systems

2006-04-07 Thread Lee McColl-Sylvester
I made a request for the Flash 7 API about a month ago, and have still heard nothing. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Mountain Sent: 07 April 2006 09:25 To: Flashcoders mailing list Subject: [Flashcoders] Adobe Licensing for

RE: [Flashcoders] dumb xml question

2006-04-10 Thread Lee McColl-Sylvester
Hi, I had this problem, but I got around it by embedded the content of the xml feed to a new node. This way, even if I only had one node, I actually had two. It's sloppy, but it works. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

RE: [Flashcoders] dumb xml question

2006-04-10 Thread Lee McColl-Sylvester
I guess you could always do for (var i in myNode) { trace(i + =\t\t + myNode[i]); } That might uncover the little blighter. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of coroner Sent: 10 April 2006 14:57 To: Flashcoders mailing list

RE: [Flashcoders] dumb xml question

2006-04-10 Thread Lee McColl-Sylvester
Don't you hate it when people don't fully read the question? ;) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Webster Sent: 10 April 2006 15:05 To: Flashcoders mailing list Subject: Re: [Flashcoders] dumb xml question Chris, How can i

RE: [Flashcoders] Car codes

2006-04-11 Thread Lee McColl-Sylvester
There's little out there. You can find some physics information from Marco Monster (do a search on Google). Back in my race game development days, his was the information to rely on. If you were doing something Exe based, I'd say to take a look at Tokamak, but being Flash based, you're gonna

RE: [Flashcoders] Using ARP without Forms?

2006-04-18 Thread Lee McColl-Sylvester
A form in the ARP context is typically just a MovieClip extended class. If your application uses MovieClips as container objects, then ARP is fine as it is. If, however, you don't want to use MovieClips as your base object, you can still make use of things like System events and the like. At

RE: [Flashcoders] Using ARP without Forms?

2006-04-18 Thread Lee McColl-Sylvester
... I don't know about the number of lines I wrote, but as the project grows, I think it needs more structure and flexibility (especially when it comes to event management) so that's why I was looking to ARP... Regards, Julien Lee McColl-Sylvester a écrit : What a coinsidence. That happens

RE: [Flashcoders] Using ARP without Forms?

2006-04-18 Thread Lee McColl-Sylvester
the entire list, shoot me an email. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee McColl-Sylvester Sent: Tuesday, April 18, 2006 8:38 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] Using ARP without Forms? That's good. The issue I have

RE: [Flashcoders] OT: Adobe Licensing - FAO John Dowdell, Mike Chambers et al.

2006-04-19 Thread Lee McColl-Sylvester
If that's anything like the desktop Flash player SDK, you'll be in for a dissappoinment. That SDK is merely a bytecode description for building SWF compilers. That I know of, there is absolutely no way to attain the Flash player source. That's Macromedia's closely guarded secret, which, along

RE: [Flashcoders] Tools to create flv with screen recording codec

2006-04-19 Thread Lee McColl-Sylvester
When you install Flash 8 (which is what I'm assuming you are using now), the video converter is a separate app you can find in the start menu. Just go to Programs-Macromedia-Macromedia Flash 8 Video Encoder. :-) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [Flashcoders] Tools to create flv with screen recording codec

2006-04-19 Thread Lee McColl-Sylvester
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: 19 April 2006 14:26 To: Flashcoders mailing list Subject: Re: [Flashcoders] Tools to create flv with screen recording codec That doesn't have the screen recording codec, just Spark On2. - Original Message - From: Lee McColl

RE: [Flashcoders] New wrinkle in IE activation issue...

2006-04-19 Thread Lee McColl-Sylvester
Is it me, or does anyone else think MS added this security feature to put spanners in works for Adobe? Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chad Mefferd Sent: 19 April 2006 14:35 To: Flashcoders mailing list Subject: Re: [Flashcoders]

RE: [Flashcoders] Tools to create flv with screen recording codec

2006-04-19 Thread Lee McColl-Sylvester
mailing list Subject: Re: [Flashcoders] Tools to create flv with screen recording codec Le 19 avr. 06, à 15:43, Lee McColl-Sylvester a écrit : Screen recording? Did MX 2004 have Screen recording then? I don't recall that being a feature :-S Yes it was. My suggestion would be a third party

RE: [Flashcoders] Tools to create flv with screen recording codec

2006-04-19 Thread Lee McColl-Sylvester
with screen recording codec Camtasia Studio works pretty well. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee McColl-Sylvester Sent: Wednesday, April 19, 2006 10:04 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] Tools to create flv

RE: [Flashcoders] Single giant bitmap vs Multiple smaller bitmaps -Performance Effects?

2006-04-21 Thread Lee McColl-Sylvester
I know that Flash has certain issues when objects are scaled past a size somewhere in the 1000+ dimaensions. It would probably be better to split the images up into sizes less than 1000 pixels to be sure. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [Flashcoders] Managing Components and external .as files

2006-04-21 Thread Lee McColl-Sylvester
Where does the viola come into it? How do musical instruments relate to Flash SWC's??? I'm confused ;-) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: 21 April 2006 15:46 To: Flashcoders mailing list Subject: Re: [Flashcoders]

RE: [Flashcoders] Best practice DLL Integration

2006-04-24 Thread Lee McColl-Sylvester
I did this with a .NET application. Unfortunately, the flash ocx exposes little that allow you to manipulate the running movie. I did manage to exploit the fact that you can use SetVariable to set a setter/getter that is in effect a function, as you normally can't call functions directly from

RE: [Flashcoders] Best practice DLL Integration

2006-04-24 Thread Lee McColl-Sylvester
That's a little overkill. What's the point in using XMLSockets where the data is persisting in one place? It's better to use SetVariable from the EXE to the Flash movie and send XML as strings to the variables (which are getters/setters), and ExternalAPI for Flash to the EXE which also sends

[Flashcoders] Jobs

2006-04-24 Thread Lee McColl-Sylvester
Hey all, Anyone looking to hire a Flash / .NET / PHP / ASP / Oracle / MySQL / SQL / [countless other technologies] professional in the north Devon area? I'm to be moving down there in about six weeks so need to start looking for work now. Regards, Lee McColl Sylvester

RE: [Flashcoders] press hold

2006-04-25 Thread Lee McColl-Sylvester
I have one that sets a date onPress and a date onRelease, then compares the date's getTime() to see how long it was pressed. Works for me, though if you want to set a time during the press, an interval is required. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Flashcoders] Flash Layout Manager

2006-04-26 Thread Lee McColl-Sylvester
The Flash IDE??? Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sajid Saiyed Sent: 26 April 2006 12:04 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Flash Layout Manager I am looking for some hints at creating a layout manager in

RE: [Flashcoders] Flash Layout Manager

2006-04-26 Thread Lee McColl-Sylvester
Seriously though, I've built something similar. An admin system for a pageable kiosk app. It lets you reposition, resize, recolor, format text etc, though the actual adding of items is set in a .NET app. The core functionality behind it is a resizer class I built, which just so happens to be a

RE: [Flashcoders] Flash Layout Manager

2006-04-26 Thread Lee McColl-Sylvester
layout? I can slace movieclips with it, but didnt quiet get how to rearrange the layout. Hope you can share something on this. --sajid On 4/26/06, Lee McColl-Sylvester [EMAIL PROTECTED] wrote: Seriously though, I've built something similar. An admin system for a pageable kiosk app. It lets you

[Flashcoders] PPC SWF2EXE

2006-04-26 Thread Lee McColl-Sylvester
Wow, acronyms gallore. Hey all. Does anyone know of a good SWF2EXE for the PPC other than MDM's? Thanks, Lee ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] PPC SWF2EXE

2006-04-26 Thread Lee McColl-Sylvester
to ppc - but the beta is now closed M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee McColl-Sylvester Sent: 26 April 2006 14:46 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] PPC SWF2EXE Wow, acronyms gallore. Hey

RE: [Flashcoders] Flash Layout Manager

2006-04-26 Thread Lee McColl-Sylvester
Yeah, they're taking their time too ;) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Britton Sent: 26 April 2006 14:47 To: Flashcoders mailing list Subject: Re: [Flashcoders] Flash Layout Manager Also keep in mind that layout management

RE: [Flashcoders] PPC SWF2EXE

2006-04-26 Thread Lee McColl-Sylvester
about this very subject. Apparently XAMLON will publish to ppc - but the beta is now closed M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee McColl-Sylvester Sent: 26 April 2006 14:46 To: flashcoders@chattyfig.figleaf.com Subject

RE: [Flashcoders] [POLL] getters setters preference

2006-04-26 Thread Lee McColl-Sylvester
I prefer the former. Using get and set is so much nicer. Besides, I do a lot of Exe based flash work, and being able to execute functions using variable assignment style expressions is a lifesaver. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [Flashcoders] haXe 1.0 Release Candidate

2006-05-02 Thread Lee McColl-Sylvester
Well done Nicolas. Congratulations!!! Regards, Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas Cannasse Sent: 02 May 2006 15:25 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; osflash@osflash.org; Flashcoders Subject: [Flashcoders] haXe 1.0

RE: [Flashcoders] Unity vs Flashcom for chat and messaging

2006-05-08 Thread Lee McColl-Sylvester
I'm one of those. A port of Red5 to C# is a must, but there's no way I'd even consider starting the project until Red5 matures to at least 0.6, though tbh, I'm likely to wait til 0.9 - 1rc1. Red5 is being developed at such a staggering pace, that porting to C# at this stage would be pointless

RE: [FlashCoders] Tricky(?) Flash Version detection

2006-05-08 Thread Lee McColl-Sylvester
Doesn't Flash 8 now have a flash player check function in its api? I recall seeing that somewhere. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Bendilas Sent: 08 May 2006 11:03 To: flashcoders@chattyfig.figleaf.com Subject:

RE: [FlashCoders] Tricky(?) Flash Version detection

2006-05-08 Thread Lee McColl-Sylvester
Version detection He Lee, I've seen it probably myself, but that would require some ActionScript code to execute, so the Player 8 should be present, right? Dimitrios - Original Message - From: Lee McColl-Sylvester [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders

RE: [FlashCoders] Tricky(?) Flash Version detection

2006-05-08 Thread Lee McColl-Sylvester
;) With kind regards, Dennis - Original Message - From: Lee McColl-Sylvester [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Monday, May 08, 2006 12:25 PM Subject: RE: [FlashCoders] Tricky(?) Flash Version detection Lol, that's a damn good point

RE: [Flashcoders] HashMap?

2006-05-10 Thread Lee McColl-Sylvester
Well, in AS2, it's called an object ;) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Graham Sent: 10 May 2006 11:19 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] HashMap? Is there an AS3 equivalent of the java HashMap?

RE: [Flashcoders] Flex list

2006-05-23 Thread Lee McColl-Sylvester
Stealth mission John? Don't get caught, mind. May the force be with ya! Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Robson Sent: 23 May 2006 15:21 To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Flex list Flexcoders:

RE: [Flashcoders] Flex list

2006-05-23 Thread Lee McColl-Sylvester
the Xray interface to Flex2 ;) So far so good! On 5/23/06, Lee McColl-Sylvester [EMAIL PROTECTED] wrote: Stealth mission John? Don't get caught, mind. May the force be with ya! Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Robson

RE: [Flashcoders] Flex list

2006-05-23 Thread Lee McColl-Sylvester
: [Flashcoders] Flex list ha! I'm converting the Xray interface to Flex2 ;) So far so good! On 5/23/06, Lee McColl-Sylvester [EMAIL PROTECTED] wrote: Stealth mission John? Don't get caught, mind. May the force be with ya! Lee -Original Message- From: [EMAIL PROTECTED

RE: [Flashcoders] Flex list

2006-05-23 Thread Lee McColl-Sylvester
Subject: Re: [Flashcoders] Flex list Lee sometimes become violent when he hear about Flex. Try to speak to him about haXe to calm him down :) lol, you're starting to scare me :) On 5/23/06, Lee McColl-Sylvester [EMAIL PROTECTED] wrote: Aaarrrggg A traitor in our midst

RE: [Flashcoders] Flex list

2006-05-23 Thread Lee McColl-Sylvester
I know, but I used to get annoyed at Macr, and have always quite detested Adobe... I kinda feel like the product line has become tainted. Besides, what's wrong with Laszlo? Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: 23 May

RE: [Flashcoders] Class Newb Question

2006-05-25 Thread Lee McColl-Sylvester
I concur with regard to Essential Actionscript by Colin Moock Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of phaedrus Sent: 25 May 2006 16:43 To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Class Newb Question I've been trying to teach

RE: [Flashcoders] Flash interface in directx application

2006-05-26 Thread Lee McColl-Sylvester
Look up www.f-in-box.com Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcelo de Moraes Serpa Sent: 26 May 2006 13:57 To: Flashcoders mailing list Subject: Re: [Flashcoders] Flash interface in directx application Hello Mike, There has been

RE: [Flashcoders] Flash interface in directx application

2006-05-26 Thread Lee McColl-Sylvester
to do that... I may be wrong however. Marcelo. On 5/26/06, Lee McColl-Sylvester [EMAIL PROTECTED] wrote: Look up www.f-in-box.com Lee -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Marcelo de Moraes Serpa Sent: 26 May 2006 13:57 To: Flashcoders

RE: [Flashcoders] Full time opening for a Flash component developer

2006-05-26 Thread Lee McColl-Sylvester
Not immediate, but within a month... That okay? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Manuel Saint-Victor Sent: 26 May 2006 16:03 To: Flashcoders mailing list Subject: [Flashcoders] Full time opening for a Flash component developer We need an

RE: [Flashcoders] Full time opening for a Flash component developer

2006-05-26 Thread Lee McColl-Sylvester
by and get familiar with the set before hand would be good. Mani On 5/26/06, Lee McColl-Sylvester [EMAIL PROTECTED] wrote: Not immediate, but within a month... That okay? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Manuel Saint-Victor Sent: 26 May

RE: [Flashcoders] mtasc inject code onto first frame of root tmeline?

2006-05-29 Thread Lee McColl-Sylvester
Hi Robert, On testing the following cards (on the left), we got the results on the right 611 - 032768 ( shows as a smiley face) 005 - 0491528 004 - 008 597 - 032768 ( shows as a smiley face) A little different than we expected :) Regards, Lee -Original Message- From: [EMAIL

RE: [Flashcoders] hii

2006-05-30 Thread Lee McColl-Sylvester
I think you'd have to be a bit more specific khodam. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rønning Sent: 30 May 2006 12:37 To: Flashcoders mailing list Subject: Re: [Flashcoders] hii HAHAHAHAHA khodam khodesh wrote: i want

RE: [Flashcoders] hii

2006-05-30 Thread Lee McColl-Sylvester
Some people have too much time on their hands. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MBDI ICSC Rodrigo E. Curiel Salazar Sent: 30 May 2006 12:48 To: Flashcoders mailing list Subject: Re: [Flashcoders] hii

RE: [Flashcoders] Get Original Variable's Name in Function?

2006-05-30 Thread Lee McColl-Sylvester
If I understand you requirements, you are trying to work out where the data was passed to the function... your best bet is to use arguments.callee to work this out. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Mark Hawley Sent: 30 May 2006

RE: [Flashcoders] Get Original Variable's Name in Function?

2006-05-30 Thread Lee McColl-Sylvester
The problem here is, if the variable is not constructed as the property of an object, then the name is not kept. For example: class MyClass { public var pvar:String = fine; public function MyClass() { var lvar:String = not fine;

RE: [Flashcoders] Get Original Variable's Name in Function?

2006-05-30 Thread Lee McColl-Sylvester
??? That won't work, cus a) it still won't display correct names for local scope variables and b) what if you have two vars with the same value??? Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Kawamoto Sent: 30 May 2006 16:14 To:

RE: [Flashcoders] Get Original Variable's Name in Function?

2006-05-30 Thread Lee McColl-Sylvester
Also, the this[varName] assumes that the variable is a property of this, while local scope variables won't be. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Kawamoto Sent: 30 May 2006 16:14 To: flashcoders@chattyfig.figleaf.com Subject:

RE: [Flashcoders] Get Original Variable's Name in Function?

2006-05-30 Thread Lee McColl-Sylvester
Lazy and efficient? They ruled out slaves long ago ;-) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: 30 May 2006 16:15 To: Flashcoders mailing list Subject: RE: [Flashcoders] Get Original Variable's Name in Function? Yeah,

RE: [Flashcoders] Get Original Variable's Name in Function?

2006-05-30 Thread Lee McColl-Sylvester
Er, we've worked that out already ;) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas Sent: 30 May 2006 16:49 To: Flashcoders mailing list Subject: Re: [Flashcoders] Get Original Variable's Name in Function? That won't work - for

RE: [Flashcoders] Flash drop down menu problem

2006-06-05 Thread Lee McColl-Sylvester
Unfortunately, Flash always plays in a higher z lever than any html controls. Even if you put flash in an iFrame, controls outside will show behind. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of danya masadeh Sent: 05 June 2006 13:31 To:

RE: [Flashcoders] Flash drop down menu problem

2006-06-05 Thread Lee McColl-Sylvester
Why not forward him a flash project with source ;-) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: 05 June 2006 13:53 To: Flashcoders mailing list Subject: RE: [Flashcoders] Flash drop down menu problem Hi all, I have a drop

RE: [Flashcoders] Flash drop down menu problem

2006-06-05 Thread Lee McColl-Sylvester
Hi Danya, Sorry, from all my experiences, I'd say you're out of luck. Its easy to display html behind flash (in some browsers), but getting a control to actually work behind flash has never worked for me, and I'm 99% sure it can't work. Sorry, Lee -Original Message- From: [EMAIL

RE: [Flashcoders] Alert Component Cutting off Text

2006-06-05 Thread Lee McColl-Sylvester
The MX Alert component sucks. There is a free dialog component from a website called 57 bobs or something similar (anyone know the real name/url?), so I'd use that if I were you. Regards, Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Coning

RE: [Flashcoders] Conditional Import Statements

2006-06-05 Thread Lee McColl-Sylvester
The External API is ignored when used under Flash 7. What you could do is run an if statement which checks the process of some other flash 8 only statement. If the statement was successful, the flash 8 code is run, else the flash 7 code is run. It would mean having more code in total, but would

RE: [Flashcoders] Flash drop down menu problem

2006-06-05 Thread Lee McColl-Sylvester
Of Lee McColl-Sylvester Sent: 05 June 2006 14:32 To: Flashcoders mailing list Subject: RE: [Flashcoders] Flash drop down menu problem Hi Danya, Sorry, from all my experiences, I'd say you're out of luck. Its easy to display html behind flash (in some browsers), but getting a control

RE: [Flashcoders] Where to politely and appropriately discusspricing issues

2006-06-05 Thread Lee McColl-Sylvester
$40k salary? What planet are you on? ;-) It should be twice that at least! Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Mays Sent: 05 June 2006 14:43 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Subject: Re:

RE: [Flashcoders] Where to politely and appropriatelydiscusspricing issues

2006-06-05 Thread Lee McColl-Sylvester
2006 14:52 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Where to politely and appropriatelydiscusspricing issues That was a graphic designer's salary :-) And the book's example :-) On 6/5/06 8:56 AM, Lee McColl-Sylvester [EMAIL PROTECTED] wrote: $40k

RE: [Flashcoders] Where to politely andappropriatelydiscusspricing issues

2006-06-05 Thread Lee McColl-Sylvester
and appropriatelydiscusspricing issues That was a graphic designer's salary :-) And the book's example :-) On 6/5/06 8:56 AM, Lee McColl-Sylvester [EMAIL PROTECTED] wrote: $40k salary? What planet are you on? ;-) It should be twice that at least! ___ Flashcoders

RE: [Flashcoders] Where to politelyandappropriatelydiscusspricing issues

2006-06-05 Thread Lee McColl-Sylvester
PROTECTED] On Behalf Of Lee McColl-Sylvester Sent: 05 June 2006 15:15 To: Flashcoders mailing list Subject: RE: [Flashcoders] Where to politelyandappropriatelydiscusspricing issues I have an idea Lets poll to see who's paid the most, then I can apply with that company ;-) -Original Message

RE: [Flashcoders] Can you minimize a projector file?

2006-06-05 Thread Lee McColl-Sylvester
You mean from within Flash? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Flash guru Sent: 05 June 2006 16:33 To: Flashcoders mailing list Subject: [Flashcoders] Can you minimize a projector file? I have an exe for a kiosk and was wondering if it is

RE: [Flashcoders] Can you minimize a projector file?

2006-06-05 Thread Lee McColl-Sylvester
list Subject: Re: [Flashcoders] Can you minimize a projector file? ya On 6/5/06, Lee McColl-Sylvester [EMAIL PROTECTED] wrote: You mean from within Flash? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Flash guru Sent: 05 June 2006 16:33

RE: [Flashcoders] FlashVars + OOP, Best Practices?

2006-06-06 Thread Lee McColl-Sylvester
When using flashVars, one of my rules of thumb is to use as few as possible. Indeed, only as many as is needed to redirect flash to attaining all the other external variables via other means. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [Flashcoders] 3GP to flv

2006-06-07 Thread Lee McColl-Sylvester
Look for Satsuki Decoders... Theres an FFMpeg decoder included with his pack. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dan Sent: 07 June 2006 13:08 To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] 3GP to flv Cant seem to find

RE: [Flashcoders] Littleloud: Flash Developer Position

2006-06-09 Thread Lee McColl-Sylvester
How much is the position providing and what benefits? Also, where are you located? Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of matt zb Sent: 09 June 2006 13:11 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Littleloud: Flash

RE: [Flashcoders] Littleloud: Flash Developer Position

2006-06-12 Thread Lee McColl-Sylvester
Think they'd be best using the normal channels... Try Jobs Plus guys ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Grden Sent: 09 June 2006 20:48 To: Flashcoders mailing list Subject: Re: [Flashcoders] Littleloud: Flash Developer Position lol

[Flashcoders] haXe site issues

2006-06-12 Thread Lee McColl-Sylvester
Hey all... Submitted emails to the haXe list and no joy. Is it down? Also, the svn appears to be down... Anyone else getting this issue? Lee ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Lee McColl-Sylvester
Er, didn't they just turn this thread into what they commented they'd prefer not to see so much of in the FlashCoders list? ;-) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Robson Sent: 12 June 2006 17:29 To: 'Flashcoders mailing list'

RE: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Lee McColl-Sylvester
Maybe you should start looking into the new SWHX. Looks damn exciting and should technically provide more capabilities than Zinc with less effort. At least when it matures. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cedric Muller Sent: 13

RE: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Lee McColl-Sylvester
Personally, I've been awaiting a thin layer for this kind of interaction for a long long time. Not only will SWHX have the advantage that it's easy to extend and program, but also it will support the *nix variety of OS's (which I'm sure Zinc doesn't) and will be totally free. How cool is that?

RE: [Flashcoders] mtasc and delegate

2006-06-13 Thread Lee McColl-Sylvester
I've found this before... Macr, not being good at general programming syntax rules, have used the same variable name inside and outside an internal function definition. It kinda looks like this: Function somefunc() { Newfunc = function() { Var func;

RE: [Flashcoders] mtasc and delegate

2006-06-13 Thread Lee McColl-Sylvester
] On Behalf Of Andreas Rønning Sent: 13 June 2006 13:30 To: Flashcoders mailing list Subject: Re: [Flashcoders] mtasc and delegate Thanks Lee.. I can't believe i had to alter Delegate O_o - Andreas Lee McColl-Sylvester wrote: I've found this before... Macr, not being good at general programming

RE: [Flashcoders] another mtasc question

2006-06-13 Thread Lee McColl-Sylvester
If I'm not mistaken, \+ is an old AS1 operator, though for the life of me I forget what it does. I used to use that back in the days of Flash 4/5. I'm sure theres another old goat out there who will remember what it does. Either that, or a quick search on the internet will tell you, but all

RE: [Flashcoders] another mtasc question

2006-06-13 Thread Lee McColl-Sylvester
Suppy me the whole line... It might jog my memory. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rønning Sent: 13 June 2006 13:54 To: Flashcoders mailing list Subject: [Flashcoders] another mtasc question I'm just full of questions

RE: [Flashcoders] another mtasc question

2006-06-13 Thread Lee McColl-Sylvester
Hey Andreas, http://ostermiller.org/Base64.as has a port of the base64 class for AS2 Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rønning Sent: 13 June 2006 13:54 To: Flashcoders mailing list Subject: [Flashcoders] another mtasc

RE: [Flashcoders] Flash coders content degrading

2006-06-13 Thread Lee McColl-Sylvester
I must admit, I have to agree. I code full time in .NET, ActionScript and god knows how many other languages, yet I just found myself looking up how to initialise a string array in .NET. How newbie is that? Fact is, if I asked that question on a list, I wouldn't be a newb for asking the

  1   2   >