This is cool! Macromedia Flash 8 has introduced built-in support for downloading and uploading (with help of server side script) files with server. It is notable that the the player will be able to support uploading more than one file to the server, you can check out the worked out examples at Oniam Software Blog. Advantage is that now displaying a progress of file upload will be easier. I am not sure if the post-back can be avoided with the help of asp.net 2, will have to check that out ......
Flash has an nice concept called 'Scene', using which you separate a full movie into various scenes logically and then work on them. This enables the developer from going insane over the countless layers and frames that they have to jump to. One problem I faced with scene jumping with the recent work is that, when you are gotoAndPlay'ing to a scene from the topmost scene it works pretty well, but the problem arises when you have to jump to a different scene from inside of some object placed somewhere ......
I was working on flash file modification project recently and had to make use of drop down (ComboBox) control present in the flash 2004 UI Components. All was set well and when trying to execute the flash file, the component did not work or rather there was no component but just an empty rectangle in the place. After doing some tussling with the flash settings, I remembered that the flash file was created with an older version, and when I had opened it in flash 2004 pro, it had not set the action ......