Posted by: webm on: czerwiec 11, 2008
Przykładowy plik “autorun.inf” wygląda tak:
[autorun]
open=prezentacja_flash.exe
icon=ikona.ico
(http://pl.wikipedia.org/wiki/Autorun.inf)
It you want your Flash Movie to run in full screen mode place this ActionScript in frame 1 of you Flash Movie:
fscommand(“fullscreen”, true);
(http://www.webwasp.co.uk/tutorials/a24-autorun-CD/01.php)