how can I make a flashobject to display in fullscreen in HTML? (without having the flash source)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t do this from outside of Flash. Fullscreen mode is triggered by setting the fullScreen property of stage:
Without being able to do this you can’t use the fullscreen player. One option for you might be to create a wrapper SWF that loads in your existing content, opens into fullscreen mode, then scales your existing content to the full screen size by reading
flash.system.Capabilities::screenResolutionX. Something like this:How well this works will depend on the existing scaleMode setting of the SWF that you will be loading in.