Professional :: Load Flash File In IE Over Https?

Mar 19, 2008

My webapp with flash files (fusioncharts that reads XML data)works well in Firefox, but not in Internet Explorer. The problem
isn't that I can't get the XML data (the Pragma and Chach-Control header, when you get a "Error in loading data") because I can load a Excel file with html data. I get a Movie not loaded error instead, like if that IE can't load the swf file.I tested the application on another computer with https on IE and that didn't work, but it do work on regular http in IE.

View 7 Replies


Similar Posts:


ActionScript 3 :: Load Data From HTTPs Without Valid Certificate In Flash Editor

Sep 21, 2011

I'm trying to load some data from a https-server that when you visit via a browser returns "The security certificate presented by this website has expired or is not yet valid.". But when I accept anyway, the flash on the page page load data.

But when loading from the Flash Editor it return a:
[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: https://{url}"]

This is what is returned when loading data in Flash Editor from a https server without a valid certificate? Or could there be another problem? The url to the https-server is "changed" via the hosts-file in Windows. Could this cause any error? I have tried changing the hosts pointing to my local webserver, which works fine, but that isn't via https.

View 1 Replies

C# :: Flash Player Embedded In .NET WinForms App Cannot Load HTTPS Content With Self-signed Certificate

Sep 23, 2011

I have a Flash Player ActiveX control embedded in a .NET WinForms application and am trying to load a SWF into the FP control over an HTTPS url. In development I'm using a self-signed certificate and it seems that in this scenario I can't get FP to accept the certificate and allow the HTTPS communications.When I try to load the swf over https directly, I don't see the swf and when I right-click on the control I see "Movie not loaded". I can load the swf over http and then try to make Flash Remoting calls over https. I don't expect this to work by default but I added a crossdomain.xml file to allow insecure communications. The crossdomain.xml file is in the root of the server but is not loaded. I added an explicit call to loadPolicyFile with the full https url and the crossdomain.xml file is still not loaded. The local IIS logs don't show any request for the file at all, nothing in the HTTPERR file, and Flash's policyfiles.txt log says URl...If I host the swf in a browser, then the browser prompts to accept the certificate and everything works fine. I've accepted the certificate in IE and Firefox.I also tried calling DisableLocalSecurity() on the FP ActiveX control but it had no effect. I didn't really expect it to since I'm not actually loading the swf locally, it's loaded from a url.Can anyone confirm if the self-signed cert really is the problem? Is there a way to get FP to accept the certificate? Any way to bypass the http/https restriction (this is a locally installed app so I can change any local config files we need)?

View 1 Replies

Professional :: When Using IE7 For Parallel Https Calls Across Two Servers

Jan 6, 2012

Weeks back I faced a wierd issue in the behaviour of flashplayer running on IE7 which is invoking parallel https calls. I have two SSL enabled servers one is listening on port 443 and the other is listening on port 8443 but both running in the same domain. I developed a flex client (using httpservice class) which sends parallel https requests to these two servers. When the number of parallel requests increases say more than 5 requests to each server, the fault handler was encountered with the error message:[code]After breaking my head for a long days, I got one solution which would work. This issue is happening only if we are sending https requests to different ports in the same domain. So rather than moving one among the two servers to a new domain, I got a new DNS name for the same destination. So presently I got two DNS names pointing to the same machine in which both the servers are mounted.Now that I am using a separate DNS name for the server listening on port 8443 and the old DNS name is used to hit the server listening on 443.

View 1 Replies

Professional :: Flash - File Moves On Load In Ie Browser?

Feb 11, 2012

Recently I designed and programmed a website.... and today I have come  (this happens only in internet explorer web browser)Every other web browser like firefox, safari it's loads totally fine.click on the URL link below and click on any buttons in the navigation bar with your mouse cursor.As you can see a quick blink, the flash file is at the very top left hand side before its in the correct position. (underneath the nav bar)It seems that the wmode / transparent is causing it.If I remove wmode - it loads fine in ie.ut I need the transparent / wmode for the drop down menu to work (so its visible while the flash file is there.)

View 41 Replies

Professional :: Load Multiple Swfs To Main Flash File?

Aug 27, 2011

I am using the following codeIn actions for Frame 1:

var myrequest:URLRequest=new URLRequest("A.swf");  var myloader:Loader=new Loader();myloader.load(myrequest);img1.addEventListener(MouseEvent.CLICK, clickButton);function clickButton(event:MouseEvent):void{ 

[code].....

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

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

Professional :: How To Get A Swf File To Load

Oct 27, 2010

Not sure if this is the place to ask this but I have a swf file embeded in a web page design.Now hers the issue, the client wants to add more photos to it making it even larger.I would prefer not to make it larger but create 2 or 3 swf files that would randomly load when the webpage is refreshed or reloaded.Is there a way to code a random swf loading in HTML?

View 3 Replies

ActionScript 3.0 :: Remove / Unload External Swf File(s) From The Main Flash File And Load A New Swf File And Garbage Collection From Memory?

Sep 12, 2009

I can't seem to remove / unload the external swf files e.g when the carousel.swf (portfolio) is displayed and I press the about button the about content is overlapping the carousel (portfolio) . How can I remove / unload an external swf file from the main flash file and load a new swf file, while at the same time removing garbage collection from memory?

View 15 Replies

Flash - SWF Not Playing In IE Over Https?

Jan 18, 2012

I export a swf/html direct from flash, very simple. I upload it and it works fine in all browsers. If I change http to https in all browsers, no problems.

All browsers except IE - when I change http to https, I just get nothing - if I right click I get "Movie not loaded..." (greyed out) and the usual about flash player.

I've reinstalled my flash player, read loads of tips and tried loads of other hacks but nothing seems to work.

I am using IE 9 (for testing only)

<div id="flashContent">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="562" height="300" id="banner" align="middle">
<param name="movie" value="banner.swf" />

[Code].....

View 1 Replies

Professional :: Load .flv File Through Actionscript 3?

Jul 24, 2010

How can I load my .flv movie file into Flash Project using Actionscript 3? I know loading it in my project using the following way...
 
File> Import > Import a movie..
 
I would like to know is there a way to do so using Actionscript 3.

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

Flash - SWFUpload On HTTPS Not Working?

Nov 24, 2009

I have trouble uploading files with SWFUpload when target servlet is listening on HTTPS. On HTTP it works fine.The issue is only when using FireFox or Opera. On IE it works fine - not tried other browsers.

EDIT:Error message as provided from SWFUpload when in debug mode:

*SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0 SWF DEBUG: Event: uploadError : IO Error : File ID: SWFUpload_0_0. IO Error: Error #2038
SWF DEBUG: Event: uploadComplete : Upload cycle complete.*

View 5 Replies

Flex :: Use The Flash.net.NetConnection Over Https?

Dec 4, 2009

Is it possible to use the flash.net.NetConnection object to connect to my Flash remoting enabled web application over HTTPS within Tomcat or any other servlet container?

I am using the SpiceFactory cinnamon project for amf remoting and have searched for examples of using HTTPS but see only the reference to a proxy type in the NetConnection object.

If someone could provide a reference or example that would be awesome. Or if it is not possible using the flash.net.NetConnection object are there any recommendations of how to configure HTTPS for the spicefactory cinnamon library.

View 2 Replies

Flash :: Google Maps Api And Https?

Jul 14, 2010

I am using the google maps API with regular key (not premier).When connecting to my server with http, everything works fine, but when connecting with https i receive the following instead of map: initialization failed please check the API key swf location, version and network availability.Is that because it is not premier key? can I force the google maps API to use http instead of https so that I will receive the maps?

View 2 Replies

Flash :: Using The Brightcove Player Over Https

Aug 18, 2011

we are trying to use our player over https. I am detecting the protocol and then setting the secureConnections to true if it is https however it is still throwing a SecurityError, here is the setup code.

[Code]...

View 1 Replies

Professional :: Load A Video File Just Above The Footer Div?

Jan 3, 2011

I am using the SWFObject and have placed the folowing code just before the </body> tag:
 
<script type="text/javascript"><!--swfobject.registerObject("FlashID");//--></script>
 
My Flash CS4 banner works OK.  However if I place the above code just above the </head> tag, the banner does not seem to load!  I am trying to load a video file just above the footer div and the above swf code.  The video loads and plays but the Flash banner and <body. tag background color do not load.   Is the SWFObject a necessary tool

View 2 Replies

Professional :: Created SWF File But - Get It To Load As Index.htm?

Jun 30, 2011

I have created a Flash intro for my website my hosting compnay is Godaddy and the only load certain types of index files.  How do I either embed or publsih this swf file to display as whole screen. When I publish as intro.htm I only get a small window in the upper right corner.

View 1 Replies

ActionScript 3.0 :: Access HTTPS Url From Flash Application?

Jun 2, 2009

I have a standalone flash application which needs to access a [url]... for authentication purpose. BUt I am not able to connect to the URL.

View 5 Replies

ActionScript 3.0 :: Does Flash Web Services Allows Https:// Over HTTP

Jun 17, 2009

Does flash web services allows https:// over http ?

View 5 Replies

Flash :: Why An Embedded Swf Won't Play On A Page Under Https

Dec 3, 2009

I have one swf banner which I want it into .aspx page. The website runs ok under http and the banner plays correctly. After we set the website to run under https, the banner stopped to load. I've tried to load this banner via http link from inside https running page. Nothing happened as well.

Example: Page: [URL]

Script inside:

<script src="http://www.mywebsite.com.br/AC_RunActiveContent.js" language="javascript"></script>
<noscript>

[Code]....

View 1 Replies

Https Link In Flash Banner Not Working?

Jan 24, 2011

I have a flash banner and i am using AS 2.0. The code embedded in the flash banner works with any url other that the one i am trying to embed.Here is the code i am using:

on (press)
{
getURL("https://wcc.webeventservices.com/eventRegistration/EventLobbyServlet?[code]....

Somehow flash does not like https links. It works fine with other links.

View 1 Replies

Flash - SWFUpload Using Https Does Not Work In Firefox

Mar 10, 2011

SWFUpload I am using SWFUpload to upload files to a database (Windows XP) over https. Everything works as expected in IE (7 and 8), but using my Firefox 3.3.15 it fails without error message. Using the upload mechanism using http works fine!I found this thread using google. They describe that installing the CAs certificate as trusted issuer would help. Unfortunatly it did not (it was a certificate issued by a CaCert authority).

It works on the machine of my colleague who uses Firefox 3.3.15, but he cannot recall that he did anything special to make it work. I had a look at other machines using Firefox and none of them were able to upload a file to the database.I red that SWFUpload uses flash and that flash might use other certificates than Firefox itself. Does anyone know anything about it?

EDIT: This is the javascript code for the object creation:

// Create the SWFUpload Object
var swfupload_object = new SWFUpload({
upload_url: "[% cgi_path %]/mdb_bulk_import.pl",
file_post_name: 'upload_file',

[code]....

View 2 Replies

Actionscript 3 :: HTTPS Vs HTTP Requests From Flash

Oct 16, 2011

I am finding that if I load Flash from a HTTPS page [URL] and try to make a request within ActionScript 3 to [URL] the request does not go through. Same goes for the opposite (accessing https from a http-loaded flash script).

The request is failing, the requested data (passed from a PHP script) is not loading.

Now at first I assumed the trouble was with cross-domain policy files, but I have fixed that issue (I think).

Is there any security policy in Flash (CS5 btw) on HTTP vs HTTPS requests based on where the script is loaded from?

View 1 Replies

Flash :: Https For Secure Data Transfer Between Php?

Dec 13, 2011

I need to transfer data from a flash application running in a browser to a server running php. If I use an https connection will that be enough to ensure that the data sent from flash to the server is encrypted and sensitive data can't be sniffed, or do I need to do encryption in my flash application itself?

View 1 Replies

ActionScript 3.0 :: Connecting To HTTPS URL From Flash Application?

Jun 4, 2009

I have a standalone flash application which needs to access a https://.. url for authentication purpose. BUt I am not able to connect to the URL. What can be the reason?

View 1 Replies

Professional :: Load Movie Clips From External .swf File?

May 14, 2010

I need to load files from the library of another .swf file (AS3). How to accomplish that?

View 1 Replies

Professional :: Load SWF From Menu XML File Into Holder MC On Stage

Apr 18, 2011

How can I load a swf from this xml file into a mc holder file? See code below.
var myxml:XML = <node label="Root Node"><node label="Chapter 1">
<node label="Intro" image="circleImage"/>
<node label="Recommended Prerequisites" image="squareImage"/>
<node label="Course Navigation and Controls" image="triangleImage"/>
<node label="Chapter 1 Completion" image="starImage"/></node></node>;
[Code] .....

View 1 Replies

Professional :: Save And Load The Swf-file To A Local Disk Of Any User?

Sep 28, 2010

I am a developer in Web Flash Game.(I use AS3.0) I want to save and load the swf-file to a local disk of any user,Because I want to decrease the time for loading a flash movie from site.Is it possible?If it is possible, I hope the swf-file has only one loading from site and it will be loaded from a local disk of any user after that. (I know a concept of Internet temporary file. I want to know the other techniques of only using AS3.0.)

View 3 Replies







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