I am trying to run through a do…while script that will create empy videoplayer components with incremental names such as my_FLVPlybk1, my_FLVPlybk2, my_FLVPlybk3, etc…
Then based on an array I want to fill these videoplayers with different flv clips. With a statement such as this:
eval(“my_FLVPlybk” + _global.num).contentPath = _global.vidName[_global.num] + “.flv”;
Does this make sense?
Please help
Ron R.