Wednesday, June 27, 2007

Cairngorm 2.1 Store live example ( Flex, amfphp, Cairngorm )

files needed before running.
amfphp 1.2
RemoteObjectAMF0 - (Flex 2 / Flash Player 9)
Cairngorm 2.2.1 Beta Binary (SWC) more ref, see here

how to
1) make RemoteObjectAMF0 component
unzip renaun_com_RemoteObjectAMF0.zip , u will find src directory, use flex builder
to create new library project RemoteObjectAMF0_comp inside the src folder, then
right click project->properties -> Flex Library Build Path ->Assets , check the
manifest.xml, then select Flex Library Compiler on left side panel , add
additional compiler arguments:

-namespace http://renaun.com/flex/rpc "manifest.xml"
-include-namespaces http://renaun.com/flex/rpc

2) create renaun_com_RemoteObjectAMF0 flex project
right click project->properties -> Flex Build Path -> Add SWC
select the Cairngorm swc and RemoteObjectAMF0_comp swc

3) set CairngormStoreWebMain.mxml as Default application

compile and run it.
here is the live example

No comments: