Firefox: Flash Not Loading If Tab Inactive/window Minimized?

Apr 18, 2011

With selenium I'm currently automating tests for a website having flash elements for user inputs. While everything works fine when executing these tests on my computer locally, it fails to load the embeded flash if I start selenium on a remote Windows XP machine.
However, the flash just loads fine if I start the tests while I'm logged in via remote desktop.

This leads me to the assumption that whithout any desktop environment loaded or user logged in the firefox window is treated just as though it was minimized or the current tab was inactive, which I know prevents flash from loading until that window/tab is activated.if there is a way to enable firefox to load flash even if it's not currently displayed in an active window?

View 1 Replies


Similar Posts:


Professional :: Flash Thumbnail Gallery - Making Window Clip Inactive After Click?

Dec 4, 2011

I am an artist trying to remake my website...I have a picture of a window on my homepage. The window is a movie. When clicked on, the window lights turn on and a grid of thumbnail pics appear. Each thumbnail is a movie clip. When a thumbnail is clicked on, the movie plays and a larger image appears over the window. The problem is, the window is still active underneath the large image, so if I click on the large image, I am really clicking on the window movie clip underneath, and the thumbnail grid disappears-starting the window movie clip over. How do I make the window clip inactive after it is initially clicked? Also, I would like the larger images to end their movie clips after another thumbnail is clicked, so that there aren't large images piled up on top of each other.

View 6 Replies

Using Popup Window While Keeping Buttons Below Inactive

Oct 30, 2009

how to keep items below my pop-up window (window-component) from remaining active even though my pop-up window is layered above my buttons. I've tried to program my buttons to be inactive but since my buttons are part of an intricate animated navigation system, it seems like a lot of work when there should be an easier fix.

View 7 Replies

Flex :: Air RollOver On Inactive Native Window?

May 27, 2011

I have a Native Window in Flex AIR. Let's say the window doesn't have a focus. It is inactive. Is it possible to find out when mouse is over such window? The window is always in front. I heard that it is possible by checking stage.mouseX in ENTER FRAME handler.

View 2 Replies

Flex :: Movie Delayed In Inactive Window?

Aug 4, 2011

I often want to run a movie but are only insterested in the debugging output and switch back to my code or to the debugger.I discovered, that the movie framerate is significantly slower in an inactive browser window. This causes e.g. certain async unit tests to fail when run in the Flex UI. So it's not that trivial

View 1 Replies

ActionScript 1/2 :: Open A Browser Window From Flash In Safari Or Firefox?

Oct 30, 2009

I am having a problem. I found the actionscript 2 code to open a browser window, but it is not working in Safari, or Firefox. I found an old action script 1 file version 5 for the flash player that works just fine, but I am using 8 and actionscript 2 so that doesn't work for me.

View 5 Replies

Actionscript 3 :: Flash Client Freezes When Minimized

May 24, 2011

We are building a multiplayer flash game using actionscript 3. The game is supposed to work in real-time.

We have an issue where if ou minimize the game client, it freezes- I can see this by previewing the minimized window, my character which is supposed to walk across the room has frozen. This causes a real-time issue because anything happening while a players client is minimized will be missed...

Does anyone know why the flash client would stop/freeze when minimized, and if there is a way to prevent this?

View 2 Replies

Professional :: Flash With Thin White Line On Left Side When Resize Window In Firefox

Jan 27, 2011

I have a flash movie that has a thin white line on the left side which comes and goes as you stretch a window. Does not show up in any other browser. [URL] Same thing occurs in another site [URL] The flash movie is the same width as container div.

View 1 Replies

ActionScript 3.0 :: Flash Isn't Loading In Firefox?

Jul 29, 2009

I've created a flash banner in action script 3.0. I've attached it with html withswfobject.js method and with wmode transparent. It works in IE 6/7, safari, opera, chrome, but it's sometimes not load in firefox both 2.0 and 3.0. when i removed the wmode property form javascript. it works on firefox.

View 2 Replies

ActionScript 2.0 :: PC Firefox Not Loading Flash External Content?

May 13, 2010

Weirdness today while trying to get Flash to load some external content (PHP, XML and images). It works fine in everything except Firefox on a PC (Even in IE! What a world! But I digress...). I've got a SWF that loads an external PHP file, along with an external XML file, which in turn references external images to be loaded. When I look at the Net panel in Firebug, it's showing that the SWF is loading, but none of the other external files are getting pulled. Anybody know why? If you want to check it out, the page is here: [URL] I'm also using SWFObject

View 3 Replies

Open New Window Firefox?

Dec 23, 2009

By default Firefox opens urls set to 'new window' in a new firefox tab instead. Is there any way to force Firefox to open a new window?This doesn't work in Firefox: it opens a new tab window instead of a real new window. How can I make Firefox open a new window? Without the popup blocker blocking it?

View 1 Replies

Flash :: .swf Not Loading In Internet Explorer, Chrome Does In Safari, Firefox?

Apr 5, 2012

How could it be a SWF is not loading in internet explorer chrome on windows but works fine on firefox and safari on osx? I called the file like myhomepage.fr/videoplayer.swf

Does this direct all of swf is non supported on IE?

View 1 Replies

ActionScript 2.0 :: Window.close() In Firefox?

Sep 1, 2005

I've written getURL("javascript:window.close()"); to close the windowwhich runs only in IE. What should be written for Firefox?

View 1 Replies

ActionScript 2.0 :: Firefox Blocking Pop Up Window?

Jul 30, 2008

I have a Flash movie that loads an html file with a link that should open a new window when clicked. The problem is that Firefox blocks the new window from opening, and I don't know how to solve it. Unfortunately, I have no access to the HTML page where the Flash will be included, so I couldn't use Javascript in that HTML page.This is the code in the HTML file that is loaded into the Flash movie:

<p>This is the company that makes Photoshop:<a href="http:[url].... target="_blank">Adobe</a></p>

View 3 Replies

ActionScript 2.0 :: Flash8 : Closing The Firefox Window?

May 25, 2010

Currently I have the code for a button within the swf on our webpage:

Actionscript Code:
on(release){  getURL('javascript:window.close()');  getURL("MyUrl.com","_blank");}

close the web browser (including the swf document) and to open another webpage in a new browser. I have looked around and nothing seems to work with Firefox (because of java security). While I know a user could disable this java security, it is obviously not practical to ask every one who visits the site to so and was curious if there is a way to do this same operation with Firefox?

View 2 Replies

ActionScript 2.0 :: Closing A Browser Window In Firefox?

Jun 4, 2010

An old discussion - but still relevant: Does anyone know a script for a button making it able to close a Firefox browser window (on a mac)?

I have tried 1) variants of "javascript:window.close()" and 2) to make the button open a new window in itself, which immediately afterwards closes itself...

View 1 Replies

Osx :: AIR Application On The Menubar When Minimized?

Mar 27, 2012

I'm trying to look for tutorials on getting my AIR application to OSX's menubar when minimized. However, when I try to search for it, I end up getting examples on doing it for the system tray on Windows and the Dock on macs. I don't want the app to stay on the dock when the window is not visible. I want it to minimize to the menubar instead. EDIT: I don't want to learn about working with the OS X dock (on this post at least). I'm interested in working with the menubar. (See image below.)

View 1 Replies

Windows :: Get The NativeWindow Minimized Event?

Dec 31, 2011

When working with NativeWindow's in AIR, can you get an event everytime the window is minimized / unminimized? I tried hooking up with DisplayStateChanged but its not firing when the window is minimized. you know how to get such an event?

[Code]...

View 2 Replies

ActionScript 3.0 :: Flash Website Not Working On Firefox On PC But Works Fine On FireFox On MAC?

Jul 21, 2009

works perfect on my macbook pro (safari, firefox, and opera) but when I view the site on Vmare Fusion Windows XP and use IE and FireFox the pages don't load... I don't know what to make of this. Has anyone hear or seen anything like this happen before? BTW the website was created in Adobe Flash CS4/ AS 3.0 and published using Flash Player 10.

View 2 Replies

ActionScript 2.0 :: Kirupa 'launch Centered Window' Script Fails In Firefox?

Apr 16, 2006

I found a great tutorial on launching a centered pop up window that kirupa posted and firefox won't execute it correctly or at all. I'm extremely frustrated because I need pop ups for my site to work and now it only functions in internet explorer or safari (mac). The url for the tutorial is [Url]

The way it works is that you have a frame action with the following function:

[Code]...

View 1 Replies

ActionScript 3.0 :: Keep Swf File Working When The Other Tab Is Opened Or Browser Minimized

Nov 9, 2010

I am currently developing a virtual world with Flash CS 3 and AS 3 in the client side. Everything seems fine until I found that the flash player in the browser stops working when you minimized the browser or open another tab. It makes a huge problem in my virtual world, because when one player moves from location A to location B, and in the middle of the animation process (moving the player from A to B) the user minimized the browser then the animation process (and another process I assumed) is stopped. That would make a different location between the player current location (in the client side) with the server side and another client.

My question is how we keep the flash player keep working although the browser is minimized or another tab is opened? Just like most of facebook games or youtube player (keep playing the video although you are viewing another tab).

View 3 Replies

Professional :: Flash Lag When In Inactive Tab?

Mar 31, 2011

The problem: I have a .swf file embed on a website. When i'm on the site the flash file works fine looping continously. BUT when i switch tabs for a couple of minutes or then return to the website, the .swf file lags for around 15 to 25 seconds before it starts playing the movie again.

View 3 Replies

Browser :: Flash Code 'pauses' When In Inactive Tab?

Jul 18, 2011

Does flash pause its execution somehow if the browser tab in which its residing is inactive? developed a multiplayer game using cirrus and when I tried to play it by switching tabs, aking a move in each tab, there were some inconsistencies regarding the way the game executed as if the inactive tab pauses the flash execution and then resume once it was active.

View 2 Replies

ActionScript 2.0 :: Pop Up Making Background Flash INACTIVE?

Jun 30, 2004

I have NO idea what the terminology would be for this so I was unable to find anything searching because I don't know what to search for exactly!Anyhoo, I've this on several sites. You've got your main flash working as a main menu on your active browser window.Then you click a link and you get a pop-up. Easy enough. But there's some code or something that can make your main menu and background totally inactive while you browse within the pop-up. When you're done with the pop-up, you close it and then click ANYWHERE on the inactivated "main menu" flash to reactivate it. Load it up, go inside and click the first orange linked text you see. It will bring up and pop-up and "grey-out" the main pag

View 1 Replies

ActionScript 3.0 :: SWF Loading Bug In Firefox?

Jul 27, 2009

I have a swf that loads an external main swf (contains all other site functions). When I run the html file containing the swf in firefox, the progress bar in the status bar is showing that it isn't finished loading. The loading cursor also flickers. This only happens in firefox. It's as though it still thinks there's more to load.

View 0 Replies

Custom Mouse Cursor Hangs When Flash Inactive

Jun 26, 2009

I have made custom mouse cursor (movie clip) everything works fine, default cursor is hidden, mc is following pointer, problem is- when flash is inactive custom cursor hangs in upper left corner of flash, I want to make it dissapear untill the moment you enter flash file. That would work like this: I am opening my web page, flash is loaded but custom cursor is hidden, I am moving my mouse into zone of flash -custom cursor appears on screen and follows mouse pointer.

View 5 Replies

ActionScript 2.0 :: Popup Making Background Flash INACTIVE?

Jun 30, 2004

You've got your main flash working as a main menu on your active browser window. Then you click a link and you get a pop-up. Easy enough. But there's some code or something that can make your main menu and background totally inactive while you browse within the pop-up. When you're done with the pop-up, you close it and then click ANYWHERE on the inactivated "main menu" flash to reactivate it.

[URL]

Load it up, go inside and click the first orange linked text you see. It will bring up and pop-up and "grey-out" the main page.

View 1 Replies

Flash 10 :: Continue Flash Animation Despite Inactive Browser Tab?

Jan 11, 2012

I have an issue with Flash optimization (I guess). The thing is, when you switch to another browser tab/window, scroll down it's window... anything that makes Flash disappear stops its runtime. I've found out that this optimization system was introduced in Flash Player 10.1 - it slows down Flash Player to 2fps in order to lower it's CPU and memory usage. My question is - how do I skip it? I want my animation to play even when it's not visible by all means whatsoever. Is it in the embed code? Publish Settings? Or maybe I need to insert some AS into my timeline? Each site has a Flash content (mostly banners) which behave in the normal way - they run in the background - but everything I publish and upload freezes (it actually plays at 2fps, but the effect is pretty much the same). Here's an example: when I open any flash site, a preloader appears, so I switch to another tab to do something in the mean time, when I assume it has loaded, I switch back and there it is - a loaded Flash site. But when I open MY Flash site or animation, switch tabs and wait for it to load, and after a while when I come back, the preloader is still at the beginning and continues doing its stuff from the very moment it shows up again. This is not how thing suppose to work. I can open directly the simplest animation there can be - a simple motion tween of a ball from one side of a screen to another, when the tab holding it becomes active after a while, the animation is still at the beginning, but the animation is short/fast and it supposed to have finished already. I've found out something about Activate and Deactivate Events, but they are used in Flash games - so it would pause when the game loses focus. But this works on the Flash object, not whole browser itself.

View 1 Replies

ActionScript 2.0 :: XML Stops Loading For Firefox And Safari?

Mar 4, 2008

I load images from an XML file and sometimes everything would load up just fine, but there are times when flash would stop loading in the middle of my my list...

[URL]

On firefox, all items usually would load up all the time but there are occassions where it would only load 3 out of 8 or some anywhere before it's suppose to finish. If you keep hitting refresh on the link i posted, you'll see. its even worse on safari since it would seldom load the whole thing... never had a problem with IE though.

here is the code im working on

Code:
var productHolder:MovieClip = productHolder_mc;
var bannerHolder:MovieClip = bannerHolder_mc;
var paginationHolder:MovieClip = paginationHolder_mc;
var whatIsaLoading:String = "";

[code]....

View 2 Replies

ActionScript 3.0 :: Firefox "flashing" When Resizing Window

Mar 17, 2011

I'm having a problem with Firefox "flashing" when resizing the window. I've created a fullscreen background. See the site here "ohbehave.dk/beta"

Why is it doing this? Also, do you have any tips on improving performance when resizing?

ActionScript Code:
// -------------------------
// BACKGROUND SETUP
// -------------------------
stage.scaleMode = StageScaleMode.NO_SCALE;

[Code]....

View 1 Replies







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