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) "

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");
}


20 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'"