Internet Explorer - Firefox/IE Statusbar Are In Front Of FLEX Page?

Jan 12, 2011

I created the page in FLEX, but i have problem with scroller (the page content) and the bottom status bar from IE/firefox. They are easily overlapping each other (with statusbar in the front - hiding the content of the page) - is there any way to read the height of these elements regardles of the browser (to change 'paddingbottom' accordingly ) ? (I know that disabling them is prohibited from security reasons).

[Code]...

View 1 Replies


Similar Posts:


ActionScript 3.0 ::configure Flex To Publish To Firefox Rather Than Internet Explorer?

Sep 1, 2009

just started out using flex (man it rocks compared to cs4! wish i had switched earlier).I have two questions that i can't seem to find the answers to

1) how do i configure flex to publish to firefox rather than internet explorer?

2) is it possible to publish to the standalone flash player without bothering with a browser ...as you can do in the Flash IDE ?

View 1 Replies

Flex :: Loading Html With Flash Page Using Https In Internet Explorer?

Jul 29, 2010

I have a html paga which loads a flash(flex) swf file. Using https it loads successfully with Chrome, Safari and Firefox, but not with Internet Explorer.Another page, a simple aspx page, does load in Internet Explorer using https (and no flash in it).Haven't found anything so far on the internet to solve this... Anyone?UPDATE: When I right click on the white screen, 'About Adobe Flash Player 10...' appears... so Flash is loaded. Also, in Charles (http sniffer tool) I can see that the swf is loaded over the network.

So, apparently, Flash Player is running inside my html page, the swf is loaded over the internet but the swf is not displayed in internet explorer browser... Very strange. How can I debug this further to see what the problem is?Meanwhile, in the left down corner, IE keeps on saying: 'Waiting for https://....In all other browsers it works like a charm.You can see that IE shows a Certificate Error, but that's also the case in other browsers. I already clicked on Certificate Error to install the Certificate, but with no success.

View 1 Replies

Flash Has Gap Around It In Firefox But Not Internet Explorer 6/7

Sep 29, 2008

With an image in the top left corner, this page displays the same in IE6/7 and FF:

[URL]

but when Flash of identical dimensions replaces the image, it works in IE6/7 but I get a gap around Flash in FF:

[URL]

I've tested on Windows XP/Vista, and I'm using Flash CS3 to generate AS2 content for Flash Player 9.

I've searched over an hour across the web for a solution, and done all sorts of fiddling with CSS properties and removing whitespace but no joy.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>

[Code].....

View 3 Replies

Javascript :: SetVariable Works In FireFox But Not Internet Explorer?

Jul 12, 2011

I am building a video player web-app that uses flash for playback and jquery/javascript for UI. By design of the person who wrote the flash component I need to use setVariable to communicate between the javascript and the flash player. I've read all over the internet that a lot of people have had problems gettin setVariable to work in FireFox. I designed my app in firefox because i wanted to use firebug to help me in development. Now that the whole thing has been built, i find that setVariable is not working in IE. The error i get is:Object doesn't support property or method 'SetVariable';Here's a bit of the pertinent code:I construct my html through javascript, so this is how I construct the player:

var player =
'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,16

[code].....

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

Javascript :: Embed Works In Firefox And Safari, But Not In Internet Explorer 8?

Dec 5, 2011

I have a flash-based ad that displays/hides based on some javascript. It works in Firefox, Safari, Chrome ... but not in Internet Explorer 8. This is for donations to a non-profit during the holiday season,

<div class="grid_12 alpha omega">
<script type="text/javascript">
GA_googleFillSlot("360_dropdown");

[code]......

View 1 Replies

ActionScript 3.0 :: Internet Explorer / FireFox Flash Player Difference?

Mar 21, 2010

There frequently tend to be posts "My SWF works in FireFox but not Internet Explorer! I'm wondering, is there REALLY ever any truth to these and not just silly mistakes?
Is there any real difference between the Flash Player in Internet Explorer and FireFox?

Aren't they the same, and all the browser is doing is relaying those commands to the library/executable already on the computer? The reason I'm guessing this is because when you install Flash Player, it works for all installed browsers, and you don't have to install it to specific browsers, right? Or?

View 3 Replies

Disable Flash For Testing Purposes In Internet Explorer/Firefox/Chrome?

Jul 11, 2011

I'm wondering if there's an easy way to disable flash in Internet Explorer for testing purposes:I'm writing a script that tests for flash (based off the information at this link - https:[url]....) and I'm hoping there is an easier way to test this than uninstalling flash.

View 2 Replies

Flash - Internet Explorer Full Page Background?

Aug 17, 2010

I currently am working on a site with a full-screen flash video background - [URL]It is working in most browsers, except apparently IE (I am working on a mac).Apparently the only problem is the flash video is not playing.I put this in the body:

<div class="zone-home">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%" id="background-vid" align="middle">
<param name="LOOP" value="true" />

[code]....

View 1 Replies

Internet Explorer 7 - IE7, Page Refresh Not Reloading Flash Vars?

Nov 4, 2009

I have a site the runs in flash. IE7 will not reload the vars in flash, the vars set by flash in the swf. when the page is reloaded. The thing that bugs me out is refreshing the page actually refreshed the page. The flash started how it was supposed to except the variables in flash didn't reset.This only happens when the "Temporary Internet Files" settings in IE is set to "automatic". But works how it should when "Everytime I visit The Page" is checked.

View 3 Replies

Flex :: SWF Not Working In Internet Explorer

Jan 3, 2011

Why is the below code not working on IE.

<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="[URL]"
layout="absolute"
width="300"
height="100"
creationComplete="init()">
[Code] .....

View 1 Replies

Flex :: Adobe Air Air.navigateToURL Bug With Internet Explorer

Jun 10, 2010

I have a really bizarre problem with my adobe air app. I have a method which launches a local HTML file and passes some querystring items to it.

Here is the code:

function printWin(def) {
def = encodeURI(def);
var req = new window.runtime.flash.net.URLRequest('print.html');

[Code].....

View 1 Replies

Flex :: Internet Explorer - Determine If User Has Pop-Up Blocker

Mar 31, 2011

My application pops up help windows outside of flex on several occasions. I need to warn the user to allow pop ups from my app if they have the pop-up blocker on. Does anyone know how to determine this from inside of flex and then how to have the browser pop up the "allow pop ups from this site" thing after that?

View 3 Replies

Flex :: Internet Explorer 9 Does Not Update With Changes On Server From Application

Jan 6, 2012

I have a flex application that when i update on the server i can see the changes in both firefox and and chrome but I.E continues to show the application before the change... Its as if I.E had the application Cashed somewhere. I dont understand where it could be holding it. I have tried clearing my cookies and i still get the same view before my changes. Has anyone else had this problem before with Internet Explorer?

View 2 Replies

Flex :: Internet Explorer - Catching Ctrl + Z With Flex Running In IE8?

Jan 17, 2011

For some reason I cannot catch the Ctrl + Z keyDown event in my Flex application when it runs in IE. It works fine in FF/Chrome/Safari.

I have a simple Group control where I listen for keyDown and try implement my own Undo logic. I need to catch Ctrl + Z because any other key combination would feel unnatural to most users.

View 2 Replies

Flex :: Internet Explorer 8 - IE8 Flex Not Triggering FocusOut Event?

Mar 2, 2011

I have a textfield in flex with a focusOut event on it. I can type in the box and in Firefox and Chrome when I click elsewhere on the page (outside the flash element) the focusOut event will be triggered. However in IE8, the texfield never loses focus when you click elsewhere on the page, outside the flash object. I've tried with focusManager.browserMode set to true and false with no difference (I believe that effects incoming focus anyway).

View 1 Replies

Flex :: Internet Explorer - File Upload - Io Error #2038 Over HTTPS

Sep 1, 2011

i have a flex file upload application over https it works fine on all IE browsers. Recently a client with IE9 reported a complaint that she's not able to upload files. can see the error generated is IO Error #2038. The adobe documentation says 2038 is File I/O Error.This error occurs when an application can't get file size, creation date or modification data using the FileReference API.

All i can think of is browser issues like, browser cache, some new configuration in IE9 am unaware of or permission on the client directory.

View 1 Replies

Internet Explorer Flash Performance?

Nov 11, 2009

Steps to reproduce my problem:Create simple dot DisplayObject in flash

dot.graphics.beginFill( color);
dot.graphics.drawCircle( 0, 0, 2 );
dot.graphics.endFill();

Draw dot to bitmap many times a frame

bitmapData.draw( dot, null, null, "normal", null, _smoothing );

Test FrameRate in combination of browsers,flash plugin versions on Win32

Expect:

Framerate to be close in most cases

Observed:

I am seeing a 25% decrease in framerate under IE7 using Flash10b.ocx(10.0.22) and 50% decrease in framerate using Flash10c.ocx(10.0.32). PLugins under FireFox, Safari and in Mac OSX don't exhibit the same slowdown.

I would like to get help/confirmation on a performance problem that I see in Internet Explorer. The Adobe and Flash community is great on the Internet but I have been surprised to see no information on this, just a few reports about movie playback on 10.0.32 vs. 10.0.22.

My guess is that in IE flash plugin is passing draw calls to Win32 and that this is slow.

Instead of drawing each time on the bitmap using draw, cache the draw calls to a bitmap and use CopyPixels. When I do this the performance is the same across browsers, within 10%.

bitmapData.copyPixels(dot.bitmapData,dot.bi tmapData.rect,new Point(dot.x,dot.y),null,null,true);

Loop I am using:

function enterFrame(e:Event) {
bitmap.lock();
for (var i:int=0;i<particles.length;i++) {

[code]....

View 2 Replies

C# :: Run The Exe File In Internet Explorer By Using The .net Application?

Sep 30, 2010

I have the exe file of micromedia flash player. I am able to run this file from the .net application by using the following code

private void button1_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("peopledisplay.exe");

[code]......

View 2 Replies

Internet Explorer 9 :: Flash - Off By One Pixel In IE9 Only?

Mar 17, 2011

I have a website with a Flash banner. This has worked fine in all major browsers (IE7/8,Firefox, Chrome, Safari, Opera) for some time, but when I upgraded to IE9, the banner is displayed with a 1 pixel shim on the right-hand edge, which is throwing the layout off.know past versions of IE would display line breaks as white space and I wonder if that's what's going on here. I'm using the AC_FL_RunContent() function to display the Flash file.I'm not sure where to look to debug this, but I'd like to fix it sooner rather than later

View 3 Replies

Actionscript 3 :: Internet Explorer - Facebook IE?

Apr 18, 2011

I'm trying to use the Facebook Actionscript graph api but I seem to be having problems in IE (other browsers like chrome and firefox seem okay so far).

From what i can tell, it's logging in fine and returning the user id but when i do a lookup on that user with Facebook.api(_user, handleUserRequest); I get an error.

Is there any known problems with the Facebook Actionscript graph api that affects IE only?

[Code]...

View 2 Replies

Internet Explorer Flash Blocks?

Sep 24, 2011

i am accessing flash content in IE.I am getting this error all the time.Error - Alternate HTML content should be placed here. This content requires the Adobe Flash Player. Get Flash

View 1 Replies

Xml - Get Request Being Aborted In Internet Explorer 9?

Sep 27, 2011

If you'll visit the site lab.buffspec.com SPECIFICALLY using Internet Explorer 9 and select a gildan 6.1, a hanes 6.1 or a gildan hood and then click on the get pricing button you will see that despite updating the quantity the total price isn't shown. This happens in Internet Explorer 9 only for these 3 shirts, the others work fine. And this behavior occurs only in IE9, the site works fine in firefox and chrome. When I select Developer tools in IE9 and go the network tab and start capturing, I find that the request shows '(Aborted)' and the initiator tab shows '(Pending)'.

[Code]...

View 1 Replies

ActionScript 3.0 :: Can't Remove Right-bar On Internet Explorer

Jul 8, 2009

I can't remove the right-bar on Internet Explorer[url]...

In Firefox and Safari everything is perfect... I use overflow-y property to do it. Is maybe not supported bye IE ?

View 4 Replies

IDE :: Loader Does Not Work In Internet Explorer

May 31, 2009

I have a preloader with the following code
stop();
this.loaderInfo.addEventListener(ProgressEvent.PRO GRESS, onProgress);
this.loaderInfo.addEventListener(Event.COMPLETE, onComplete);
function onProgress(erogressEvent):void {
var loaded:Number = e.target.bytesLoaded;
[Code] .....
It works great with Firefox and Safari on a mac but when viewing in internet explorer on a pc, the loader does not work at all.

View 1 Replies

Flex :: Add Custom Statusbar In 4?

Mar 21, 2012

we can add custom *statusbar* in flex 3 by using below code.

<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"
showStatusBar="true"
statusBarFactory="{new ClassFactory(AppStatusBar)}">

How can i add custom statusbar in flex 4..?

View 1 Replies

ActionScript 3.0 :: Disable Accessing Internet Explorer?

Feb 9, 2009

i'm developing aplication in which there is one section for games....bt in games which i have put there,this games open internet explorer when user clicks on buttons in games. also there is restriction that i can not modify the buttons in game ..I dnt want this games to open web browser whn button isclicked..

View 2 Replies

ActionScript 3.0 :: Sound Causes Crash In Internet Explorer

Jan 30, 2009

The attached AS3 file is a simplified implementation of the Karplus-Strong plucked string algorithm, and demonstrates the use of the SampleDataEvent.SAMPLE_DATA event to synthesize audio on the fly. This will run all day long in Mozilla Firefox (Windows) or Safari (Mac). It crashes in IE6 and IE7 on Windows XP/Vista (you may have to give it some time, it probably won't crash
immediately).

View 3 Replies

ActionScript 1/2 :: Bizarre AS2 Error With Internet Explorer 6

Aug 18, 2009

I'll try my best to articulate the problem here. I have a client who is using IE6 on a hand-held device. They need an AS2 scripted file for Flash Player 7. I have the following script that serves as a welcome screen. It plays the welcome movie, then pauses for 4 seconds, then proceeds to the "intro" frame to begin the next movie.[code]...

It works fine on every browser I've used in-house. For some reason, however, the client says it gets hung up and won't proceed to the "intro" frame to play the next movie. I've tried eliminating the initial stop(); script, but then it doesn't play the movie at all and just goes to the next frame.

View 4 Replies







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