- Ausgangssituation
- Zielsetzung
- Planung
- Realisierung
- Ergebnis
Flash was created during the PC era – for PCs and mice. [...] New open standards [...], such as HTML5, will win on mobile devices (and PCs too).
Probleme der Adobe Flash-Plattform


| Projektphasen | KW 45 | KW 46 | KW 47 | KW 48 | KW 49 | KW 50 | KW 51 |
|---|---|---|---|---|---|---|---|
| Initiierung | 3 h | ||||||
| Planung | 18 h | ||||||
| Realisierung | 35 h | ||||||
| Abschluss | 3 h | ||||||
| Dokumentation | 11 h | ||||||
| Gesamt | 70 h | ||||||




Working Draft des W3C
<script src="//simplewebrtc.com/lastest.js"></script>
webrtc.on('speaking',function(e){
if(typeofe==='undefined'){
var el="#"+webrtc.config.localVideoEl;
} else {
var el="#"+e.id+"_video_incoming";
}
$(el).addClass("speaking");
});
displayNotification("Teilnehmer hat den Raum betreten!");
function displayNotification(m) {
if (notify.permissionLevel() === notify.PERMISSION_GRANTED) {
notify.createNotification("CARUSO Connect",
{body: m, icon: notify_icon, timeout: 5}
);
}
}
<script src="chat.js.jsp"></script>