Problems with latest stable Flex 4 nightly build
Štvrtok, Február 4th, 2010I have commercial project in Flex 4. That’s great I always wanted to use Flex 4 for commercial project (otherwise I didn’t have time to work with Flex 4). It was too risky, because Flex 4 is just beta 2, but application depends on custom skinning, so we have decided to implement it in Flex 4 together with Flash Catalyst. Workflow is not ideal (as graphics designer didn’t know about Flash catalyst), but surely it was help (at least for cutting assets
). There were few problems, but after month of development and reading some stuff and tutorials on web I want to try use latest stable nightly build. Right now it’s Flex 4.0.0.13875 from 29th of January. So I’ve downloaded and install it to Flash builder.
First, what I’ve found out that namespace mx was change to ns namespace. xmlns:mx=”library://ns.adobe.com/flex/halo”
xmlns:ns=”library://ns.adobe.com/flex/mx”
some properties was renamed e.g BitmapImage resizeMode to fillMode, some properties was removed.
But I’ve stuck on 1 problem… from flash.* packages, there is just flash.text.*, all other flash.* packages are not inside. So e.g. I can not use MouseEvent and similar stuff
Does anyone know if I don’t see anything obvious? Does anyone use latest stable nightly build of Flex 4? (I’ve tried also latest nightly build Flex 13963, same problem)
I really want to use it, because I know, there is some important things fixed. Please let me know, if you have how to fix problem
Thank you very much
1 Comments
admin
• Visit Site
Február 4th, 2010
It’s discussed here:
http://forums.adobe.com/thread/552806?tstart=0
Sorry, comments for this entry are closed at this time.