Delicious

If you are using Adobe AIR with ColdFusion Remoting and you notice that your file dropped the first letter from its name and you get and error sort of like this

RPC Fault faultString= “Send failed”
faultCode=”Client.Error.MessageSend”
faultDetail= “Channel.Connect.Failed error NetConnection.Call.Failed:

then include

<mx:RemoteObject
	  		 endpoint="http://localhost:8500/flex2gateway"/>
Delicious

Here is another example of how you can create a 3D space in flex using the Flash Player 10 API. You can include images and what not. It uses Tweener to animate the movement but you can use the AnimatedProperty class if you wanted to. Click on the Squares to move in the space.

Delicious

This example is almost a replica of PaperVision3D concrete example with the camera, except that it uses the native API that comes in Flash Player 10 for Flex. Need Flash Player to view it below

Here is an Example, you need to click first with the mouse to bring focus and move with the keys (w,a,s,d)

Delicious

Here is an Example of How you can use the Flash Player 10 API to make a 3D cube in Flex.
If someone knows how to solidify the colors so it does not look see thru let me know.

top