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


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

Flex 4.5 :: RemoteObject And AMFPHP Over SSL With Self-signed Certificate

Nov 2, 2011

I'm trying to connect to AMFPHP over SSL (self-signed) from a Flex 4.5 application.Will this work? Or do I need an authority-signed certificate?Will it silently fail or prompt user like it does in browser?How do I need to edit the services-config.xml file for this to work?

View 1 Replies

Flex :: Self Signed Certificate For Adobe Air Application?

Jan 2, 2012

I nedd to create a self signed certificate for my desktop app. What do I need to enter in these fields?

Organization unit
Organization name

Does Organization means my agency's name?

View 2 Replies

Media Server :: Configuring RTMPS With A Self-signed Certificate

Sep 16, 2010

I have configured FMS 4.0 to do RTMPS on port 443. To test it, I created a self-signed certificate and then imported the certificate as an authority in my browser (Firefox). I don't want to go and get a real certificate until I can verify that FMS is able to do what I want it to.I included the path to the certificate and the private key in Adaptor.xml in <install dir>/conf/_defaultRoot_/That's the only file I have modified.[code]In the NET_STATUS handler I always get the following error: NetConnection.Connect.CertificateUntrustedSigner.

View 1 Replies

Flex :: Can Adobe Air Application Turn Off Self-signed Certificate Warnings

Dec 16, 2010

I have a demo application using Adobe Air that accesses my own SSL web service that uses a self-signed certificate. In .NET clients, I can explicitly handle (and ignore) certificate warnings and suppress them via the ServicePointManager.ServerCertificateValidationCallback. I've examined the URLRequest and URLLoader classes but haven't found anything.

View 1 Replies

Actionscript 3 :: Communicate Between An Instance Of Flash Embedded In A Browser And A Flash Instance Running In A C# WinForms App?

Dec 23, 2011

I am trying to communicate between an instance of flash embedded in a browser and a flash instance running in a C# WinForms app... I am getting a compile error that say:

1119 Access of possibly undefined property printOut through a reference with static type flash.net:LocalConnection

Here is the actionscript:

var feedback = "";
var receiving_lc:LocalConnection = new LocalConnection();
receiving_lc.connect("fromClient")

[code]....

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

C# :: Embedded Flash Player Doesn't Load?

Feb 5, 2011

I wrote a program in C# that, when a user press a button, opens a new form containing an embedded flash object. The flash application needs the user to be logged in, so i added to the source something like

swf.SetVariable("__ses", sid);

This works fine for 2 user testing the application, while the third one can succesfully open one table, while all the others appear "black", just like if the loader can't get past the loading step.

View 1 Replies

Html :: Embedded Flash Media Player Is Not Starting Automatically Upon Webpage Load?

Feb 7, 2012

My flash media player is not playing automatically when my webpage loads. I have changed the settings from 0 to 1 (which should auto start the file), but still does not start the song automatically. This occurs in IE, FF, and Chrome.

<object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="200" height="20">
<param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
<param name="bgcolor" value="#ffffff" />

[code]...

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

Flex :: Signed And Un-signed Framework RSLs?

Jul 12, 2011

what is a framework RSL and difference between Signed and un-signed framework RSLs in Flex.

View 1 Replies

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

Flash Won't Load When Embedded But It Works On The Published Embedded Html?

Nov 11, 2009

I made a flash mp3 player and it works fine in any other test pages. but when i embed it onto my site it just shows blank. what do i do? my site is [URL] and the flash player i tested here [URL] and it plays. What im i doing wrong? i tryed everything. right now i just got it in a iframe but i dont want that iframe.

View 1 Replies

ActionScript 2.0 :: Content To Load Into The Loader And Have Its Content Change Once Click On The Other Button Flash 8

Aug 15, 2009

I'm have made some buttons (movie clip) and when I click on it, I want a file (home.swf) to load in a loader (mx.contents.loader) and I want the other buttons to do the same, all load into the same loader. I have no Idea how to do that. The way I have it set up now, the home.swf will load over the entire screen and that is not what I want. I just want the content to load into the loader and have its content change once I click on the other buttons. Here is a copy and past of that I have at the moment, I'm using Flash 8 to do it all.

[Code]...

View 1 Replies

Flash :: Embedded Swf File To Content Asp.net Page

Mar 6, 2011

have a swf file which content a FlvPlayback play to play targeted video. It is working OK when I run published HTML file from flash professional CS5. but when I embedded this flash to asp.net content page using object tag the move will pay but the video controls play and stop with disappear. I listed down the code I sued.

[Code]...

View 1 Replies

Flash :: Does ShowAll Change StageWidth On Embedded Content

Dec 16, 2011

I've got a MovieClip that gets positioned in respect of the stage.stageWidth/stage.stageHeight which works completely fine in the stand-alone Flash Player, however when embedded into a webpage with the "showAll" param it gets cropped. Is anyone aware of some sort of issue with stageWidth not being updated when using the scale param in the embed code?

View 1 Replies

ActionScript 2.0 :: Dynamic Flash Content Embedded Into A Facebook Fanpage?

Jan 10, 2011

I have dynamic flash content embedded into a Facebook fanpage. The flash file consists of an interactive environment where the mouse icon is substituted with a "flashlight" (i.e.spot of light), and the user "looks" around the dark room, lighting up the different areas with the light. When the light passes over certain areas (invisible buttons), specific "effects" are triggered and an animation ensues, along with an accompanying sound effect.It works great on the original webpage! But the Facebook page has some issues:1) The embedded flash file loads relatively slowly. I can deal with this, but the next issue is what is frustrating;

2) Everything works initially. The "flashlight" works. The background audio works. When the effects are triggered, the accompanying SOUND EFFECT works, but not the animation. After this, none of the effects will trigger. If I refresh the page, and let it load again, then everything will work.This is very frustrating, I can provide a link, if need be (I've had a somewhat similar problem on a website I designed with certain things loading a times, but not at others.

View 2 Replies

C# :: Flash - Video Displaying Wonky In WinForms WebBrowser Control?

Oct 11, 2011

Here is the issue. I'm making a web browser for my 3 year old so that I can specify which sites he can go to and make it easy for him to get to those sites. One of the sites that I have specified is the Disney Junior site. However, when I load up that site in the WebBrowser control the flash is kinda wonky. This is the only flash site that does this. The top and side nav are like twice the size they should be. This has happened on multiple machines, so it's not just my dev box. Also, the site looks just fine in IE9. I've been pulling my hair out trying to figure out what is happening, but I'm running dry on ideas.

At first I though it had something to do with zoom in IE, so I created a new control inherited from the WebBrowser control and added a zoom property, but that didn't fix it. Then I thought maybe the User Agent string might be an issue so I tried modifying it to no avail ... plus it turns out that the WebBrowser control identifies itself as IE9 anyway ... so that's not it. I've thought about using GeckoFX or Webkit.NET, but those projects are both way out of date, so I would rather use something more modern like the built in IE control (ironic, I know)

View 1 Replies

Play A Swf Online With Self Embedded Flash Player?

Jan 30, 2010

I created one invitation in flash 8 with flip book and wanted to upload it online and share the link with everyone. wanted to do in an atmosphere where flash player is self embedded and the user doesnt need to have the flash player.

View 2 Replies

ActionScript 2.0 :: Youtube Player Embedded In Flash?

Feb 5, 2009

I have embed the youtube flash player via this code.

Code:
// create a MovieClip to load the player into
var ytplayer:MovieClip = _root.createEmptyMovieClip("ytplayer", 1);
// create a listener object for the MovieClipLoader to use
var ytPlayerLoaderListener:Object = {

[code]....

I would Like to know, How can I run the destory command because the video keeps playing even though the command has been passed. I've used stopVideo and destory. they dont work until you press the pause button. I would like to end the video even if its playing.

View 4 Replies

Flash :: Play A Swf Online With Self Embedded Player?

Jan 30, 2010

I created one invitation in flash 8 with flip book and wanted to upload it online and share the link with everyone. wanted to do in an atmosphere where flash player is self embedded and the user doesnt need to have the flash player.

View 2 Replies

ActionScript 3.0 :: Flash Player 10 - Embedded Fonts And Movieclips

Nov 22, 2008

I have a big problem with font embedding and I can not debug it myself. I' ve done a simple list of attached movieclips with textfields inside them, with embedded fonts. I have no problem with flash player 9 in order to see the list, but in flash player 10 I can't see it. The font is very common, Arial actually so you can test it very easily. I am using a font symbol in the library, a class and an xml file for my data. Also you can see it online in (if you have flash player 10 you can't see a thing)

[Code]...

View 2 Replies

JavaScript :: Embedded Flash MP3 Player Slow On Some Files

Jan 19, 2010

I am using a embeddable Flash based MP3 player (The standalone Version of Wordpress Audio Player, to be exact) to play audio on the web page of a client. Given the nature of Flash based players - AFAIK they all use Flash's audio/video decoding libraries - the exact player product might not matter, though. She complains that some specific audio files sometimes tend to play slowly, as if on a tape deck that doesn't run at full speed. Her machine is a 5 year old Sony Vaio with a 1.5 GhZ Pentium M Processor.

So it's not top of the line anymore but it should not have trouble decoding anything, let alone a MP3 audio stream. I can't verify the problem because we can't set up an audio connection (slow Internet on a remote island), nor can I reproduce it on my 3.3 GhZ dual-code Workstation, but this is a person whose error reports have seldom turned out unfounded in the past, so I tend to take them seriously. I see differences between the encodings of the MP3 files (see below). Any pointers towards which setting(s) to change?

This is what Winamp tells me about a file that is sometimes slow:
MPEG-1 Layer 3
128 Kbit, approx. 966 frames
48000Hz Stereo
CRC: Yes, Copyright: No

This is what Winamp tells me about a file that is never slow:
Encoder delay: 576, Zero Padding: 1584
MPEG-1 Layer 3
151 Kbit (VBR), 12405 Frames
44100Hz Joint Stereo
CRC: No, Copyright: No

View 2 Replies

ActionScript 3.0 :: Passing URL - Popup Window With Embedded Flash Player

Jun 4, 2009

Basically, I'm trialling a javascript button that, when clicked, will produce a popup window with the flash player embedded in it. I've had some progress but am having problems passing the url I want...

My javascript reads:
function doublePopup(){
var player = document.FLVClipEditor;
if (player) {
var url = "[URL]";
player.doublePopup(url);
}}
[Code] .....
 
But when I try to pass a URL through, nothing happens. However, if I put the url in directly (as below), bingo! The pop appears!

View 2 Replies

ActionScript 3.0 :: Flash Projector File (.exe For PC) Isn't Digitally Signed?

Oct 20, 2011

Client is stating that a Flash Projector file (.exe for PC) isn't digitally signed. First time I have come across this and wonder if it's really required, why it would be and can it be done?

View 1 Replies

Flash :: Css - Get Player To Display Under Content On A PC?

Mar 5, 2010

Long story short, I'm developing a theme template for a blog that enables you to view the posts in blocks. The main part of the post is displayed at first, then the secondary content is displayed over that when you hover over the post block. Everything works fine on a Mac Versions of all major browsers, but start browsing on a PC, and all hell breaks loose when you start trying to display content over Flash Video embeds. The flash element remains visible over the content. It's completely unusable.

From a PC, you can view an example of the problem here: [URL] I'm almost certain this is a bug in the Flash Plugin for Windows, but I was wondering if anyone else had come across this problem before, and if there were any solutions.

View 3 Replies

Flash :: Recommend For Writing Custom Multimedia Player Embedded Into Web-browser?

Oct 5, 2011

I'm going to write a custom multimedia player. It will be embedded into a web-browser and will receive data from a server over SSL connection.

Required functionality is: MPEG4 video and different VoIP audio decoding (e.g. G.711 or G.729) custom controls waveform representation (or just flexible drawing API) I think about Adobe Flash (or Flex). But I know little about this technology. My biggest concern is multimedia decoding.

Can you recommend Adobe Flex or anything else for this project? What pitfalls can I expect on this way?

[Code]...

View 3 Replies

Make Embedded Flash Player Open Little Window Telling Them To Update It?

Jan 2, 2012

The flash player has a little window that can be opened (similar to flash->settings) telling the user to update the player if the movie loaded is for a more recent version. How can you instruct the player to do this? ITV have managed it with their catchup-tv player.

Context: I am allowing users to copy flash into their PowerPoint presentations and would like to tell them to update their flash player if necessary. I am not embedding a web page in the power point so no JS can be run for checking etc (because I know this is not necessary).

View 3 Replies

Flash Player Content Box That Shuffles Through Sites?

Sep 6, 2009

I'm trying to do this effect with my website allowing me to shuffle through different websites, can anyone point me in the direction to a tutorial that breaks this down or can anyone try to explain it I'm very new to flash and only know the basics.

Code:
<div id="flash_banner">
<script language="javascript">

[code].....

View 1 Replies







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