October 15, 2007 – 6:36 am Flex2/ActionScript3 have introduced many changes in the Flash world, but actually the remoting classes we were used to include in our projects dont work anymore, or until Macromedia/Adobe wont release an ActionScript3 remoting package for us.
Anyway Flash remoting AMFPHP will continue to work also in AS3, with little modifications to our code.
October 11, 2007 – 4:21 am This article walks you through building the PHP portion of the site as well as building a movie viewer in Flash using the Flex framework. To build a simple version of YouTube (or a MyTube, as it were), you should have a couple of tools in place.
October 10, 2007 – 5:56 am To demonstrate the development process in Adobe Flex, we'll begin with a simple 'Hello World' example. If you're already familiar with XML and Flash, you're already ahead in the game. Using the IDE, Flex or Eclipse, we will create an app. The project includes many files, but we're going to focus particularly on the file that has a *.mxml file extension. You will be presented with two development views, a 'Source' and 'Design' view. The Design view is a WYSIWYG that constructs our *.mxml file. The Source view is the *.mxml file editor. You'll notice that the *.mxml file is an XML structured file (see Example 1).
October 9, 2007 – 4:34 am have created a sample Flex application that lets you browse your MySQL databases and allows you to do simple filtering on that data.
October 7, 2007 – 4:38 am This article walks you through building the PHP portion of the site as well as building a movie viewer in Flash using the Flex framework. To build a simple version of YouTube (or a MyTube, as it were), you should have a couple of tools in place.