[flexcoders] Re: NetConnection Header

2008-01-08 Thread eccentricwade
I ended up writing a service that takes the new session id as a variable and changes the server session. This updates the appendtogateway varaible with the new session ID and all subsequent calls use the new session id. http://www.amfphp.org/docs2/fundamentals/Sessions.html Wade Arnold

[flexcoders] NetConnection Header

2008-01-07 Thread eccentricwade
I am working on trying to change the PHPSESSID that is being sent to the server on each service call. With NetConnection I can add a new header but that header is just inside of the AMF call. Is there a way to actually change the HTTP header from AS3? This is what I tried but I need to do this up

[flexcoders] Re: Can Flex play rtmp camera video?

2006-10-10 Thread eccentricwade
Are you suggesting this? Can you please provide an example of it working? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on

[flexcoders] Can Flex play rtmp camera video?

2006-10-09 Thread eccentricwade
I want to play a live feed from the flash media server in flex. I have another camera that is connected and uploading the video feed to FMS. I am unable to find a solution for Flex to play that stream. The following is what I would do in flash. Your assistance would be greatly appreciated! --

[flexcoders] recieve RTMP Stream in flex? This can't be this hard?

2006-10-06 Thread eccentricwade
I am trying to connect to an RTMP stream from the Flash Media server in Flex 2. I have yet to be able to pull this off. Following the api I have the following class in the components directory and below that the mxml. This is the error that I receive. Any ideas on how to make this work would be