[Laszlo-dev] [BULK] rtmpconnection connection params

Max Carlson max at openlaszlo.org
Thu Jan 7 17:25:29 PST 2010


Hi,

These files appear to be the same as those found in the current 
distribution.  Can you double-check and send me a fresh copy?

Regards,
Max Carlson
OpenLaszlo.org

On 1/6/10 6:52 PM, Lucas Lain wrote:
> Sorry ... I could not make you a .diff, I cant find the original code
> and the connection is really bad.
>
> See the two files attached. Basically I put an array attribute on
> rtmpconnection with default value in null. This attribute is used on
> flash9 using the "_doconnect" on<mediastream>  (called by settimeout),
> or the simple "connect" method on<rtmpconnection>.
>
> Way of using it:
>
> <rtmpconnection name="rtmp" id="rtmp"
> src="rtmpt://127.0.0.1:8088/tuzcast/" autoconnect="false"
> connParams="new Array("username","password")"/>
>
> or using dynamic values/dataset response:
>
> var connParams = new Array();
> connParams["key"] = this.xpathQuery('response/key/text()');
> rtmp.setAttribute("connParams",connParams);
>
> Thank you very much for everything. Let me know if you need something extra.
>
> Best regards,
>


More information about the Laszlo-dev mailing list