Web Hosting Talk







View Full Version : Flash Site????


SimonMc
05-18-2005, 07:11 AM
Is it possible to have a flash site that is FULL SCREEN that does not get affected by browser pop-up blockers?

Simon

F15.Com
05-18-2005, 07:26 AM
I do not think you can make a full screen site unless the end user presses F12 to make it so. At least not without their confirmation.

Voxxit
05-18-2005, 07:49 AM
SimonMc,

I am assuming you want this site to be the home page (index.html)..

1. Make modifications in your Apache's httpd.conf (or .htaccess file) for the DefaultIndex to be index.swf.

2. You can scale the document to take up the full-screen in ActionScript using fscommand, or you can leave it how it is and it will center itself.

fscommand("FULLSCREEN","TRUE"); // enables full-screen
fscommand("ALLOWSCALE","TRUE"); // enables scaling


Cheers,
Josh

7thsign
05-21-2005, 12:32 PM
Yes you can make a fullscreen out of flash site..