Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I create a SWF that will encompass 100% of the browser window?

0
Posted

How can I create a SWF that will encompass 100% of the browser window?

0

The following technique is also known as Full Browser Flash: • Set both the width and height of your SWF to 100% in your SWFObject definition • Include CSS to get rid of any default margins/padding and set the height of the html element, the body element and the entire chain of block level HTML elements that your SWF will be nested in to 100%, because Firefox (or: any Gecko based browser) in standards compliant mode (or: using a valid DOCTYPE) interprets percentages in a very strict way (to be precise: the percentage of the height of its parent container, which has to be set explicitly):

• Manage the scaling and alignment of your SWF and the positioning of your SWF’s elements, within your ActionScript code, e.g.: stage.scaleMode = StageScaleMode.NO_SCALE; stage.align = StageAlign.TOP_LEFT; stage.addEventListener(Event.RESIZE, resizeHandler

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123