I'm trying to change the source of the FLVPlayback component on my stage with the load() method. When the new video loads I hear the audio playing but I see no video. Any idea what could be going on here?
The videos are rtmp streams from a Flash Media Server. The load command looks somethink like this...
flv1.load("rtmp://192.168.1.111/vod/test/01");