News, resources, info and links on Macromedia MX, with a focus on Macromedia Flash MX
  from the Macromedia Flash Community Manager.


Tuesday, May 14, 2002

Rich application development with web services and Macromedia MX

I will be speaking at the O'Reilly Emerging Technology Conference tomorrow (Wednesday, May 15), so my updates over the next two days may be a little sparse.

I will be speaking at 5:45 about "Rich application development with web services and Macromedia MX". Here is the session dsecription:

In this session, Mike Chambers shows how to create rich applications by integrating Macromedia ColdFusion MX, Macromedia Flash MX and web services. He will show how to quickly create web services using Macromedia ColdFusion MX. Mike will then show how Macromedia Flash MX can be used to consume web services in order to create rich applications that can offer a better experience than traditional web applications.

So if you are at the conference, come by and say hi.

7:37:23 PM    comment []  Google It!  

Updated Eval Technote

The tech note describing using eval on the left side of an operator has been updated to take note of an issue that has arisen.

eval("TextField" + "One") = "string1"
trace("TextFieldOne")

Will return "undefined" in Test Movie and the eval() will fail in Macromedia Flash Player 6.

To correct the problem enclose the string concatenation in an extra set of parentheses:

eval(("TextField" + "One")) = "string1";

You can find more info on eval in this post.

3:57:08 PM    comment []  Google It!  

Config.as / stringUtils.as

I don't have much to post this morning, so I posted some ActionScript code that I created when I first started to play around with Flash MX. I have posted two things:

Config.as - This is a class that can load and parse config files of various formats.

stringUtils.as - This is a library that adds useful methods to the String object.

Note, these are provided as is. Also, there is some weird stuff in there (look how I check that Config.as is included, I should just check for Config.prototype). If you have any comments, or suggestions, be sure to post them in the comments section for each piece of code.

11:05:58 AM    comment []  Google It!  

© Copyright 2003 Mike Chambers.
 
May 2002
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Apr   Jun


Macromedia MX

Resources

Flash MX

Aggregators

Books

Click here to visit the Radio UserLand website.

Subscribe to "mesh on MX" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.