#  /  posted on May 19, 2009
Fullscreen Video Background
Home / /community/ / Components Discussions / Fullscreen Video Background
Started 4 years ago by flashblue
Last reply by flashblue
-
New tags have been added for the new component Fullscreen Video Background
#  /  posted on May 19, 2009 -
hi FLASHBLUE,
i wonder if i can use your flv to integrate into a css website with layering my css with navigation etc above keeping the background behind?
thanks
delmar
#  /  posted on Nov 01, 2009 -
I didn’t try it with HTML background. But, you can do it with z-index in CSS.
#  /  posted on Nov 01, 2009 -
thank you. your file works nicely. just one question – i am using 16×9 format and it appears to be squashed horizontally. i could not find out where to set the size or proportion displayed. please let me know how if there is a work around…
best
delmar
#  /  posted on Nov 05, 2009 -
Open com/flashdo/flashblue/VideoBg.as. Search for “resizeVideo” function. You’ll see video resize script there. If you can’t success to change it, send me a private message with your issue.
#  /  posted on Nov 05, 2009 -
How can I stop the background video when i’m playing another media?
I have a Media page in my site and i want to stop the background just for that section, then i would like the video to continue playing, how can i do that?
thanks,
#  /  posted on Nov 09, 2009 -
-
Hey Great Component
Just got one question, and it’s properly quite easy since Im pretty new to flash and very new in dreamweaver. I want to put a flash button on top of the video… how do I add that..? Everytime I add anything The video just takes over and hides whatever I try to put on top…
#  /  posted on Nov 17, 2009 -
Open com/flashdo/flashblue/Main.as.
Change that code:
addChild(videoBg);
To:
addChildAt(videoBg, 0);
#  /  posted on Nov 18, 2009 -
Thanks for your reply, it works…
Just a last thing… I added a button, which i want to send me to another page, and at the same time close the net stream and remove the video where do I do that…? Tried both to put it in main.as and in the VideoBg.as. But nothing works…
#  /  posted on Nov 20, 2009 -
I prepared your file. If you send me a private message, I can send you modified file.
#  /  posted on Nov 20, 2009 -
I managed to include fullscreen background in my flash project, but now the rest of objects are always top left positioned in the browser. How can I align them in the center (horizontal and vertical)?
#  /  posted on Nov 23, 2009 -
Please, remove that line from com/flashdo/flashblue/Main.as
stage.align = StageAlign.TOP_LEFT;
#  /  posted on Nov 23, 2009 -
Hey I send you an E-mail, but haven’t received any file, is it the correct e-mail adress that is written in the readme.html file..?
#  /  posted on Nov 24, 2009 -
-
-
My internet connection is bad for a while. I’ll reply your mail when it’s ok.
#  /  posted on Nov 24, 2009 -
Hello, I’ve removed stage.align = StageAlign.TOP_LEFT; as you advised, but it doesn’t work for me. In this case, it moves content to the center, but it moves also top left corner of the video to the center so video doesn’t cover entire browser window background. I tried to play around with videoBg.x and videoBg.y values in Main.as after addChild(videoBg,0) but I can not get it right, especially when i try to resize the window by draging. Any ideas how to work this around.
#  /  posted on Nov 25, 2009 -
-
Just got this one, but now my question is how can i add some layers , like a text layer on top ?
I hope its possible or else I just lost 5$
#  /  posted on Jan 07, 2010 -
You can add other layer from FLA source frames. But, you should change this line on source/com/flashdo/flashblue/Main.as:
addChild(videoBg);
to:
addChildAt(videoBg, 0);
#  /  posted on Jan 07, 2010 -
Hey Flashblue, I created my own video, but am unable to properly make it full screen. There are 2 problems. First the video is not full screen and second the video itself for some reason is missing a piece, like the bottom half. I simply replaced your video with mine. Sorry, i’m not knowledgeable at all in web design. Please help.
Christian
#  /  posted on May 05, 2010 -
-
Hi guy!
Can you explain how could I center layers on swf, mantaining video background aligned on TOP LEFT?
thanks for your attencion!
A.
#  /  posted on May 26, 2010 -
Open com/flashdo/flashblue/Main.as
You’ll see:
stage.align = StageAlign.TOP_LEFT;
Remove it & re-publish FLA source.
#  /  posted on May 26, 2010 -
we have already tried but doesn’t work out. It’s still on TOP LEFT.
can you help me please?
#  /  posted on May 26, 2010 -
If I delete that string the content moves to the center of the screen, but the background video get cropped and moved too. How can I center the content without moving the video?
#  /  posted on May 26, 2010 -
Can you send me your project file?
If you don’t write a resize handler, it starts from left-top. Because, there’s no a x-y positioning code in it.
#  /  posted on May 26, 2010 -
-
You need to write a code for your content to center & a resize handler. It’s not a missing part of video bg.
#  /  posted on May 26, 2010











