Flash Media Server |
|||
| Developing Media Applications > Using Media Classes > The Stream class | |||
If you want to delete the FLV and IDX files associated with a recorded stream, you must use server-side code like the following:
s = Stream.get("foo");
if (s)
{
s.clear();
}
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/fms/2/docs/00000073.html