Fullscreen Projector

This is a discussion on "Fullscreen Projector" within the Flash & Multimedia Forum section. This forum, and the thread "Fullscreen Projector are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 30th, 2007, 11:06
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Fullscreen Projector

Hi

I'm trying to open a flash projecter from a cd-rom in fullscreen-ish.

At the moment I've got this code

fscommand("fullscreen", "true");

This works; it does put it in fullscreen but it stretches and pixcilates and basically look awful.

I want the projector to be centred on the screen, and stay the same size (ie; 800X600 pixels) with a black background which will fill the remainder screen. like a black border.

I've been looking for ages and the above is how far i've got.

plese HELP

Regards
Reply With Quote

  #2 (permalink)  
Old Mar 30th, 2007, 13:56
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to MrMadison Send a message via MSN to MrMadison Send a message via Skype™ to MrMadison
Re: Fullscreen Projector

Change the size of the flash doc, and set the background to black.
That's the no code way....Or one way of doing it......
Reply With Quote
  #3 (permalink)  
Old Mar 30th, 2007, 14:25
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

I'm sure ther must be a way because I have a cd-rom built in flash that does this, I think it must be difficult to find out.

thanks

Do you think it's possible to decode a projector to a flv. file?
Reply With Quote
  #4 (permalink)  
Old Mar 30th, 2007, 15:12
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

Done it

this:

Code: Select all
fscommand("allowscale","false")
 fscommand("fullscreen", "true")
goes in the first frame of the movie.

this will set your movie to full screen, but keep everything at it's current scale.
Reply With Quote
  #5 (permalink)  
Old Mar 30th, 2007, 17:18
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 355
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to MrMadison Send a message via MSN to MrMadison Send a message via Skype™ to MrMadison
Re: Fullscreen Projector

Very well done. Sorry I couldn't help at all....lol.
I'm still at school...so....
Glad you figured it out
Reply With Quote
Reply

Tags
code, fullscreen, projector

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
exe to projector help papalazarou78 Flash & Multimedia Forum 2 May 30th, 2007 17:43
Help with projector gargamel Flash & Multimedia Forum 3 Apr 25th, 2007 23:17
Projector problem nutbolt Flash & Multimedia Forum 9 Mar 29th, 2007 09:32
Fullscreen Projector nutbolt Flash & Multimedia Forum 12 Mar 12th, 2007 22:38


All times are GMT. The time now is 04:36.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43