[Flashcoders] How to change textformat for List rollover?

2008-04-15 Thread Derek Vadneau
cellrenderer ... Derek Vadneau ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AS3 - loading external classes?

2007-09-05 Thread Derek Vadneau
. A previously loaded class with the same name will not be overwritten by the newly loaded class. There is also the concept of Runtime Shared Libraries (RSLs). I've only used these with Flex, so someone else would have to comment on CS3's ability (or lack thereof) to use RSLs. Derek Vadneau http

[Flashcoders] Use Flex library SWC in Flash CS3

2007-08-22 Thread Derek Vadneau
in the same way as Flex does, so that it can be used in a Flash project? tia, Derek Vadneau ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Scroll to maximum vPosition?

2007-08-22 Thread Derek Vadneau
_root.sp.vPosition = _root.sp.content._height - _root.sp.height + 4; The height is probably bigger than the max scroll position so it's ignoring it. The +4 is for the border. Derek Vadneau http://tracethis.com - Original Message - From: Mendelsohn, Michael [EMAIL PROTECTED

[Flashcoders] Using Flex Library SWC in Flash CS3

2007-08-09 Thread Derek Vadneau
for SWCs: merge into code, external, RSL. Is there any such option in Flash CS3? It seems like SWCs are treated as external. Derek Vadneau ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

Re: [Flashcoders] WebServices support in AS3/FLCS3

2007-07-06 Thread Derek Vadneau
on this matter. Derek Vadneau - Original Message - From: John Dowdell To: flashcoders@chattyfig.figleaf.com Sent: Friday, July 06, 2007 3:05 PM Subject: SPAM-LOW: Re: [Flashcoders] WebServices support in AS3/FLCS3 Enrique Chávez wrote: What happened with the webservices classes in AS3/Flash CS3

Re: [Flashcoders] AS3 root

2007-06-19 Thread Derek Vadneau
This one works for me. if (loaderInfo.url == loaderInfo.loaderURL) { // This is the main SWF. } Derek Vadneau - Original Message - From: Patrick Matte|BLITZ To: flashcoders@chattyfig.figleaf.com Sent: Tuesday, June 19, 2007 3:48 PM Subject: SPAM-LOW: [Flashcoders] AS3 root Hi fellas

Re: [Flashcoders] loading CS3 swf into flex swf container

2007-06-15 Thread Derek Vadneau
The stage object may never be accessible to the loaded content if it's never added to a display object. The only way to access the stage property (directly) is to listen for the Event.ADDED_TO_STAGE event. Indirectly, you could have the base SWF call a method in the loaded SWF and pass a

Re: SPAM-LOW: [Flashcoders] Private var not accessible?

2007-06-07 Thread Derek Vadneau
); Or use Delegate: var delay = _global.setTimeout( Delegate.create(this, delayedFunc), 1000 ); In both cases you are providing the scope for which the function will have. Derek Vadneau - Original Message - From: eric e. dolecki To: Flashcoders mailing list Sent: Thursday, June 07

Re: SPAM-LOW: Re: [Flashcoders] Private var not accessible?

2007-06-07 Thread Derek Vadneau
compile-time checking of the function reference. Derek Vadneau - Original Message - From: eric e. dolecki To: flashcoders@chattyfig.figleaf.com Sent: Thursday, June 07, 2007 3:38 PM Subject: SPAM-LOW: Re: [Flashcoders] Private var not accessible? inside a class i have to use

Re: [Flashcoders] [OT] desktop file searching utility

2007-05-28 Thread Derek Vadneau
covered in what I mentioned? Derek Vadneau - Original Message - From: Hairy Dog Digital To: flashcoders@chattyfig.figleaf.com Sent: Monday, May 28, 2007 2:45 PM Subject: RE: [Flashcoders] [OT] desktop file searching utility I know that. What I need the capacity to do is to search

Re: SPAM-LOW: Re: [Flashcoders] removeMovieClip scoped incorrectly?

2007-05-24 Thread Derek Vadneau
[thisColumn_txt].removeMovieClip(); Derek Vadneau - Original Message - From: Allandt Bik-Elliott (Receptacle) To: flashcoders@chattyfig.figleaf.com Sent: Thursday, May 24, 2007 11:52 AM Subject: SPAM-LOW: Re: [Flashcoders] removeMovieClip scoped incorrectly? yeh i correct that - still gives me

Re: SPAM-LOW: [Flashcoders] Detect Flash version in AS3

2007-05-23 Thread Derek Vadneau
into _level0 (loadMovieNum). However, if the user doesn't have the Flash Player installed at all you'll have to use another solution anyhow. SWFObject or another would be a better option. Derek Vadneau - Original Message - From: Joe Cutting To: flashcoders@chattyfig.figleaf.com Sent

Re: SPAM-LOW: Re: [Flashcoders] flash and USB port

2007-05-18 Thread Derek Vadneau
a local resource (directly) from a web page. Derek Vadneau Northcode Inc. http://www.northcode.com - Original Message - From: quinrou . To: flashcoders@chattyfig.figleaf.com Sent: Friday, May 18, 2007 1:41 PM Subject: SPAM-LOW: Re: [Flashcoders] flash and USB port Joe, i thought about

Re: SPAM-LOW: [Flashcoders] Whats new in Flash CS3

2007-05-09 Thread Derek Vadneau
Try the Flash page of the Adobe site: http://www.adobe.com/products/flash/ There are links that say: - Learn about new features - Take a tour Derek Vadneau - Original Message - From: Berkay Unal To: [FlashCoders] Sent: Wednesday, May 09, 2007 11:17 AM Subject: SPAM-LOW: [Flashcoders

RE: [Flashcoders] JSFL - Saving FLAs

2007-04-02 Thread Derek Vadneau
it doesn't answer the question directly, but it does demonstrate that there is a way to get this information. But, afaik, not from JSFL. FLAVer: http://www.northcode.com/free/flaver/flaver.php Derek Vadneau - Original Message - From: Steven Sacks | BLITZ To: flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] JSFL - Saving FLAs

2007-04-02 Thread Derek Vadneau
be interested in creating this for the community, so we'll see. Derek Vadneau - Original Message - From: Hershell Bryant To: flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 03, 2007 3:19 PM Subject: RE: [Flashcoders] JSFL - Saving FLAs I believe that the whole point

RE: [Flashcoders] JSFL - Saving FLAs

2007-04-02 Thread Derek Vadneau
. If they still save as Flash 8, then that's something to yell at them about. Derek Vadneau - Original Message - From: ChrisRM To: flashcoders@chattyfig.figleaf.com Sent: Monday, April 02, 2007 4:06 PM Subject: SPAM-LOW: RE: [Flashcoders] JSFL - Saving FLAs You're correct, Hershell. I have users

Re: [Flashcoders] onLoadComplete, but no onLoadInit

2007-02-14 Thread Derek Vadneau
What version is the SWF you are loading that causes you the grief? Is it the same version as the SWF that is performing the load? Was it published for version 6 (or earlier) perhaps? Derek Vadneau - Original Message - From: T. Michael Keesey [EMAIL PROTECTED] To: Flashcoders mailing

Re: SPAM-LOW: [Flashcoders] Identifier expected

2007-02-09 Thread Derek Vadneau
{ this._data = new Object(); this._data[a] = new Object(); this._data[a][1] = new Number(0) ... } Derek Vadneau - Original Message - From: Mendelsohn, Michael [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, February 09, 2007 1:08 PM Subject

Re: SPAM-LOW: RE: [Flashcoders] AS3 properties woes

2007-01-24 Thread Derek Vadneau
It happens because the compiler realizes you haven't called super() in your constructor and does it for you. Derek Vadneau - Original Message - From: Petro Bochan [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, January 24, 2007 9:20 AM

Re: SPAM-LOW: RE: [Flashcoders] AS3 properties woes

2007-01-24 Thread Derek Vadneau
statement in the constructor body. You can call super() anywhere in your constructor (before or after other code), but if you leave it out, super() is called for you. Derek Vadneau - Original Message - From: Brandon Barkley [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders

Re: [Flashcoders] AS3 properties woes

2007-01-24 Thread Derek Vadneau
need to accomplish. Derek Vadneau - Original Message - From: Steven Sacks | BLITZ [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, January 24, 2007 1:52 PM Subject: RE: [Flashcoders] AS3 properties woes I don't know about AS3 (and I can't

Re: SPAM-LOW: [Flashcoders] Getting variables in as3

2007-01-23 Thread Derek Vadneau
Variables are attached to the Application.application.parameters object. trace(Application.application.parameters.frame); Derek Vadneau - Original Message - From: William Smith [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, January 23

Re: SPAM-LOW: [Flashcoders] Getting variables in as3

2007-01-23 Thread Derek Vadneau
Sorry, you're right. In an AS-only project you can use: trace(root.loaderInfo.parameters.frame); Derek Vadneau - Original Message - From: William Smith [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, January 23, 2007 1:06 PM Subject: Re

Re: [Flashcoders]MovieClipLoader http error codes

2007-01-22 Thread Derek Vadneau
of authorization to get access. Derek Vadneau - Original Message - From: Donald Desloge [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Monday, January 22, 2007 9:24 AM Subject: [Flashcoders]MovieClipLoader http error codes I'm getting an httpStatus code

Re: [Flashcoders] Deploying Standalone Apps with Flex2

2007-01-18 Thread Derek Vadneau
them out as well, click Project Clean... Derek Vadneau - Original Message - From: August Gresens [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, January 18, 2007 12:04 PM Subject: [Flashcoders] Deploying Standalone Apps with Flex2

Re: [Flashcoders] flash 8 components from scratch?

2006-12-13 Thread Derek Vadneau
. The value would not be set as an array or object. Derek Vadneau - Original Message - From: Mike Lyda [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, December 13, 2006 2:10 PM Subject: [Flashcoders] flash 8 components from scratch? I'm relearning components

Re: [Flashcoders] flash 8 components from scratch?

2006-12-13 Thread Derek Vadneau
of this somewhere? Check out this tutorial by Joey Lott: http://www.person13.com/articles/components/creatingcomponents.html Except for a small section that talks about dispatchEvents, there's nothing that requires you to include anything from the V2 framework. He's even got a sample ZIP file. Derek

RE: [Flashcoders] gProject

2006-11-27 Thread Derek Vadneau
. Derek Vadneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de Boer Sent: Monday, November 27, 2006 10:21 PM To: Flashcoders mailing list Subject: SPAM-LOW: [Flashcoders] gProject Does anyone use gProject and if so what do you think

Re: [Flashcoders] connecting excel spread sheet to Flash

2006-11-22 Thread Derek Vadneau
as if it was a database. Derek Vadneau Northcode Inc. http://www.northcode.com - Original Message - From: nik crosina [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, November 22, 2006 11:17 AM Subject: Re: [Flashcoders] connecting excel

Re: [Flashcoders] Projector Wrapper

2006-10-03 Thread Derek Vadneau
would prefer something that just works based on the swf or the projector. Derek Vadneau ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Derek Vadneau
Have you tried specifying a full path, i.e. E:\english\flv\Classroom.flv ? Unless you are specifying that in AS, then it's: myflvpb.contentPath = E:\\english\\flv\\Classroom.flv; Just a thought. Derek Vadneau - Original Message - From: Kent Haynes [EMAIL PROTECTED] To: Flashcoders

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Derek Vadneau
I would say that you should use the full path if you are playing locally. There seems to be no problem with relative paths on the web for FLVs, but relative paths for local FLVs seems to be hit and miss. Specifying the full path in all (local) cases wouldn't be a bad thing. Derek Vadneau

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Derek Vadneau
If your SWF is running on the same drive as the FLV, _level0._url contains everything you need. Derek Vadneau - Original Message - From: Helmut Granda [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, September 07, 2006 11:22 AM Subject

Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

2006-08-31 Thread Derek Vadneau
- someone who will fix the problem. Derek Vadneau - Original Message - From: Nicolas Cannasse [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, August 31, 2006 3:11 PM Subject: SPAM-LOW: Re: [Flashcoders] ANN: Screenweaver HX - Version 1.0

Re: [Flashcoders] adding help books

2006-08-24 Thread Derek Vadneau
. The help_toc.xml file is the definition of your help structure. If you need more on creating the Help files, check this link: http://www.northcode.com/forums/showpost.php?p=29823postcount=6 Hth, Derek Vadneau - Original Message - From: Ravi Marella [EMAIL PROTECTED] To: Flashcoders mailing list

Re: [Flashcoders] Dynamic access of top-level variables in AS3

2006-07-11 Thread Derek Vadneau
Create an object in the global scope to contain your variables, let's call it _global. Then reference it as: _global[myVar]; Or if you don't like the idea of a global object, create a dynamic class to do the same. Derek Vadneau - Original Message - From: Chris McFadyen aka Grayson

Re: [Flashcoders] Dynamic access of top-level variables in AS3

2006-07-11 Thread Derek Vadneau
it and to address it. That is, your class doesn't need to know, but at some point in code a variable name is known, whether it's generated with a string concatenation or passed from another SWF/app/browser/etc. Does that address your situation? If not, maybe you could explain how you want to use it? Derek

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Derek Vadneau
communicate with the SWF9 but you can communicate with other SWF8s. So what? Well, it means your loaded SWF8s may be able to be used, but depending on how you reference things, they may not work as expected. However, they will run. Derek Vadneau - Original Message - From: Johannes

Re: [Flashcoders] Flash 9 Public Alpha ...

2006-07-06 Thread Derek Vadneau
I realize this has the potential to get off-topic real fast, so can you send me a link off-list to info on MS not supporting 2000? They will be stopping public support for 98, 98SE, ME, and XP SP1, but I've never seen anything about 2000. Derek Vadneau - Original Message - From

RE: [Flashcoders] Loading Flash 6 .swf files into a Flash 7 .swf

2006-07-05 Thread Derek Vadneau
, _level0._global when referenced from the child SWF references the child SWFs original _global. Strange but true. Derek Vadneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Todd Hivnor Sent: Wednesday, July 05, 2006 6:41 PM To: Flashcoders mailing

[Flashcoders] Getter/Setter behaviour question

2006-06-30 Thread Derek Vadneau
an underscore) so how is it being set? I realize I can do this a different way, so I'm not looking for alternatives, unless I'm doing something incorrectly, in which case please let me know. TIA, Derek Vadneau ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] Getter/Setter behaviour question [SOLVED]

2006-06-30 Thread Derek Vadneau
For anyone interested: I figured something out and remember reading something about this, although I can't find a link at the moment. The getter is setting the property. The setter is ignored, and in fact there doesn't need to be a setter, and the private property is set. Example: (the same

Re: [Flashcoders] another AS 3 question

2006-06-28 Thread Derek Vadneau
side to handle the conversation through ExternalInterface so that it behaves like two SWF8s. Of course ExternalInterface requires that you implement code in the container/browser. Derek Vadneau - Original Message - From: Robin Burrer [EMAIL PROTECTED] To: Flashcoders mailing list

Re: [Flashcoders] Can't reach boolean?

2006-06-19 Thread Derek Vadneau
that the code within the first frame of the movie has enough time to run, setting up the value. If you are loading it is it coming from a domain other than that of the main SWF? Let me know, the questions branch out if this is the case. Derek Vadneau - Original Message - From: Mendelsohn

Re: [Flashcoders] Accepting 1 parameter with 2 possible types inamethod?

2006-06-15 Thread Derek Vadneau
actually have * to indicate that the parameter/return is untyped. Derek Vadneau - Original Message - From: Ian Thomas [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, June 15, 2006 1:49 PM Subject: Re: [Flashcoders] Accepting 1 parameter

Re: [Flashcoders] Buyer beware mCOM

2006-06-13 Thread Derek Vadneau
you no other alternative ... Derek Vadneau - Original Message - From: Sorensen, Shannon M - MWL [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Tuesday, June 13, 2006 11:29 AM Subject: [Flashcoders] Buyer beware mCOM http://67.104.17.194/complaint/view/57077332/c/47x9hr

Re: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Derek Vadneau
, and while I too am interested in various topics Flash-related, they don't necessarily belong here. Dave Watts gave an excellent post and link a couple of weeks ago about list etiquette: http://chattyfig.figleaf.com/pipermail/flashcoders/2006-May/166785.html Derek Vadneau - Original Message

Re: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Derek Vadneau
their opinion, but only a lawyer is going to be able to give you the legal devices to back you up. If you are planning to distribute you might also want to look at some of the SWF2EXE options out there. Derek Vadneau http://MadeByDerek.com mailto:[EMAIL PROTECTED] - Original Message

Re: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Derek Vadneau
We know. The only way to discuss the list with the list is to post on the list. Derek Vadneau - Original Message - From: Lee McColl-Sylvester [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Monday, June 12, 2006 12:44 PM Subject: RE: [Flashcoders

Re: [Flashcoders] Is it possible to change Stage background coloratruntime?

2006-06-08 Thread Derek Vadneau
the colour at runtime. Not sure about the other SWF2EXE tools, but SWF Studio does enable you change the background colour at runtime - assuming this is even an option for your project. Derek Vadneau Northcode Inc. http://www.northcode.com - Original Message - From: Fernando Castillo

Re: [Flashcoders] remove haloGreen - haloBlue- haloOrange

2006-06-07 Thread Derek Vadneau
myRadioButton.drawFocus = undefined; Derek Vadneau - Original Message - From: Gresh, Lois [EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Sent: Wednesday, June 07, 2006 2:24 PM Subject: RE: [Flashcoders] remove haloGreen - haloBlue- haloOrange

Re: [Flashcoders] Prevent Multiline Selectable TextFieldfromscrolling?

2006-06-05 Thread Derek Vadneau
for the text that I had. 2. The text will be from the 0 character onwards. If you have a scrollbar, or other means of scrolling, the scrollPosition will not be taken into account. Again, if I had the time this could probably be made to compensate for the caveats. Hope it helps. Derek Vadneau

Re: [Flashcoders] browser will not quit!!

2006-06-02 Thread Derek Vadneau
-movie players. The only thing you can use fscommand for in the web player is to communicate with scripting on the hosting page. So if you want to quit the browser, you can use fscommand(QuitBrowser, ), and then have a function in JavaScript that actually does the close. Derek Vadneau Northcode

Re: [Flashcoders] OOP 101: Is import really necessary?

2006-05-25 Thread Derek Vadneau
as a reference to the class during compile-time, so I don't think that's why it worked. I think the classes are indeed included. However, someone could prove me wrong. Incidentally, the file size was 42.5 KB ... so, trim the fat and use [] notation! Derek Vadneau - Original Message

Re: [Flashcoders] OOP 101: Is import really necessary?

2006-05-25 Thread Derek Vadneau
]? If the classes were in fact not included, would it not return undefined? The compiler doesn't know that I've referenced the class when I use [] notation. Derek Vadneau - Original Message - From: Weldon MacDonald [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders

Re: [Flashcoders] OOP 101: Is import really necessary?

2006-05-25 Thread Derek Vadneau
Variable assignments with no imports. 47.9 KB That is probably what everyone is expecting to see and how the docs define the behaviour. When we talk timeline, you can chuck that. Interesting difference. I don't know why it would matter but that's the behaviour I'm seeing. Derek Vadneau

RE: [Flashcoders] CD ROM dimensions?

2006-05-19 Thread Derek Vadneau
displays. I don't think a blanket don't do it is particularly useful. Derek Vadneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks Sent: Friday, May 19, 2006 1:11 AM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] CD ROM

RE: [Flashcoders] CD ROM dimensions?

2006-05-18 Thread Derek Vadneau
changing the framerate to compensate. With a tool like SWF Studio you can actually increase the performance by using it's ability to change the screen resolution using DirectDraw to run your app at an even lower resolution while keeping the app fullscreen. Derek Vadneau -Original Message

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 Derek Vadneau
newline. Sorry for the confusion. Derek Vadneau - Original Message - From: Steven Sacks [EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Sent: Monday, May 15, 2006 3:07 PM Subject: RE: [Flashcoders] \r I tested it before I posted it. The split works

RE: [Flashcoders] kioks

2006-05-10 Thread Derek Vadneau
. You'd probably need some helper apps to get some of the other functionality that the wrappers have built into one tool. If you want to check out the 3rd party wrappers, check out their trials and take a look at their docs and forums. Derek Vadneau http://www.northcode.com -Original Message

Re: [Flashcoders] using both flash 8 -and- flash mx 2004 pro/flash 7player

2006-04-28 Thread Derek Vadneau
player. Derek Vadneau - Original Message - From: Gresh, Lois [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Friday, April 28, 2006 3:48 PM Subject: [Flashcoders] using both flash 8 -and- flash mx 2004 pro/flash 7player We're thinking about upgrading to Flash 8. Our

RE: [Flashcoders] Running FSCOMMAND EXEC with switches

2006-04-17 Thread Derek Vadneau
A SWF file can't write a text file by itself. If you use a SWF to EXE tool you can write whatever you want to a text file. And they will probably have the functionality to do what you were looking to have the batch file do for you. Derek Vadneau -Original Message- From: [EMAIL

Re: [Flashcoders] Thinking about upgrading to Flash 8

2006-04-11 Thread Derek Vadneau
stand going to back MX04. Not that Flash 8 is perfect, but there are enough IDE glitches that have been fixed in 8 to make it well worth the upgrade for me. Derek Vadneau Northcode Inc. http://www.northcode.com - Original Message - From: Info [EMAIL PROTECTED] To: Flashcoders mailing

[Flashcoders] __resolve blocks access to superclass members?

2006-04-07 Thread Derek Vadneau
gets called. Does anyone know why this happens? Is it not possible to use __resolve in this way? Derek Vadneau ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman

RE: [Flashcoders] what�s the catch?

2006-03-30 Thread Derek Vadneau
for the majority of cases, but I have seen cases where the network connection fails yet MovieClipLoader calls onLoadComplete - very annoying. Derek Vadneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Måseide Sent: Thursday, March 30, 2006 7:10 AM

Re: [Flashcoders] FATAL Zinc issue

2006-03-27 Thread Derek Vadneau
, especially with critical fixes (like the one mentioned here) and additions (like the newest release of the Flash player). It may be a minor change on MDM's side, but for the developer, and end-user, it's a very big difference. Derek Vadneau - Original Message - From: [EMAIL PROTECTED

RE: [Flashcoders] FATAL Zinc issue

2006-03-27 Thread Derek Vadneau
Actually they don't always: http://www.mdmforum.com/forum/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

Re: [Flashcoders] DataGrid rows with unique background colours?

2006-03-10 Thread Derek Vadneau
Check the styles for superclasses of components as well: myDataGrid.setStyle('alternatingRowColors', [0xE0E0E0, 0xFF]); alternatingRowColors comes from List. Set an array with the colours you want. Derek Vadneau - Original Message - From: Adrian Park [EMAIL PROTECTED

Re: [Flashcoders] Hiding methods from the compiler

2006-03-09 Thread Derek Vadneau
Not sure for SWFStudio. Latest version of SWF Studio comes with intrinsic classes that you can just include in your classpath. Derek Vadneau Northcode Inc. http://www.northcode.com - Original Message - From: JesterXL [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders

RE: [Flashcoders] multi-threading / xml progress meter solutions?

2006-03-02 Thread Derek Vadneau
. Derek Vadneau Yes I also tried this with the same results. Merrill, Jason wrote: var pctLoaded:Number = Math.floor(my_xml.getBytesLoaded() / my_xml.getBytesTotal() * 100); Does that really work? I know you said you got it from the help docs and all, but I always thought the Flash player, when

Re: [Flashcoders] fscommand(exec,...) in a standalone app

2006-02-28 Thread Derek Vadneau
is a little misleading since your actual problem is with asfunction. If the trace isn't happening then the fscommand has no chance of working. And to that, make sure your EXE is in a folder called fscommand, and that folder is in the same folder as your SWF/EXE. Derek Vadneau - Original Message

Re: [Flashcoders] Flash connecting to a database - all running on a DVD-ROM

2006-02-24 Thread Derek Vadneau
by the pricing for their Director equivalent, the SWF Studio/SQLite option would be slightly cheaper, and of course you get a lot more than just database features with SWF Studio. Just another option. Derek Vadneau Northcode Inc. http://www.northcode.com - Original Message - From: nik crosina

RE: [Flashcoders] Component and Live Preview ~ problems

2006-01-30 Thread Derek Vadneau
... record-keeping is not my strong-suit ... Derek Vadneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, January 30, 2006 11:22 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Component and Live Preview

[Flashcoders] Cellrenderer confirmation

2006-01-25 Thread Derek Vadneau
that it wants to update the dataProvider. Any thoughts? Derek Vadneau ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Cellrenderer confirmation

2006-01-25 Thread Derek Vadneau
the multiple calls to setValue. Do you see any issues with that? Derek Vadneau - Original Message - From: JesterXL [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, January 25, 2006 2:15 PM Subject: Re: [Flashcoders] Cellrenderer confirmation

RE: [Flashcoders] input text scrolls when pressing right arrow key

2006-01-06 Thread Derek Vadneau
? Yes. Derek Vadneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fla coder Sent: Friday, January 06, 2006 6:19 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] input text scrolls when pressing right arrow key hi please try

Re: [Flashcoders] XMLSocket + close()

2006-01-06 Thread Derek Vadneau
it will be the server that closes the connection. Derek Vadneau - Original Message - From: Chris Allen [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, January 06, 2006 12:07 PM Subject: Re: [Flashcoders] XMLSocket + close() Interesting observation Weyert. I

Re: [Flashcoders] Get SWF Version

2006-01-05 Thread Derek Vadneau
There are a few ways. The easiest is to load the SWF into another SWF and check the version: // After the SWF has been loaded: trace(child_mc.getSWFVersion()); Derek Vadneau - Original Message - From: Josh Buhler [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders

Re: [Flashcoders] TextFormat constructor

2006-01-03 Thread Derek Vadneau
underline:true isn't valid, unless you are building an anonymous object. You can pass the values like this but they're not named. You have to pass the values in the order shown in the docs. It would have been a lot more useful if you could pass an object ... Derek Vadneau - Original

RE: [Flashcoders] Flash Player 8.5 - Illegal Operation caused by ?

2006-01-02 Thread Derek Vadneau
: http://www.ericd.net/new_css/sections/aspcomments/aspcomments.asp?blogid=113597757803253823count=1 Line: 1 Source Code: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN .. etc. Derek Vadneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [Flashcoders] Live Preview Woes

2005-12-14 Thread Derek Vadneau
that way. If your live preview is a SWF that you've published, then you can just provide a variable such as this yourself. Derek Vadneau - Original Message - From: Judah Frangipane [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday

Re: [Flashcoders] Sandbox violation on local file (was AS3: Sandbox violation on BitmapData.draw())

2005-12-13 Thread Derek Vadneau
to gain the Access local files only setting, or use the Macromedia batch-converter for SWFs. Derek Vadneau - Original Message - From: Shaw, Matt (MTVN) [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, December 13, 2005 12:15 PM Subject: SPAM

Re: [Flashcoders] License rules when distributing Flash exe files?

2005-12-09 Thread Derek Vadneau
/Macromedia, so you can be sure. Especially if you're planning on doing something commercially I would verify the licensing, even if you need a lawyer's opinion. I'm not trying to scare anyone. It's just a good idea to cover your ass. Derek Vadneau - Original Message - From: brian groth

Re: SPAM-LOW: Re: [Flashcoders] FAQ Adobe acquisition of Macromedia

2005-12-08 Thread Derek Vadneau
time you group panels, then click a tab, the tabs disappear. Just collapse the panel and open it again and all is well. Derek Vadneau - Original Message - From: Zeh Fernando [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, December 08

Re: [Flashcoders] fscommand exec . exec programs with parameters

2005-11-18 Thread Derek Vadneau
of the applications available are: SWF Studio - http://northcode.com mProjector - http://screentime.com Zinc - http://multidmedia.com Screenweaver - http://screenweaver.com Derek Vadneau Northcode Inc. http://www.northcode.com - Original Message - From: kosztik istvan [EMAIL PROTECTED

Re: [Flashcoders] Flipbook in AS2

2005-11-11 Thread Derek Vadneau
The most impressive one I've seen: http://www.flippingbook.com/ They charge for it, but considering what it does the price seems reasonable. Derek Vadneau - Original Message - From: Stephen Hueners [EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] change icon

2005-11-03 Thread Derek Vadneau
what about mac application? (change the icon) You only asked about .exe applications so I assumed you meant just for Windows. Some of the Icon editors can change the icons of applications, but I'm not sure if they are limited to Windows or not, in that respect. Derek Vadneau

Re: [Flashcoders] Newbie AS3 question

2005-10-28 Thread Derek Vadneau
just cause an error or overwrite the previous addChild? Just wondering how you reference the child(ren). Derek Vadneau ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders