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


Similar Posts:


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

Ruby :: Upload A File With Watir And Internet Explorer?

Nov 15, 2011

Over the last couple of days i have been put in charge of Automating certain aspects of my companies CMS systems. (We are using Drupal) One of the issue i am having with my ruby script is getting IE to select a local file from my machine and adding it to my submit form. Now i have been reading up about this and found a few simular posts, but the different with the form we are using is that the browse button is made out of flash and there is no input field for the file path. The options i have is to either type in the "File Name" and clicks the "Open" button or the second option is to double click a file.So they way i have got round this so far is to tab down to the "browser button and then press the "Enter" key to open the browse menu. But i now need the ability to select a file name.This is my Ruby File.

require 'watir'
include Watir

ie = Watir::IE.new[code]....

View 3 Replies

Html - Error In Playing A Swf File On Internet Explorer

Jan 12, 2011

In the below code i get an error saying Error #2007: Parameter url must be non-null on Internet Explorer only.What am i doing wrong here

html
<OBJECT
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH="50"
HEIGHT="50"
id="myMovieName">

[Code]...

View 2 Replies

Ruby :: SWFUpload And WEBrick Upload (error: 2038)

Apr 12, 2012

My WEBrick log reads: WARN Could not determine content-length of response body. Set content length of the response or set response#chunked = true I did some searching and found that that error could be because:

File size permitted by the server is less than the upload size.Lack of free space on the server (Checked.

PS: I have tried thin too. No help there either. Or maybe I missed some option in the 'thin config' option.[URL]..

View 1 Replies

Java :: Flex File Upload With HTTPS - No Access To User Principal

Dec 29, 2009

We're trying to upload a file from a flex client to a JEE app.
In a full HTTPS environment
JEE server is JBoss 5
Using BlazeDS 'Custom' authentication (username and password are entered through a flex form)
Using BlazeDS per session authentication
In regular AMF calls, we can access user principal and use role mechanism. However, in our upload servlet, we have no access to user principal.
request.getUserPrincipal() // returns null

View 2 Replies

ActionScript 3.0 :: Error #2044: Unhandled IOErrorEvent:. Text=Error #2038: File I/O Error

Feb 24, 2009

I'm making a system to upload photos to a gallery. I'm using filereference, and it's working alright. I can upload like 20 files fine sometimes.. but when I do like 50, it starts giving me errors on over half the files.

The error is: Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.

This may be a php error, or server error, I'm not sure. Because the file isn't even uploading at all.

View 3 Replies

IDE :: Error #2044: Unhandled IOErrorEvent:. Text=Error #2038: File I/O Error

Feb 25, 2009

I have got an error here i.e.,

Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.
at AddAttachment_fla::MainTimeline/AddAttachment_fla::frame1()

i.e., here "AddAttachment" is the name for .fla file.I had also referred Flash help( i.e., F1) for error recovery. But, there is no advantage.

View 1 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

ActionScript 3.0 :: Error In Internet Explorer When Loading From Cache

Apr 29, 2010

I have this error in internet explorer when it's loading the swf from cache
"ArgumentError: Error #2015: Invalid BitmapData.
at flash.display::BitmapData()"

View 3 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

Flash :: File Not Running On Internet Explorer

Jul 14, 2011

[url]...Two flash files on the extreme right side, that is above the text THE SPORTS CLINIC and CENTRE FOR JOINT REPLACEMENTS runs fine with almost all browsers, except for internet explorer. I have tried everything, but it simply doesn't run over internet explorer.

View 1 Replies

ActionScript 2.0 :: Drag Mp3 File In A Flash Movie Within Internet Explorer?

May 17, 2003

is there a way to drag mp3 file in a flash movie within Internet Explore and make it play??

I want to make a player where users can drag their own mp3 songs on top of my flash movie and be able to listen to them?

View 1 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

ActionScript 3.0 :: IOError #2038 Even Though Upload Succeeds

Dec 1, 2010

I'm using AIR to upload a file to a server. Amazingly, I'm getting an IOError even though the upload succeeds! The server requires authentication, so I handle that first (credentials and URL redacted below), then I upload the file successfully (even though Flash says I didn't):

ActionScript Code:
// Instantiate the file and add listeners
var file:File = new File("C:/file.xml");
file.addEventListener(IOErrorEvent.IO_ERROR, fileUploadFailed);

[code]....

View 1 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

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

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

Jquery :: Internet Explorer "Security Error" Uploadify?

Jul 27, 2011

local js:

jQuery('#file_upload').uploadify({
'buttonImg' : 'public/uploadify/newfile.png',
'uploader' : 'http://remoteserver/uploadify.swf',

[code].....

View 3 Replies

Java :: Flash Upload IOError #2038 After Successful Server Processing

Nov 3, 2010

I built two flash uploaders using actionscript 3 & actionscript 2 that sends files to a java servlet. The java servlet successfully receives that file, but the flash uploader fires an IOerror #2038 instead of a complete event.

There was another question is my exact same problem, but the answer "clear the cache" was very broad, and the question owner was too lazy to give a detailed description.

[URL]

View 2 Replies

ActionScript 3.0 :: Error #2044: Unhandled IOErrorEvent:. Text=Error #2038?

Feb 24, 2009

I have got an error here i.e., Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O

Error.
at
AddAttachment_fla::MainTimeline/AddAttachment_fla::frame1()

i.e.,here
"AddAttachment" is the name of .fla file.

I had also referred Flash help( i.e., F1) for error recovery.

View 2 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

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

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







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