MACROMEDIA FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY Dokumentacja Strona 152

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 369
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 151
Chapter 474
out_ns.publish("myRecording", "record");
Record_btn.setLabel("Stop");
recState = 1;
} else {
out_ns.publish(false);
Record_btn.setLabel("Record");
recState = 0;
showThumb();
}
}
// Show the thumbnail by attaching the stream to the ThumbView_vc
// video object and playing it
function showThumb()
{
ThumbView_vc.attachVideo(thumb_ns);
thumb_ns.play("myRecording", 0, 0, true);
}
// Connect to the server
doConnect();
// Initialize the streams
initStreams();
// Initialize the movie
initMovie();
Przeglądanie stron 151
1 2 ... 147 148 149 150 151 152 153 154 155 156 157 ... 368 369

Komentarze do niniejszej Instrukcji

Brak uwag