Are you sure a string is being passed as a value?

I would create a variable such as:

[Bindable] public var selected_clip:String;

and assign the selected item to this variable casting it as a String.

HTH

Simon

On 10 Aug 2008, at 11:13, stinasius wrote:

thats exactly what i meant and what am doing but nothing is played in
the flv player. here is the code i use for sending the video to the
player when a row is clicked

"http://localhost:8500/iestate/images/video/ {parentDocument.dgrid.selectedItem.image}";




Reply via email to