I am trying to get DewPlayer to display the start pic once done
playing. Well, there is no option for that. So smartypants me, decided
to do an autorefresh on the iframe. Here is the iframe calling code
( http://travelworldvideos.googlepages.com/home ):
So I added a refresh line in the iframe (at the bottom):
<meta http-equiv="refresh" content="5" >
But the iframe refreshes every 5 seconds, even if the movie is
playing. I need a way to tell the iframe to refresh itself once done
playing. Is it possible?
For the uninitiated in the internet video business, now one can always
see a "start button" whenever the video is not moving. You can see the
result here:
In more complicated situtions, one may need to capture an "animation
is finished" event, and do whatever post processing may be required in
that case. In such a situation, a more sophisticated Flash player may
be involved a well. Luckily, none of those other ideas are needed for
my site.
> I am trying to get DewPlayer to display the start pic once done
> playing. Well, there is no option for that. So smartypants me, decided
> to do an autorefresh on the iframe. Here is the iframe calling code
> (http://travelworldvideos.googlepages.com/home):
> So I added a refresh line in the iframe (at the bottom):
> <meta http-equiv="refresh" content="5" >
> But the iframe refreshes every 5 seconds, even if the movie is
> playing. I need a way to tell the iframe to refresh itself once done
> playing. Is it possible?
BTW, as a parting shot, I just increased the size and quality of the
of the Bavarian Video (oh well, and the video size went up from 2MB to
8MB). It is here, but you need to view it within the next few days
before I delete the whole site as previously announced:
> For the uninitiated in the internet video business, now one can always
> see a "start button" whenever the video is not moving. You can see the
> result here:
> In more complicated situtions, one may need to capture an "animation
> is finished" event, and do whatever post processing may be required in
> that case. In such a situation, a more sophisticated Flash player may
> be involved a well. Luckily, none of those other ideas are needed for
> my site.
> > I am trying to get DewPlayer to display the start pic once done
> > playing. Well, there is no option for that. So smartypants me, decided
> > to do an autorefresh on the iframe. Here is the iframe calling code
> > (http://travelworldvideos.googlepages.com/home):
> > So I added a refresh line in the iframe (at the bottom):
> > <meta http-equiv="refresh" content="5" >
> > But the iframe refreshes every 5 seconds, even if the movie is
> > playing. I need a way to tell the iframe to refresh itself once done
> > playing. Is it possible?