Flash - Snippets

Aus Wikizone
Version vom 29. Juli 2013, 15:38 Uhr von 134.3.241.116 (Diskussion) (Die Seite wurde neu angelegt: „== Flash Fullscreen Application == Flash Konfiguration <pre> // Erstes Frame: fscommand("trapallkeys","true"); fscommand("fullscreen","true"); fscommand("showmen…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Flash Fullscreen Application[Bearbeiten]

Flash Konfiguration

// Erstes Frame:
fscommand("trapallkeys","true");
fscommand("fullscreen","true");
fscommand("showmenu","false");
fscommand("allowscale","false");