Hi!
Is is possible to use Flex Builder to compile Open Space?
Is there a swc available? Plans for that in the future?
Thanks!
Open Space + Flex Builder
-
virtual_whirrled
- Posts: 2
- Joined: 15 Aug 2008, 15:24
Currently OpenSpace is a Flash CS3 component only. Still, there's a way to use it in Flex: check this post.
We will take into account the creation of a Flex version only after the first official release of OpenSpace.
We will take into account the creation of a Flex version only after the first official release of OpenSpace.
Paolo Bax
The SmartFoxServer Team
The SmartFoxServer Team
-
virtual_whirrled
- Posts: 2
- Joined: 15 Aug 2008, 15:24
Does anyone succeeded in using Flash component of OpenSpace in Flex?
I'm getting
I'm getting
With TextArea, as in example - all is ok.TypeError: Error #1034: Type Coercion failed: cannot convert com.smartfoxserver.openspace::OpenSpace@2d03c741 to mx.core.IUIComponent.
at mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::addingChild()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:3251]
at mx.core::Container/addChildAt()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2200]
at mx.core::Container/addChild()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\Container.as:2140]
...
OpenSpace isn't a UIComponent. How do you use the OS component in Flex?
We haven't tested it, but in order to use OS in Flex you probably have to follow these steps:
- create a container in Flash using the "Flex Component Kit for Flash CS3"
- drag&drop the OS inside that container
- export it as an swc
- add the swc to the Flex libraries for your project and use it
We haven't tested it, but in order to use OS in Flex you probably have to follow these steps:
- create a container in Flash using the "Flex Component Kit for Flash CS3"
- drag&drop the OS inside that container
- export it as an swc
- add the swc to the Flex libraries for your project and use it
Paolo Bax
The SmartFoxServer Team
The SmartFoxServer Team