Question
new FLVPlayBack component and RTMP protocol
hi all
I'm using "FlvPlayBack" component that ships with Flash 8 to play a bunch of FLV's from an XML file. According to the documentation (given that my component on the stage is called X), I can do:
X.contentPath = "rtmp://server/foo/bar.flv";
and i should be set. The problem is that the above doesn't work
now the same program works if i feed it an XML with paths to local FLV files (instead of over RTMP protocol) -- also I can stream the files using Netconnection/Netstream combo
it's only when i do
X.contentPath = "rtmp://server/foo/bar.flv";
that i get into probelm
I'm using "FlvPlayBack" component that ships with Flash 8 to play a bunch of FLV's from an XML file. According to the documentation (given that my component on the stage is called X), I can do:
X.contentPath = "rtmp://server/foo/bar.flv";
and i should be set. The problem is that the above doesn't work
now the same program works if i feed it an XML with paths to local FLV files (instead of over RTMP protocol) -- also I can stream the files using Netconnection/Netstream combo
it's only when i do
X.contentPath = "rtmp://server/foo/bar.flv";
that i get into probelm
