PDA

View Full Version : appending a variable to a ID value


matches
08-12-2008, 05:28 AM
Hello,

I need to have a variable ID value. This is what I am trying to do but it's not working:


<mx:VideoDisplay width="300" height="250" id="{'pubVideo' + streamName.text}" />


Thanks for any help