Web Design Resources & Tutorials to help you design the best website!
Here is a simple of Example of how you can use the RemoteService class in Flex and ColdFusion to populate a datagrid. The database that is being used is the one that comes with ColdFusion 8 (cfartgallery). Download the File and Import it via The import function in Eclipse. Make sure your workspace is under the wwwroot Folder otherwise you will have to make adjustments.
NOTE: DOES NOT WORK WITH FLASH PLAYER 10 YET, ONLY PLAYER 9.
This is Component simulates a Snow effect with pictures for flex, you have 3 options when the Images are falling. 1) Click on the Image to Expand it, then click on it again to make it resume falling. 2)Click on the Image to Expand it, then click on a black area to have it resume falling or 3) Switch it with another image. It is a little buggy if your computer is slow. It is a little buggy when it starts since it sends an HttpService request so give it 20-30 seconds. Anyhow, source code is enabled.
Here is a quick version that creates 10 Panels, someone on FlexCoders group was asking.
<mx:Repeater dataProvider="{new Array(10)}" id="repeat"> <mx:Panel width="100" height="100" x="{repeat.currentIndex *100}"/> </mx:Repeater>
Hottest Posts