Guest Posted December 17, 2009 Share Posted December 17, 2009 Hi there, I am trying to set a video as background to my website and I would like to have it scale to the width of the user' screen, but I can't figure out how to do it. I tried to put 100% in the width of the flash settings, but it does not seem to work. Any idea? Thanks for your help. Krys Quote Link to comment Share on other sites More sharing options...
vinpkl Posted December 17, 2009 Share Posted December 17, 2009 can you show your code or post a link to page. flash doesnt works as background, so without seeing code cant say anything. vineet Quote Link to comment Share on other sites More sharing options...
Mchl Posted December 17, 2009 Share Posted December 17, 2009 While it might be possible (using z-index perhaps) are you sure it will look good? At least provide some means to disabling this feature. Quote Link to comment Share on other sites More sharing options...
haku Posted December 18, 2009 Share Posted December 18, 2009 It's not really possible to set flash as a background. The best you can do is have your flash in one container, then shift something over top of it. You will have to set wmode=transparent to the flash, and make sure that the overlapping element either comes after the flash in your markup, or has a higher z-index than the flash in your CSS.f Quote Link to comment Share on other sites More sharing options...
phpSensei Posted December 18, 2009 Share Posted December 18, 2009 Hoping you have coded your page in CSS, then as mentioned above you can use z-index. Flash z index would be 1 and all your content on the page would be above 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.