-- Created by http://www.bruji.com/ for the Pedia suite
-- VLC script
tell application "VLC"
	activate
	open file (POSIX file FILE_PATH) as alias
	delay 8
	set theTitled to titled of window 1
	if theTitled is true then
		fullscreen window
	end if
end tell