[flexcoders] Video and rtmp using Flex

2007-09-07 Thread Philip Carrington
I need a basic tutorial on setting up the video player to access an rtmp address. Does anyone out there know of any?

Re: [flexcoders] Video and rtmp using Flex

2007-09-07 Thread Mondain
You could start here: Custom RTMP google search

Re: [flexcoders] Video and rtmp using Flex

2007-09-08 Thread greg h
Hi Philip, Do you have your RTMP URI? If so, you can take the example in the docs for the VideoDisplay component, and for the source= tag property, just replace this: source="assets/phone.flv" with source="rtmp://myURI" I have done it and it works fine. You can find the full example code here:

Re: [flexcoders] Video and rtmp using Flex

2007-09-09 Thread philip carrington
D]> To: flexcoders@yahoogroups.com Sent: Saturday, September 8, 2007 7:23:19 PM Subject: Re: [flexcoders] Video and rtmp using Flex Hi Philip, Do you have your RTMP URI? If so, you can take the example in the docs for the VideoDisplay component, and for the source= tag proper