30 March 2007
29 March 2007
25 March 2007
as3-rpclib - Google Code
as3-rpclib - Google Code: "As3 RPC lib is a set of libraries that can be used with Flex 2 or AS 3 to invoke remote procedure calls using:
AMF0 (Flash Remoting MX)
XML-RPC
JSON-RPC (Coming Soon) As3 RPC lib is a set of libraries that can be used with Flex 2 or AS 3 to invoke remote procedure calls using:
AMF0 (Flash Remoting MX)
XML-RPC
JSON-RPC (Coming Soon) "
Using Dependency Injection to simplify parallel development in Flex and Apollo
Iconara » Using Dependency Injection to simplify parallel development in Flex and Apollo: "Using Dependency Injection to simplify parallel development in Flex and Apollo "
23 March 2007
Loading graphical assets from a SWF into Flex 2 via CSS
LordAlex Leon - Flash Platform Developer »Blog: Loading graphical assets from a SWF into Flex 2 via CSS: "Loading graphical assets from a SWF into Flex 2 via CSS "
The way as seen now in the Flex Styler Explorer.
/* CSS file */
Application
{
backgroundImage: Embed(source="assets/assets.swf", symbol="bg1");
}
-------------
/* CSS file */
Application
{
backgroundImage: Embed(source="assets/assets.swf#bg1");
}
21 March 2007
20 March 2007
Apollo Alpha Preview on Lynda.com
Apollo Alpha Preview on Lynda.com - Apollo Alpha Preview on Lynda.com
17 March 2007
16 March 2007
Uploading multiple files in Flex as one "unit"
Uploading multiple files in Flex as one "unit": "Uploading multiple files in Flex as one 'unit'Uploading multiple files in Flex as one 'unit'"