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

Tutorials - Apollo (Community) « EverythingFlex.com

Tutorials - Apollo (Community) « EverythingFlex.com: "Tutorials - Apollo"

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