DynamicStreamItem Issues
Hello Everyone!
I followed Tom Green's example on using the FLVPlayback 2.5 components with the DynamicStreamItem class (http://www.adobe.com/devnet/flashmediaserver/articles/beginner_dynstream_fms.html) and I get these errors:
· 1119: Access of possibly undefined property uri through a reference with static type DynamicStreamItem.
· 1120: Access of undefined property myVideo
BUT, if I remove the DynamicStreamItem.as and DynamicStream.as files from the same folder that my FLA files live it works like a champ. My next thought was maybe there's another DynamicStreamItem.as and DynamicStream.as somewhere on my PC, because it's pulling in the code from somewhere, right? I did a search and saw that it also lives in the new FLVPlayback 2.5 component folder, C:\Program Files\Adobe\Adobe Flash CS4\Common\Configuration\Component Source\ActionScript 3.0\FLVPlayback\fl\video. So I also delete that one for testing purposes, but it still compiled and worked perfectly.
I need to find out where the compiler is pulling this class from so I can alter it. Also, if this is a problem the documentation on the web site needs to be updated.
Thanks in advance for all the help!
Eric
