RE: [Flashcoders] Flash Query String Problem

2006-07-16 Thread Tan
You might want to pass in escaped value for myURL before it is passed into Flash so that Flash would not get confused. Depending on how the URL is generated, in javascript you can easily write it as escape(myURLvalue). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

[Flashcoders] Help: Confusion and Blue with Components

2006-07-12 Thread Tan
Dear list, I have been trying to solve this problem for a good while, but I wonder if anyone has a good way to get around it. Here is the problem (you can download the related Flash at: http://www.acts.net/Flash/ComponentBlue.zip I have created a component called Parent, inside Parent timeline I

[Flashcoders] Muting a flash video stream

2006-06-22 Thread Elvin Tan
Hi Guys, Adding mute buttons to some of my applications, got it working fine for mp3/sound objects. I've a simple video streaming solution from FMS - Flash Client. Here's the code snippet. nc1.showVideo = function(video) { ns1= new NetStream(nc1);