Hello,
I am trying to use preroll/postroll ads playlist with streamscript flash var. I used Jeroen's sample xml file. After displaying preroll ads, it stops. My flvstream.php is just reading and streaming local flv file.
I am successfully using streamscript already, I just want to add preroll/postroll/overlay ads function to the player.
Please let me know.
Thanks.
<playlist version="1">
<title>Sample Preroll Ad</title>
<info>http://www.jeroenwijering.com/</info>
<annotation>
Sample playlist for the insertion of a pre-roll advertisement
</annotation>
<trackList>
<track>
<title>Spot a Job</title>
<location>http://www.jeroenwijering.com/extras/spotajob.flv</location>
<info>http://www.spotajob.com/</info>
<album>preroll</album>
</track>
<track>
<title>Afraid of the dark?</title>
<creator>Jeroen Wijering</creator>
<location>http://mysite.com/media/flvstream.php</location>
<image>http://www.jeroenwijering.com/upload/afraid.jpg</image>
</track>
</trackList>
</playlist>

I forgot to mention, I removed streamscript var from js, and used that flvstream.php file in xml playlist as I mentioned before.