MACROMEDIA FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY Spécifications Page 152

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 369
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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();
Vue de la page 151
1 2 ... 147 148 149 150 151 152 153 154 155 156 157 ... 368 369

Commentaires sur ces manuels

Pas de commentaire