Short and easy question about FLV

hi,

i need a simple thing done pretty fast. it’s about FLV…
how can my player know if the URL of the video realy exists?

i have an XML playlist and if a FLV item from that list was deleted from the host, then the player should automaticly skip to the next item in the playlist.

hope it’s clear. thanks a lot

I don’t think that’s possible. Maybe if you have your XML generated dynamically with PHP which updates the XML with data from a database…I suppose that would work. Of couse then you would also have to have so type of ‘no-cache’ or something in place to ensure that the movie clip calls for the XML everytime the viewer uses that movie, otherwise it will just use the XML that’s in the browsers cache and that might not be up to date.

I hope that makes sense and I’m sure there is an easier way of doing too.

By the way…I’m just talking off the top of my head…I’ve never done something like that and don’t really know how I’m just feeling chatty today. :slight_smile:

onLoadError event handler could do the job :slight_smile: