This is quite often seen on video sites(to insert some advertisements),
the newly inserted frames should be dynamically generated from the web server,
how to implement it myself?
This is quite often seen on video sites(to insert some advertisements),
the newly inserted frames should be dynamically generated from the web server,
how to implement it myself?
Hi, you can simply separate your video and advertising frames onto different layers in the timeline. With some planning, your FLV should ideally play on its own without the need to know what is going on around it, then you just layer your additional objects on top.
Pause the flv playback programmatically. Display a static advertisement overlaid over the video or play another flv for the advertisement. When the advertisement is done, start playing the original flv again.