Re: {Disarmed} [flexcoders] Using Flex for Webcast site

2008-11-04 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am currently upgrading one of my webcasting sites to use Flex and Adobe Air. Currently it was wrote with Flash 8 and Flash Communication Server and I will be moving to Flex and Flash Media Server or Red5. Basically you will need two flex

Re: [flexcoders] questions about Flex and deploying on servers

2007-10-18 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I use the same Directory Structure on my Development, Testing and production Servers so when I create a Flex Application, I am sure that it will work no matter what server it is currently running on. I have all of the flex swf files in a web

[flexcoders] Populate List from Remote Shared Object

2007-10-17 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 List: I am trying to populate a List component from a Remote Shared Object that is stored within FMS. However the List is blank when I run the application within FlexBuilder. My Code is as follows: private function

[flexcoders] Remote Shared Object Inquiry

2007-10-16 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As I am working through converting one of my applications to Flex/FMS I have one small issue which does not produce the same results for the 1st person that enters the application. Within my viewStack I have a textArea and a List which is being

[flexcoders] NetConnection.call Assistance

2007-10-15 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am having an issue with NetConnection.call as I am trying to update and convert one of my Flash8/FCS applications over to Flex2/FCS or FMS. Searching the net for an example of the Responder has not resulted me in any results which I can understand.

Re: [flexcoders] Re: ComboBox populate list with remoteobject

2007-10-15 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here is what I have done to get a RemoteObject Array into the ComboBox. mx:ComboBox id=cbxSchoolBuilding enabled=true change=DisplayBuildingTeachers(); dataProvider={SchoolBuildingsDP} labelField=LABEL/mx:ComboBox Then within the mx:Script

[flexcoders] Creating Custom Component

2007-08-29 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am trying to understand and learn how to create my own custom components for my flex based applications and have ran into a problem I can not resolve. My custom component works if nothing has been placed on the stage but it will not display if I