- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Works like a charm:
private function onPeerConnect(caller:NetStream):Boolean
{
setTimeout(_sendStream.send, 250, "|RtmpSampleAccess", true, true); //You can also poll this - setInterval instead of timeout.
return true;
}
Views
Replies
0 Likes
Total Likes