RE: [Flashcoders] x, y coordinates when using Mouse Listener object arenot giving correct output

2006-05-02 Thread Jim Robson
Vivek, It seems to be a bug in certain versions of the player. I dragged a TextArea component onto the stage, named it mouseText, and modified the code as shown below. When I published the movie and opened the HTML container in Firefox, then it worked correctly. However, the error persists in IE.

RE: [Flashcoders] Can this be true?

2006-05-02 Thread Jim Robson
In IE, I'm getting 25 fps. In Firefox, I'm getting 27. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Kønig Sent: Tuesday, May 02, 2006 10:37 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Can this be true? At this link there

RE: [Flashcoders] Q:Flash 8 and memory leaks

2006-05-03 Thread Jim Robson
My first guess is that it's a coding issue. I ran the movie a few times, and I didn't have any trouble till I clicked the shapshot button. Every time I clicked that button, Firefox crashed immediately. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [Flashcoders] Help needed for Novice

2006-05-04 Thread Jim Robson
Loren, The stop() command is commented out on frame 5 (Start). That would explain why the movie blows by that frame. If I am reading it correctly, this is what is happening: When the movie gets to frame 5, it loads start.swf and keeps playing until it gets to frame 15, where it loads

RE: [Flashcoders] Scrollpane Movement

2006-05-16 Thread Jim Robson
Don't you want... ratio = contentHeight/trackHeight Or am I missing something too? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Lynch Sent: Tuesday, May 16, 2006 12:43 PM To: Flashcoders Subject: [Flashcoders] Scrollpane Movement I'm knocking

[Flashcoders] Color.setRGB - no such method?

2006-05-17 Thread Jim Robson
Hello all, I'm getting an error that makes no sense at all. I distilled the code to its simplest form, and I'm still getting the error. I have a movie with one frame and one movie clip on the stage, with the instance name tmp. Here is the code: var color:Color; color = new Color(tmp);

RE: [Flashcoders] Color.setRGB - no such method?

2006-05-17 Thread Jim Robson
Barn - Thanks for testing the code. Do you have Flex 2.0 / Flash Player 9 on your system? If not, then I think that may be the cause of my problem (I do have them installed; we're using Flex for upcoming projects). Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Flashcoders] Color.setRGB - no such method?

2006-05-17 Thread Jim Robson
Thank you both for your help! It turns out the problem had to do with the CLASSPATH settings and the fact that another developer on my team had created a Color class in a different namespace. The result was that Flash was grabbing this custom Color class instead of the intrinsic one. Sorry for

RE: [Flashcoders] .NET and XML Web services

2006-05-18 Thread Jim Robson
There are some .NET web services on http://www.xmethods.net/ What version of Flash are you using? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Thursday, May 18, 2006 10:35 AM To: flashcoders@chattyfig.figleaf.com Subject:

RE: [Flashcoders] .NET and XML Web services

2006-05-18 Thread Jim Robson
PROTECTED] On Behalf Of Jim Robson Sent: Thursday, May 18, 2006 10:39 AM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] .NET and XML Web services There are some .NET web services on http://www.xmethods.net/ What version of Flash are you using

RE: [Flashcoders] .NET and XML Web services

2006-05-18 Thread Jim Robson
Tom: How do you use a LoadVars object for an XML web service? I thought that the LoadVars object only handled URL-encoded data. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Lee Sent: Thursday, May 18, 2006 11:26 AM To: 'Flashcoders mailing

RE: [Flashcoders] .NET and XML Web services

2006-05-18 Thread Jim Robson
Player 7 and have no other alternative. -tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Robson Sent: Thursday, May 18, 2006 11:32 AM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] .NET and XML Web services Tom: How do you use a LoadVars

RE: [Flashcoders] Flex list

2006-05-23 Thread Jim Robson
Flexcoders: http://groups.yahoo.com/group/flexcoders -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Grden Sent: Tuesday, May 23, 2006 10:12 AM To: Flashcoders mailing list Subject: [Flashcoders] Flex list what's the main list people are using for

RE: [Flashcoders] unescape function problem

2006-05-24 Thread Jim Robson
%25 is the URL code for the % sign. So Flash is correct; when you pass %25 in a URL-encoded string, you are in fact passing simply %. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vivek lakhanpal Sent: Wednesday, May 24, 2006 6:18 AM To: Flashcoders

RE: [Flashcoders] unescape function problem

2006-05-24 Thread Jim Robson
for rest all values i.e. all special characters i have to use unescape function to get url.encoded values back to normal string. Thanks Vivek On 5/24/06, Jim Robson [EMAIL PROTECTED] wrote: %25 is the URL code for the % sign. So Flash is correct; when you pass %25 in a URL-encoded string, you

RE: [Flashcoders] unescape function problem

2006-05-24 Thread Jim Robson
Users cause a lot of trouble, don't they? :-) Is it necessary to allow users to use the character? If possible, you could modify the UI so that it doesn't accept characters that cause problems in the code. Another possible solution is to modify the UI so that it replaces problem characters

RE: [Flashcoders] Flex vs. Flash IDE

2006-05-25 Thread Jim Robson
Frank, You are correct - with 2.0 you don't need the server. The server components are only required for certain functionalities such as messaging. I'm just starting with Flex myself, and so far I like it. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [Flashcoders] Flex vs. Flash IDE

2006-05-25 Thread Jim Robson
I spent some time evaluating OpenLaszlo for my employer, and it's very nice. We nearly chose it over Flex. However, Flex turned out to be the winner for us. Here are some of the reasons: - Flex has native XML socket server support - Flex supports SOAP in compiled SWF deployments (Laszlo only

RE: [Flashcoders] Flex vs. Flash IDE

2006-05-25 Thread Jim Robson
Mike, I didn't have much luck with the Laszlo community. I posted several questions, and most of them went unanswered. Maybe they just don't like ignorant newbies? I also couldn't get Laszlo Systems to answer all of my questions. They sent me a nice email when I joined their forum, but when I

RE: [Flashcoders] Where to politely and appropriately discuss pricingissues

2006-06-01 Thread Jim Robson
I agree with Nick Weekes' suggestion that any pricing info should include the country. I would also suggest that we break it down a bit further - by region. I recently moved from Connecticut to northern Virginia (Washington DC area) and have found that even within the US the pay scale from one

RE: [Flashcoders] onResize (when done)

2006-06-06 Thread Jim Robson
The Stage.onResize event works perfectly as long as the scale mode is set to noScale (the example below from the Flash 8 docs is pretty good). If the movie is set to scale, then the event is never fired, and all bets are off. You can, however, use JavaScript to fire a resize event when the user

[Flashcoders] Bug in Runtime Style Declarations

2006-06-06 Thread Jim Robson
When setting the fill colors for a component class at runtime, Flex breaks. It's possible to set the fill colors for an instance, but not for a class. Take a look at the code below. The first function, setInstanceStyle, works fine. The second function, setClassStyle, causes the MenuBar to

RE: [Flashcoders] Bug in Runtime Style Declarations

2006-06-06 Thread Jim Robson
Sorry - This was posted to the wrong list. Please ignore. (It's a Flex bug.) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Robson Sent: Tuesday, June 06, 2006 7:17 AM To: 'Flashcoders mailing list' Subject: [Flashcoders] Bug in Runtime Style

RE: [Flashcoders] Flex List?

2006-06-09 Thread Jim Robson
http://www.flexcoders.org http://groups.yahoo.com/group/flexcoders -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Thatcher Sent: Friday, June 09, 2006 12:38 PM To: 'Flashcoders mailing list' Subject: [Flashcoders] Flex List? I asked the question

RE: [Flashcoders] Flash SWF Loading fine, but Remoting hangs...

2006-06-09 Thread Jim Robson
I don't know whether this applies to your situation but... We had a similar issue that was caused by anomalies in the data (believe it or not). It was a billing system built in Flash with a ColdFusion middle tier and a SQL Server backend. When one particular user pulled up certain accounts, the

RE: [Flashcoders] Flash SWF Loading fine, but Remoting hangs...

2006-06-09 Thread Jim Robson
you checked that out, but that is a curious problem... Doug Coning Senior Web Development Programmer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Jim Robson Sent: Friday, June 09, 2006 12:44 PM To: 'Flashcoders

RE: [Flashcoders] Flash coders content degrading

2006-06-12 Thread Jim Robson
FWIW: I've been working with Flash for over 6 years, but there are still a lot of things I haven't done. I've built some complex apps, but they are business apps (functionality revolves around the basic CRUD) intended to be displayed in the browser on desktop PCs. So, for example, I've never built

RE: [Flashcoders] Sample PHP script for handling XML from Flash

2006-06-21 Thread Jim Robson
Matt: http://php.net/ has tutorials and a comprehensive manual. If you have experience with ASP, then you should be able learn the basics of PHP quickly. -Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of matt stuehler Sent: Wednesday, June 21, 2006

RE: [Flashcoders] Best Flash data access way opinions

2006-06-21 Thread Jim Robson
Jorge: I like using Flash Remoting with ColdFusion components for the following reasons: 1. Fast development 2. Flexibility: using Remoting and CFCs, you can move a variety of data types over the pipe 3. Extensibility 4. Maintainability 5. Fast data transfers (can be much more efficient than

RE: [Flashcoders] Best Flash data access way opinions

2006-06-21 Thread Jim Robson
You are certainly entitled to your opinion! :-) I really don't think anything is faster to implement than CFCs and Remoting. You just build the CFC, set access=remote, and you're done on the server side. (Hope you think I'm entitled to my opinion!) -Original Message- From: [EMAIL

[Flashcoders] Searching for Generator-like utility

2006-11-16 Thread Jim Robson
Remember Macromedia Generator? With the Generator extensions in the Flash authoring environment, you could create .swt files with placeholders for dynamic data and images. The Generator Server could then render these at runtime into .swf, .jpg, .gif, or .png files. With the advent of Flash MX,

RE: [Flashcoders] Searching for Generator-like utility

2006-11-16 Thread Jim Robson
+ :) 2006/11/16, Jim Robson [EMAIL PROTECTED]: Remember Macromedia Generator? With the Generator extensions in the Flash authoring environment, you could create .swt files with placeholders for dynamic data and images. The Generator Server could then render these at runtime into .swf, .jpg, .gif

RE: [Flashcoders] Searching for Generator-like utility

2006-11-17 Thread Jim Robson
/index.html chris Jim Robson [EMAIL PROTECTED] wrote: Remember Macromedia Generator? With the Generator extensions in the Flash authoring environment, you could create .swt files with placeholders for dynamic data and images. The Generator Server could then render these at runtime into .swf

RE: [Flashcoders] Open a local .html file on click of a button

2006-11-17 Thread Jim Robson
Vivek, getURL is the correct method. Here's the syntax: testButton.onRelease = function(){ getURL(try.html); } In the above, testButton is the instance name of the button. You'll want to replace that with the instance name of your button. If you are patient, and spend lots of time with

RE: [Flashcoders] Open a local .html file on click of a button

2006-11-17 Thread Jim Robson
Just be aware that passing JavaScript as a parameter to getURL does not work reliably in all browsers (e.g. IE6). If you need to have a pop-up with specific parameters, you're better off putting the JavaScript in the HTML wrapper and using ExternalInterface to invoke it. Otherwise, passing _blank

RE: [Flashcoders] Searching for Generator-like utility

2006-11-17 Thread Jim Robson
your experience - advantages, disadvantages, gotcha's, etc. Thanks -Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Robson Sent: Thursday, November 16, 2006 10:04 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Searching

[Flashcoders] _accProps not recognized by compiler

2006-12-07 Thread Jim Robson
I'm using Flash Pro 8, and the compiler isn't recognizing _accProps for a button instance. I'm not having any trouble setting _accProps properties for a movie clip, but the following code returns an error when attempt to publish. Any idea what would cause this? Code and error message are pasted

RE: [Flashcoders] nodeValue not working?

2006-12-11 Thread Jim Robson
Subject: Re: [Flashcoders] nodeValue not working? You must do customerAbout = customer.firstChild.firstChild.nodeValue; to get the textNode and its value. Sometimes this is confusing, but the text itself is in fact a node too. /John 11 dec 2006 kl. 14.16 skrev Jim Robson: Hello all, I can't

[Flashcoders] Horizontal Scrolling List Breaks Accordion?

2006-12-12 Thread Jim Robson
Hello all, Has anyone successfully placed a horizontal scrolling list of thumbnails inside an Accordion component? When I try to do this, the player thinks that the Accordion has stretched to accommodate the scrolling list, even though visually the Accordion does not grow wider. As a result, the

RE: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Jim Robson
Mike, I know Steven others have already responded to your question, but as it happens I just posted the source code of an app that (I think) does what you're looking for. It's one step more complex than you asked for - it actually creates multiple scrolling lists inside an Accordion (thereby

RE: [Flashcoders] DHTML menu rolling over on top of flash possible?

2006-12-12 Thread Jim Robson
I think you can see an example here: http://www.adobe.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boon Chew Sent: Tuesday, December 12, 2006 7:14 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] DHTML menu rolling over on top of

RE: [Flashcoders] DHTML menu rolling over on top of flash possible?

2006-12-12 Thread Jim Robson
. On 13/12/2006, at 11:22 AM, Jim Robson wrote: I think you can see an example here: http://www.adobe.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boon Chew Sent: Tuesday, December 12, 2006 7:14 PM To: flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] Local variables and function arguments

2006-12-19 Thread Jim Robson
Danny, I just ran the following in Flash 8 (AS2) and it worked as expected: function testArgument(foo:String){ if(foo == undefined) foo = Foo was not defined; this.txtField.text += [+foo+]; } testArgument(); The string, [Foo was not defined] was printed in the text field. -Jim

RE: [Flashcoders] FlexBuilder/Actionscript 3 Meta Tags

2007-01-02 Thread Jim Robson
You might want to try the Flexcoders list: http://tech.groups.yahoo.com/group/flexcoders/ Meanwhile, if I understand your question correctly, you might want to look at ASDoc: http://labs.adobe.com/wiki/index.php/ASDoc -Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Flashcoders] Some AS3 components troubles

2007-01-10 Thread Jim Robson
Janis, I think you need to make the path to the icon gif relative to the component file. So, if your component file is in root/components and icon.gif is in root/ then the path needs to be: imageInstance.source = ../icon.gif; BTW, there is a good list for Flex coders here:

RE: [Flashcoders] scrolling dynamic movie clip

2007-01-10 Thread Jim Robson
Senior Multimedia Developer/OLP Administrator FedEx Customer Information Services Customer Service Organizational Learning 901-434-6605 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Robson Sent: Wednesday, January 10, 2007 11:41 AM To: 'Flashcoders

RE: [Flashcoders] Some AS3 components troubles

2007-01-10 Thread Jim Robson
Jason, I use mx:Image all the time to load JPG's, GIF's, and PNG's. Have been using it for a year now. I use it for loading both at compile time and at runtime. Works great. I think perhaps you are misinterpreting that section of the documentation a little. It's contrasting images with Flex

RE: [Flashcoders] scrolling dynamic movie clip

2007-01-10 Thread Jim Robson
Oops - typos in the code! The first two lines in scrollMe() should be: var nudge:Number = 20*dir; this._y += nudge; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Robson Sent: Wednesday, January 10, 2007 1:53 PM To: 'Flashcoders mailing list

RE: [Flashcoders] ExternalInterface.call - javascript error

2007-01-23 Thread Jim Robson
Nick, I get that error whenever my JavaScript references an ActionScript function that isn't specified as a callback function. In other words, if the JavaScript says: myFlashMovie.getFoo(); Then the ActionScript inside myFlashMovie needs to say: ExternalInterface.addCallback(getFoo);

[Flashcoders] Job Posting: Falls Church, VA

2007-04-25 Thread Jim Robson
Job description below. Please note the citizenship and clearance requirements as well as the location. Although the description seems to emphasize non-Flash skills, Flash / Flex is really the key skill set to have for this position. If you think you're a good match and you're interested, please

Re: [Flashcoders] TextFileds not receivign data?

2007-04-30 Thread Jim Robson
Just took a quick look, but I think that this line may be giving you trouble: myId = _root[mytext+[i]]; You may want to try this instead: var myId = _root.createTextField(mytext+[i], 1, myX, 0, 100, 30); HTH Jim On Mon, 30 Apr 2007 21:06:49 +1000 John Trentini [EMAIL PROTECTED] wrote: Hi

[Flashcoders] Flash Development on PC vs Mac

2007-06-20 Thread Jim Robson
Questions for those of you who have done Flash development on both platforms: What are the pros and cons of Flash development on Mac vs PC? Which platform would you recommend? My laptop is in need of replacement, and my employer generally gives us a choice of IBM (lenovo) or Mac.

RE: [Flashcoders] Flash Development on PC vs Mac

2007-06-20 Thread Jim Robson
works for a prominent interactive agency that does a ton of flash development. their entire flash team uses Macs. Jim Robson wrote: Questions for those of you who have done Flash development on both platforms: What are the pros and cons of Flash development on Mac vs PC? Which platform would

RE: [Flashcoders] onReleaseOutside event - AS3

2007-06-20 Thread Jim Robson
Derrick Grigg has a good post on this (the responses are worth reading as well) http://www.dgrigg.com/post.cfm/11/08/2006/Flex-2-AS-3-onReleaseOutside -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Wohl Sent: Wednesday, June 20, 2007 12:42 PM To:

Re: [Flashcoders] Flash Development on PC vs Mac

2007-06-21 Thread Jim Robson
Thanks guys! To everyone who responded to this post with your own first-hand knowledge and experience - I appreciate the info very much. I learned a lot. -Jim ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

RE: [Flashcoders] digest

2007-10-19 Thread Jim Robson
The welcome email included a URL for changing your options. Here it is again for convenience: http://chattyfig.figleaf.com/mailman/options/flashcoders/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Bitterman Sent: Friday, October 19, 2007 12:28

RE: [Flashcoders] placing mc on the stage

2008-01-16 Thread Jim Robson
Pedro, Is this what you're going for? function attachMovies() { for (var i = 0; i2; i++) { var mc = canvas.attachMovie(code,code+i,this.getNextHighestDepth()); mc._x = Math.random()*500; mc._y = Math.random()*100; } } -Original Message- From: [EMAIL

RE: [Flashcoders] Google Analytics ga.js Update

2008-01-16 Thread Jim Robson
Corban, This may just be a typo in your email, but there was a space between the underscore and trackPageview. More to the point, did you try this syntax: ExternalInterface.call(pageTracker._trackPageview, page); See: Programming ActionScript 3.0 / Flash Player APIs / Using the external API /

RE: [Flashcoders] Google Analytics ga.js Update

2008-01-16 Thread Jim Robson
. On Jan 16, 2008 2:17 PM, Jim Robson [EMAIL PROTECTED] wrote: Corban, This may just be a typo in your email, but there was a space between the underscore and trackPageview. More to the point, did you try this syntax: ExternalInterface.call(pageTracker._trackPageview, page); See: Programming

RE: [Flashcoders] ADA compliance Flash

2008-02-04 Thread Jim Robson
This page on Adobe's website has a categorized list of accessible Flash applications. It's somewhat dated, but at least it provides a demonstration of a range of accessibility features. http://www.adobe.com/resources/accessibility/examples.html Here's Adobe's blog on accessibility:

[Flashcoders] How do you do this?

2008-02-25 Thread Jim Robson
Hello all, There's a neat 3D CS3 demo from a Japanese tour. I'd like to know how to go about creating this kind of effect; my (few and rare) attempts at 3D animation in Flash have not performed nearly this well: http://www.adobe.com/jp/events/cs3_web_edition_tour/swfs/perform.swf Any

RE: [Flashcoders] PureMVC vs Cairngorm // who's better?

2008-04-11 Thread Jim Robson
Good timing - I just posted this last night: http://www.robsondesign.com/blog/index.php/2008/04/10/puremvc-vs-cairngorm/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of artur Sent: Friday, April 11, 2008 3:09 PM To: flashcoders Subject: [Flashcoders]

RE: [Flashcoders] PureMVC vs Cairngorm // who's better?

2008-04-11 Thread Jim Robson
I sent this to the list well over an hour ago, and it still hasn't shown up, so I'm re-sending. Forgive me if you receive it twice... -Original Message- Good timing - I just posted this last night: http://www.robsondesign.com/blog/index.php/2008/04/10/puremvc-vs-cairngorm/ -Original

Re: [Flashcoders] Good CMS options?

2008-11-15 Thread Jim Robson
Alfresco is highly customizable, using Java or JavaScript web scripts, and it's open source. http://wiki.alfresco.com/wiki/Main_Page - Jim ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com