ActionScript 3.0 :: Loaded Swf's Black When In Fullscreen?

Aug 19, 2011

I have a project which consists of a menu, which is put into fullscreen using "stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;" on the first frame.The menu navigates to three seperately loaded swf's which match the fullscreen resolution. However, when the swf's are loaded the screen is black while in fullscreen. They can only be seen when I hit esc to take it out of fullscreen. Put it back into fullscreen and the screen returns to black. (The code does not break or throw an error, everything works fine outside of fullscreen). None of these problems occur in Flash Pro, only after I have exported them and tested them out on a different computer. I don't have a lot of code in the menu sections, and each swf tested individually works fine, fullscreen or not.

Anyone have any idea of anything I might try? I've been lost on this for a few days now, and it's the only thing keeping me from completion.

[Code]...

View 2 Replies


Similar Posts:


Flash Projector Fullscreen FLV Always Has Black Background

Feb 6, 2012

I'm creating a fullscreen projector that has an FLV file on the stage. I successfully got the FLV to appear non full screen by using the answers for the following question:

Non-fullscreen FLVPlayback

However, the background still goes black just before the FLV comes to the stage.

It runs fine when the projector is not set to fullscreen - background is there along with my close button.

View 1 Replies

ActionScript 3.0 :: Fullscreen Mode - Screen Stays Black

May 8, 2011

i'm trying to create a slideshow with AS3. The Problem is that if you click the fullscreen button very quickly after opening the page, it goes fullscreen but the display stays black!As you can see, i add the current Image to the mcSlideHolder just when the onFirstSlideLoaded-event occurs ... so if you click the fullscreen button before it has finished loading the image it will/should add it after the image is loaded ... so the image MUST be loaded then ... but why does the screen stay black???

[Code]....

View 1 Replies

Professional :: FLV In Fullscreen Projector File Forces Background To Black

Mar 16, 2012

I am producing a fullscreen projector (.exe) file and have some large videos that cause the background to go black when they come on the stage. When I test the movie (not in fullscreen), it works just fine.

[Code]....

View 1 Replies

Actionscript 3 :: Flash - Fullscreen Mode - Screen Stays Black

May 8, 2011

i'm trying to create a fullscreen slideshow with as3. My problem now is that if I click the fullscreen button too quick (--> before the image has been loaded and hasn't therefore been added to the stage) the screen just stays black and nothing is working anymore (the following images aren't loading either. Here is a demo of the problem:
[URL] Here is the code:

[Code]....

View 1 Replies

ActionScript 3.0 :: Loaded Video Ends In Black?

Oct 7, 2009

I'm dynamically loading flv videos using NetStream and when the video ends the rectangle where the video is playing turns black. I would need that the last frame would stay visibleDid anyone have this issue or has hack to make this work?

View 1 Replies

ActionScript 3.0 :: Getting A Black Background In My XML Loaded Text Field

Apr 28, 2009

I am loading in text from an XML file, and it loads in fine but I am getting a black box behind each of my letters in my text field. I tried to cancel it out by write the background = false; but it is not working. Does anyone know why this is happening? I have loaded in hundreds of .txt files and this has never happened, but this is my first time loading in XML txt, so I am not sure what to do?

View 3 Replies

ActionScript 3.0 :: Convert Black-white Image To Black-color?

Nov 2, 2010

Is it possible to convert an image (runtime) in Actionscript 3.0 from black/white to black/*color* ...Does someone know a solution? Matrix? Blending methods maybe? Pixel bender?

View 1 Replies

ActionScript 2.0 :: Loaded Into A Fullscreen SWF Which Will Load?

Jul 22, 2010

I have a Flash movie which needs to be projected so that it remains the same size, while a container fills the screen. In other words, it needs to be loaded into a Fullscreen SWF which will load it. However, the object itself needs to remain a static size. That way, regardless of the size of the viewers monitor/resolution, it will display at 1024x636. How exactly would I go about doing this? Maybe I am missing a simple function. This is what I have so far, but it is neither positioning the object properly(in the center), nor is it preventing the loaded object from scaling.

ActionScript Code:
fscommand("fullscreen", true);
loadMovie("inner.swf", loader);
loader._x = stage._width - loader._width;
loader.fscommand("allowscale",false);

View 8 Replies

ActionScript 3.0 :: Fullscreen Not Working Correctly In Loaded Swf?

Dec 11, 2008

I have a swf loading an external SWF which is a video player. The video player loads fine into the SWF, but if I hit full screen it goes full screen but I cant see anything. Its all black. I can still see the "hit escape to exit" bubble thing.If I embed the video player by itself(ie. ISNT loaded into a swf) the full screen function works fine.

View 3 Replies

ActionScript 2.0 :: Prevent Fullscreen Call From Loaded Movie?

Apr 3, 2008

I'm loading in a .swf file using loadMovie(), but the .swf being loaded has a fscommand("fullscreen", true); command on it's first frame and it's forcing my main file to launch fullscreen too.

I don't have the original file so I can't remove the fullscreen command.

View 7 Replies

Actionscript 3 :: Fullscreen Mode Loaded When Opening Flash Player?

Oct 7, 2010

Is it possible to make a flash player go full screen (not in browser)? Would there be any bug / error on different version of Flash player?

View 3 Replies

ActionScript 2.0 :: Fullscreen - Dynamically Loaded Multiple Smooth Bitmaps

Aug 3, 2007

I have played around with the Dynamically Loading Bitmaps With Smoothing from Tinic U ro as well as somme other advices from people on the kirupa forum. The code works great. I am trying to load different Bitmaps, fullscreen, on the click of a button (or any other event). The images load, but they just stack on top of each others and thus, they don't resize to the stage properly. Here is the code with the attached FLA: ( you'll need 3 jpg named bg1.jpg, bg2.jpg, bg3.jpg, all in the same folder as the fla)

[Code]...

View 3 Replies

ActionScript 3.0 :: Fullscreen Button On The Playback Component, Which Will Allow The User To Toggle The Video Fullscreen?

Apr 13, 2009

I like to make a fullscreen desktop application, with an FLV, using the FLV Playback component. However, I�d like there to be a Fullscreen button on the playback component, which will allow the user to toggle the video fullscreen.I cant, for the life of me, figure out how to do this with various settings�it should be easy! This is what I have--is there a better way to do things (without a custom movie player)? My inital settings are as follows:

Code:
stage.displayState = StageDisplayState.FULL_SCREEN;
theMovie.fullScreenTakeOver = false;

Then I have a function which should work--but my button won't appear in fullscreen--Can I apply this function to the built-in fullscreen button?:

Code:
function handleClick(event:MouseEvent):void
{
if ( !theMovie.fullScreenTakeOver )[code]....

View 9 Replies

ActionScript 2.0 :: Fixed Size Loaded Movie In Fullscreen Movie?

Oct 3, 2007

I have a movie that opens up full screen and load an external movie into it. No problem there but I want the loaded movie to keep its original size and not resize with the full screen movie. In the screenshot, you see how the yellow external movie loads into the fullscreen green movie. The white rectangle is only for size reference (photoshopped it in) and is not in the actual flash movies. The yellow movie is supposed to be 800x125 pixels but resizes with the fullscreen of the green movie.

View 1 Replies

ActionScript 2.0 :: Fullscreen Scroll Bar On Fullscreen Flash Site

Apr 19, 2009

I need a fullscreen scroll bar on my fullscreen flash site , i need it to function similar to this URL...

View 1 Replies

C# :: WebBrowser Flash Fullscreen / ESC Won't Exit Fullscreen

Jul 14, 2010

I have a swf inside a html page. If I open it with IE or FF and put it into full screen I can exit full screen with the ESC button.Now if i try this with my WinForms app and WebBrowser (or ShockWave Flash Object) it's not working??

View 3 Replies

ActionScript 2.0 :: Loading Fullscreen External SWF's Into A Fullscreen SWF?

Oct 19, 2006

What I've done is created a "fullscreen SWF" by using ActionScript to stretch a movie clip (yellow rectangle) in the background to fill the whole browser frame. The navigation is positioned in the upper left using ActionScript also; when the user resizes the window, positions are adjusted so the nav always stays in the upper left. (Adapting the technique from http:[url]....

External SWFs are loaded from an XML file into a blank movie clip on a layer that is between the yellow background and the navigation (adapting the kirupa XML Photo Gallery). Here's my problem: I want to be able to create full screen backgrounds for these external SWFs so when they are loaded into the main SWF they cover up all the of yellow background of the main clip. Also if the user resizes the window, I hope like the main SWF, the background on the external SWF can also resize to match.

If you press next twice to get to item three for example, I want to be able to stretch that orange box to fill the entire background. You'll notice if you resize the window on the third item, the orangle rectangle will adjust, it's just not correct.

View 2 Replies

ActionScript 3.0 :: Fullscreen Video From Fullscreen Air App?

Feb 24, 2011

I'm hoping someone can help me with an issue I'm having.
 
I currently have an AIR Application that runs fullscreen.
 
At some point in the application, I am trying to get a video to play fullscreen as well.

[Code]...

View 3 Replies

ActionScript 3.0 :: Load Full Browser With A "fullscreen"-button To Go Fullscreen?

Aug 30, 2009

I'm making a flash site, and i want it to load full browser with a "fullscreen"-button to go fullscreen. The problem, however, if i resize, the site will keep the same width-to-height ratio...But if i'm testing it using the flash debugger, everything resizes just correct...My html:

HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">[code]......

View 1 Replies

ActionScript 2.0 :: Open Image In Fullscreen With Stage.displayState="fullScreen";?

Dec 28, 2006

i have my photo gallery and if you push a button photo has to open in new window with fullscreen.

for fullscreen i use Stage.displayState = "fullScreen";

View 2 Replies

Why Is Swf's Background Black

May 24, 2010

i embedded a swf into a page recently. I got it outsourced as i dont know my flash but the guy sent it to me like this.[code]however, the logo was then black in the background. which was really annoying, cause i'd asked for a transparent background and now i had a black one which didnt match the gradient of the header of the page.so i went back to the logo designer and i asked, he didnt know how to make the background transparent with this new code i've used. So, i asked him to make a new one with the gradient in the background. he did, and there are still black bits to the side of the logo..so i thought best to come to a knowledgeable place and ask - how do i set the background for this embedded swf as transparent?URL...

View 3 Replies

ActionScript 2.0 :: Fade A MC To Black?

Jun 30, 2003

How can I fade a MC to black? I know how to change the alpha. I guess I need to chnage the tint to black or any suggestions to get an orange colored MC to fade to Black.

View 9 Replies

IDE :: 5 Black Dots Before Preloader?

Dec 13, 2010

I am working on a flash website built with as3. It works fine when i test it locally. but when I upload it and test it from a remote server, 5 black dots in a row cycle a few times before the preloader starts. this also will happen when I simulate download locally. does anyone know what these 5 black dots are

View 2 Replies

Videodisplay Control - Black Screen?

Jun 18, 2009

Cut and pasted example with buttons for videodisplay control in chp 9 of Adobe Flex 3 developer guide. Having problems.

History - take avi, create flv. In my mxml, file define mx:videodisplay, refs flv file and define buttons for play and pause, all within mx:application.

Compile mxml with mxmlc to create swf. Call swf file within html using <object> and <embed>. Run html.Result is that the buutons show but the video control is black - no video.i have written mxml file as an air file (so use mx:windowedApplication) and compile with amxmlc and the resultant app runs as expected.I can also convert the flv into an swf file and run that from html but then I do not get buttons.

View 1 Replies

Black Fri -- Best Phone For Flash 10.1 'touch'?

Nov 26, 2009

I've really been 'chomping-on-the-bit' to try some of the touch programming features of the next release of flash, but I haven't got a phone for it yet.  Flash 10.1 doesn't come out for a little bit so I've been putting off doing any research on it.  But I glanced through the fliers tonight and I'm seeing some REALLY good deals.  So the big question is, which phone would be the best for a touch screen programmer.  I'm not looking to dazzle my friends, but I am looking to have a piece of equipment that will suite my needs as a developer.  I understand that the iPhone doesn't use Flash, so that one is definitely off of the list.

View 5 Replies

Can't Remove Black Bars When Converting?

Dec 21, 2009

I have seen numerous threads talking about Adobe Media Encoder producing black bars when converting videos.  Some are saying it's a bug w/ CS4, others are saying its something to do w/ non-square pixels.My dilema is, I have some .mov files created in Final Cut Pro with a 4:3 aspect in NTSC.  I need to convert them to .flv so I can stream them on a website.  My current settings are:
 
FLV - Web Large, PAL Source (I'm using PAL because it seemed to create a better quality video when I was streaming)

Export Video
Export Audio
On2 Codec[code]....
 
When I export the files and try to play them in a web flash player (480x400) I get black bars on the top and bottom.  I don't really have a lot of experience doing video editing so I'm shooting in the dark here.I have adjusted a lot of the pre-mentioned settings but still no luck. 

View 5 Replies

ActionScript 3.0 :: Full Screen Going Black?

Jan 8, 2010

I have a swf that loads in video, the video plays, finishes, then is followed by timeline animation.  When the swf is playing in Full Screen mode, the video plays fine, but when the video is over and it's time to play the animation, the screen goes black.  When I press escape, turn off Full Screen, the animation starts. 

View 4 Replies

ActionScript 3.0 :: How To Get Black Fade Between Two Frames

Feb 2, 2011

How can I with ActionScript 3.0, make a black fade when changing from frame 1 to frame 2. So its kinda, fades out when I click button, and fades in with new window?

View 6 Replies

Professional :: FLA File Load Black In CS5.5?

Aug 1, 2011

I got a flash file from my friend he uses Macromedia Flash 8, I use CS5.5 (Flash 11.5). When I open the file I get a blank project that looks like something should be there.   Does anybody know how I can fix this. I ask my friend and he can't send anything else other than this cause this is all he has and know of the issue but don't know how to address it.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved