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.


 Subscribe in a reader

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

Notices




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

Hi

Having trouble finding out how to do this simple thing.
I've built a CD Rom and I want the projector for both windows and mac to open automatically in fullscreen. That's it; but I can't find anything telling me how to do and haven't got much time (deadlines tomorrow).

Please help

And thanks in advance!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Mar 11th, 2007, 18:06
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

Like an Autorun?
Sure.
Put this in it
Code: Select all
[autorun]
open=filenamehere
icon=if theres an icon, put that here
There ya go.

Last edited by MrMadison; Mar 11th, 2007 at 18:11.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Mar 11th, 2007, 18:25
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

sorry I put this in my actions layer but it didn't work. where do i put this???

Does it make it fullscreen???

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Mar 11th, 2007, 18:49
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

This goes on the CD-Rom itself. not in the action script. Sorry for not specifying. Put this into a notepad doc and save it as TITLE.inf
And replace title with whatever your calling your CD.

This makes it as big as you made the flash. So if you built it at 500x500, then it will auto run as 500x500
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Mar 11th, 2007, 19:35
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

Thanks for the reply again.

Sorry to be a pain but it's still not working. Is it because I'm on a mac? I don't have notepad so I used textedit. Maybe I need one thing for Mac like applescript, and one thing for PC like what you said, is that right??

regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Mar 11th, 2007, 22:50
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

Oo...yeah...I'm not a mac user...So I wouldn't know what to do...Can you run virtual PC or Parallel?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Mar 12th, 2007, 03:04
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

Should it not be called autorun.inf? Then you put in the code to run the executable at 100% instead of at the regular stage size
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Mar 12th, 2007, 09:39
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

Can you give me the code for that Jocab. And how do I make a .inf file on a mac? Do I need 'notepad' or can I literally put '.inf' at the end of a textedit file.

Thanks for the reply


Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Mar 12th, 2007, 12:07
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

Any standard text editor...that is not a Rich Text Editor should work just fine. Before I can tell you the code to run it at 100%, I have to know what file you are trying to run at 100%. Are you trying to run an html file, or an exe file, or an swf file at 100%?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Mar 12th, 2007, 16:18
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

Thanks Jacob.

It's an swf flash projector.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Mar 12th, 2007, 16:35
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

Most people are not going to be able to launch an swf...unless they know to right click and select open with internet explorer...or Firefox. If this is goingt o be placed on a cd...then I would recommend exporting it as an exe, and then do the autorun like described above. Then within the settings change the exe to open maximized!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Mar 12th, 2007, 18:35
Junior Member
Join Date: Feb 2007
Location: London
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

I'm trying to export it on both plaforms; exe and a stand alone projector.
Anyone on a PC should have the 'exe.' open fullscreen when the CD is inserted and the same with a mac but the 'projector' opens automatically instead. (I assume its a swf inside the flash projector)

Does it...can it work like this?

Thanks for the reply
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Mar 12th, 2007, 22:38
Reputable Member
Join Date: May 2006
Location: NC, USA
Age: 16
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Fullscreen Projector

You might have to have two different types of CDs.
Because you can only have one autorun file, or it'll get confused and try to run both.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
fullscreen, flash, autorun, 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
Fullscreen Projector nutbolt Flash & Multimedia Forum 4 Mar 30th, 2007 17:18
Projector problem nutbolt Flash & Multimedia Forum 9 Mar 29th, 2007 09:32


All times are GMT. The time now is 16:27.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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