Ok guys, i have a flvplayback component with an instance name of “clip_mc”
How can I have a different .flv load into that based on what is pulled from an xml document… my code displays certain things based on wether or not it is indicated that there is a video for this node within the xml… so if the xml tells flash that yes there is a video for this selection then load it into this FLV Component.
what is the code to have that happen here is what I have:
clips_mc.mcLoader.loadClip(“images/”+this.links+".flv",clips_mc);
All it shows is the streaming animation and if i click play the output window displays that it can’t connect to the server.
Help. thx!