Hi All
Hope someone can help…
On the first frame of my flash movie I have the following in order for the design area to display accordingly:
Stage.scaleMode = “noScale”;
This works great for me on all browsers except Safari which just shows a blank white page. The following link provides an example that should work in all browsers except safari:
Obviously the easy thing to do is remove the “noScale” command but this opens a whole new can of worms which I wont bore you with. So I guess I want to know if there is any way of successfully using the “noScale” command with Safari…
I should also mention that the html code consists of a table structure which always ensures the content is centred vertically on screen - so maybe this combined with the 'no scale' command is the problem.
Basically I need an all browser solution to get an swf to embed (using swfobject) into a webpage so that it appears centered horizontally and vertically and works with the 'no scale' command.
Any help is very much appreciated.
Kenny.
Hope someone can help…
On the first frame of my flash movie I have the following in order for the design area to display accordingly:
Stage.scaleMode = “noScale”;
This works great for me on all browsers except Safari which just shows a blank white page. The following link provides an example that should work in all browsers except safari:
Obviously the easy thing to do is remove the “noScale” command but this opens a whole new can of worms which I wont bore you with. So I guess I want to know if there is any way of successfully using the “noScale” command with Safari…
I should also mention that the html code consists of a table structure which always ensures the content is centred vertically on screen - so maybe this combined with the 'no scale' command is the problem.
Basically I need an all browser solution to get an swf to embed (using swfobject) into a webpage so that it appears centered horizontally and vertically and works with the 'no scale' command.
Any help is very much appreciated.
Kenny.