Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

making a director exe full screen size

322 views
Skip to first unread message

.:LingoManiac:.

unread,
Sep 3, 2002, 3:59:57 PM9/3/02
to
when you go to create a projector

File -> create projector

click on the options button... and check the fullscreen option.

--
--
Matt Brown
Media Director
www.flatspinmedia.com
Wholesale Pricing on CDs, DVDs & CD
Business Cards, Replicating and Duplication!

Team Macromedia Volunteer for Director
www.macromedia.com/support/forums/team_macromedia

MX Trial Software @ http://www.macromedia.com/software/trial

Kurt Koenig

unread,
Sep 3, 2002, 7:41:04 PM9/3/02
to
Hi Marsha

LingoManiac's solution will only fill the rest of the screen around your
movie with your movie's backgroundcolor.
If you use this Lingocode in a moviescript, your movie will stretch to fill
the screen:
You need to set "in a window" and uncheck "Show titlebar" in the projector
options.
on preparemovie

fullscreen = the desktoprectlist[1]

(the stage).rect = fullscreen

(the stage).drawrect = fullscreen

end

"Marsha22" <webfor...@macromedia.com> wrote in message
news:al2kc5$qub$1...@forums.macromedia.com...
> Hi all,
> I was wondering how you would make your director exectuable full screen
size - it that the movie would be the only thing visible on your monitor -
the windows tool bar would be inivisible and if possible the director name
of movie would be invisible too.
> I need to know this urgently so any hlp would be really appreciated.
>
> cheers,
> Marsha
>
>
>
>


Grant Cox

unread,
Sep 16, 2002, 7:50:17 AM9/16/02
to
If you are in a larger resolution than the movie was authored for you will
get a solid border of the stage's background colour (not usually a problem).
As far as I know you cannot get the stage to resize to full screen (in a
projector that is, it works fine in ShockWave). If someone knows otherwise
please tell.

Grant Cox

".:LingoManiac:." <ma...@flatspinmedia.com> wrote in message
news:al34av$qfu$1...@forums.macromedia.com...

Matthias Sauer

unread,
Sep 16, 2002, 8:17:20 AM9/16/02
to
you can take a clear projector in fullscreen mode that opens your real dir-file as a
miaw. the size of the miaw you can set by "rect" and the dektoprectlist

hope this helps
matthias

Cyber-D

unread,
Sep 16, 2002, 8:37:17 AM9/16/02
to
You CAN however scale the users desktop to fit the stage using DirectOS and
scale it back to its original size on exit of the CDROM. ;)

"Grant Cox" <n...@email.com> wrote in message
news:am4ght$6a0$1...@forums.macromedia.com...

Jens Walter

unread,
Sep 16, 2002, 1:26:14 PM9/16/02
to
If you want the director mivie to resize to the actual screen size use:


on startMovie
set (the stage).rect = the desktoprectlist[1]
end

Hope it helps,
jens

Troy Hipolito

unread,
Sep 16, 2002, 3:30:59 PM9/16/02
to
On 9/16/02 7:50 AM, in article am4ght$6a0$1...@forums.macromedia.com, "Grant
Cox" <n...@email.com> wrote:


Yes

I have build a project that uses similar stuff.
And some one asked me about it in my personal Director forum. Look at the
info at: http://www.shocksites.com/forum/topic.asp?TOPIC_ID=17

Basicly


(the stage).rect = the desktopRectList[1]
(the stage).drawRect = the desktopRectList[1]


I think there are 2 parts. The first part draws the size of the screen to
the current screen size. The second part stretches the the elements to the
screen size.

Troy Hipolito
The Search for Director Related Sites
http://www.shocksites.com


0 new messages