Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting flash into fullscreen without scroll bar

Status
Not open for further replies.

peppe77

ISP
Feb 22, 2001
1
SE
How do i get my flash site into fullscreen without the scrollbar???
Check out my website and se my dilemma...

//peter
 
Nice design! If Melocco sees this... My guess is he's going to want to know how you did this and how long it took!

Don't know about Macs and I think NS will allways keep a border and at least a close box... By the way, you should have a closed button on there somewhere, some users are going to hate you for this...

On PC with IE this code will get you a completely naked window:

window.open('your.html','idname',"fullscreen=yes,directories=0,menubar=no,toolbar=no,location=no,status=0,scrollbars=0,resizable=no")

...But you can play around with it... If you want to add something back!

;-) "If nothing else, I can always serve as a bad example!”

 
well, the only problem is that you must have dropped your eyes somewhere because there are 2 different close buttons, one that says "close" and one "X" shaped button like in the windows interface

=]. take another look and see for you self /Freddy-Fish
 
It was very late last night... My eyes were probably closed allready, when I visited your site.
I can see them this morning, allthough they do remain a bit subtle... Like the rest of the design!
Good work! I'm impressed!

;-)

PS: You haven't tried my code line yet? "If nothing else, I can always serve as a bad example!”

 
hi, i'm even further back then you guys because i don't even know how to create a full screen! can you guys tell me a url that could help me a bit please! thanks.

jeff
 
Start off by having a look at this FAQ from davdesign:

faq250-391

;-) "If nothing else, I can always serve as a bad example!”

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top