i’ve got an instance of the FLVPlayback component nested in an mc which i’m dynamically setting the contentPath on elsewhere. I actually use myFLVP.load to connect to a stream (rtmp). Basically I tell the component what to start loading and then use a listener to check if the component is ‘ready’ to stream. when it’s ready, i have the clip which actually contains the FLVPlayback component play through a transition and stop on a frame where I tell the component to actually play the stream.
this works great the first time through. If i click on a button that feeds a different stream to the component, the transitions happens and then for some reason, the component won’t show up!!!
this is driving me crazy! anybody have any ideas?