Flash - Snippets

Aus Wikizone
Wechseln zu: Navigation, Suche

Flash Fullscreen Application[Bearbeiten]

Flash Konfiguration

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