Flex :: Intercepting Network Calls To Force Html Header Referrer To Null

Aug 16, 2011

I've been using the Flex "HTML" component in my AIR 2.7 project. It's a wrapper for the HtmlLoader class. The problem is that empty referers in HTML headers are automatically set to "app://[appname].swf". This is not standard as default referer behavior should be to not set any referer at all. The consequence is I'm getting denied access on certain websites using iframes (as location changes from an iframe set an empty referer). I have no control over those requests has no event is fired when changed the source of an iframe.

I have thought about the possibility of intercepting all network calls and setting the referer to empty when necessary before sending the message. My app is only a container in wich a module is loaded for easier updates so maybe I could set up a proxy on top or something like that. Is there any way to intercept network messages in Flex??

[Code]...

View 2 Replies


Similar Posts:


Navigate To A Url Programmatically With A Correct Referrer Header?

Jan 16, 2012

I have a flex application that uses the actionscript navigateToURL function to go to another system. However, a third party app that needs to be integrated checks for valid links by looking at the HTTP referer header, and it seems like that header is blank when using a navigateToURL call.

Is there a way in actionscript or javascript to programatically generate a url and go to it with a correct referer header?

View 1 Replies

Media Server :: Intercepting Play Calls?

Sep 1, 2011

I'm trying to limit a client's video playback to 10 seconds.After that,the client should be disconnected.I have to allow time for connection and buffering, so I can't just disconnect them after 10 seconds.I was hoping to override the play command, so I can force the length parameter to 10,

View 7 Replies

Php :: Casting From FLEX - Network Monitor Response Is NULL

Jan 31, 2012

[Code]...

so the problem is I can print the array but how to cast tht array to a known php type? After 5 days I finnaly figured out flex and mysql using amfphp

View 1 Replies

Java :: Flex 4 IFrame Open Url Internal Network To An External Network?

Sep 6, 2011

I have the following scenario:

One application JEE / Flex 4 running on a tomcat, inside my Flex layer I have a iFrame passing a url to an ip of my internal network (http:url....) which is another application running within an industrial PLC.When access this app from within my internal network works fine, but when I try to access this iFrame to an external network in my home for example have a timeout error onhttp:[url].........

I believe this error occurs because the flex client is trying to run this url as I was in a internal network.Is there any way to run this url from an external network?

View 1 Replies

Javascript :: Force Explorer To Reload Flex Page( Swf Embedded In HTML)?

Aug 23, 2010

I developed a flex website, the web explorer always caches swf file which embedded in HTML. Sometimes I make changes to the flex file, clients computer still view the previous version which stored in cache. How can I force client's web explorer to reload/refresh the swf file?

View 3 Replies

Flash :: Intercepting Ctrl + F4 Keystrokes In A Flex Application Running In IE

Sep 15, 2010

Some of my Flash application components require to intercept Ctrl + F4 keyboard events. Unfortunately, the KeyboardEvent is not caught when running the app under IE since it is conflicting with the IE native shortcut (closing the active tab). Is there a way (ideally relying on Flash principles) to intercept such keystrokes?

View 2 Replies

HTML Website With A Flash Header And Dropdown Menu?

Apr 20, 2011

I have an HTML website with a flash header and dropdown menu.In the beginning, the flash dropdown menu would not show at all untili found the wmode=transparent trick.The menus are now showing properly except for one specific page wherethe text on the page show up OVER the dropdown menu. In all otherpages, the dropdown menu shows up on top of any text that may be inthere.There's nothing on that particular page jumping at me that would causethe problem. In fact, the page uses the same CSS file as the otherpages. I'm really clueless.I'm not sure if it's a flash problem or HTML/CSS problem.

The only difference i could think of was that the page was called froma combobox change event. But i switched the page called to anotherpage i know works with the menu and it was fine. So the problem doesnot come from the combobox calling the page, it really is the pageitself.Does anyone have a clue?Working page sample (sorry its in french)click on Nos Services. You can see how the menu shows up over the bolded text.Now click on the combobox and select the first item listed in it.

View 2 Replies

IDE :: Spacing - Enclose An Html Site With A Flash Header And Footer

Mar 26, 2009

I'm trying to enclose an html site with a flash header and footer, the only way I know to do this is with an iframe. The issue I'm experiencing is a MASSIVE amount of excess space. look at [URL] to see what I'm talking about? This mega space was there before I put the iframe in however....how do I get that bottom menu to appear without having to scroll down to see it, whether there's an iframe there or not? Meaning, MUCH closer to the top of the screen. Here's my code so far:

[Code]....

View 1 Replies

Html :: Handling JavaScript Calls To Window.open()- Not Using Native Windows - Adobe AIR

Jul 26, 2010

I am developing an Adobe AIR application which uses both native windows and floating panels. Is is possible to enable the creation of a floating window instead of a native window when a JavaScript window.open() function is called?

It is required that all of the floating windows are contained within one native window, therefore the creation of more native windows is not suitable.

I have used a Custom HTMLHost class in order to enable the creation of a native window but I can't work out a way of creating a MDI window instead. I am using the flexMDI framework for my floating panel interface.

View 1 Replies

ActionScript 3.0 :: Force HTML Text To Wrap Under An Image?

Oct 5, 2010

Using Flash 10, I'm looking for a way to bypass the normal behaviour of images in HTML text, where the images can only float (in CSS terms) to the left or right with text wrapping around them.

Take the following code (where Squiggle is a 100x100 symbol):

ActionScript Code:
var html:XML = <xml>
<img src="Squiggle" id="squiggle" />
<p>This is some pretty amazing text, ya'll!</p>
</xml>;

[Code]...

View 1 Replies

ActionScript 3.0 :: Clicked Should Force The Browser To Jump Back To The Top Of The Html Doc Containing The Swf

Jan 4, 2011

Question: I have an swf that is 1024x1600 and is embedded in an html doc. I have content on the bottom of this swf that when clicked should force the browser to jump back to the top of the html doc containing the swf. This is simple to do with anchors and links in html, but is it possible with AS3?

View 3 Replies

Flex :: MessageBroker.getMessageBroker(null) Getting Null Pointer Exception?

Jun 12, 2010

I am creating Dynamic Destinations

MessageBroker broker = MessageBroker.getMessageBroker(null);
MessageService service = (MessageService) broker.getService("message-service");
MessageDestination destination = (MessageDestination) service.createDestination("Group1");

[code].....

But I am getting Null Pointer Exception

MessageBroker broker = MessageBroker.getMessageBroker(null);

View 1 Replies

Flex :: Clicking On Menu So That It Shows (null,null)"?

Aug 15, 2011

I have create a menu but when clicking on menu so that it shows, I get an error on the line because of the line "myMenu.show(null,null)". See function below:

private function createAndShowmyMenu():void {
myMenu = Menu.createMenu(null, myMenuDataProvider, false);
myMenu.labelField="@label"[code]........

View 1 Replies

Actionscript 3 :: Write "Intercepting Filter Pattern" Like Java's Servlet Filter In Flex?

Feb 10, 2011

I want to know how to write "Intercepting Filter Pattern" like Java's servlet filter in Flex.

And I want to insert it into the classes which have a role of server communicating.

View 1 Replies

Actionscript 3 :: Accurately Get Referrer In Widget?

May 17, 2010

I have an embedable widget. For each impression, I would like to track the referrer (the page where the widget is embedded onto). Right now I am using ExternalInterface to use javascript to check window.location.href when its available, however, I am finding that most of the time I am unable to set the referrer.

I not using javascript correctly to get the referrer?

View 1 Replies

ActionScript 2.0 :: Getting Referrer Info Into The FLV File?

Jul 15, 2011

what i need to do is getting the Browser URL. problem is i only have access of FLA file. the SWF file is displayed in an iframe and that iframe will be displayed in some remote server. e.g.

www[dot]parent[dot]com this is the container page of which im trying to get the URL.
www[dot]child[dot]com this is the page that will be displayed inside the parent page iframe and my SWF file will be in in that page.

is there any way i may get php referrer ($_SERVER['HTTP_REFERRER']) info into the FLV file?

View 3 Replies

ActionScript 2.0 :: Hiding Referrer Url To A Client

Nov 23, 2007

I have been doing freelance work for a client over the last year, who has asked me NOT to post any of that work on my portfolio, since his clients will see my portfolio's address in their referrer logs (with google analytics.) However, I found this article: [URL] Which seems to state that flash can't publish referrer information. If this is true, great, but I'd like to offer my client some way to know for sure that my site isn't showing up in these referrer logs.

View 1 Replies

Flex :: Order Of Calls To Set Functions When Invoking A Flex Component

Apr 14, 2010

I have a component called a TableDataViewer that contains the following pieces of data and their associated set functions:[code]This component is nested in another component as follows:[code]Looking at the trace in the logs, the call to set table is coming before the call to set dataSetLoader. Which is a real shame because set table() needs dataSetLoader to already be set in order to call its load() function.So my question is, is there a way to enforce an order on the calls to the set functions when declaring a component?

View 1 Replies

Flash In Firefox Does Not Send HTTP Referrer Value

Feb 16, 2011

In IE and Chrome, if your swf object requests a url (mp3 file for example) it will also pass the HTTP_REFERER in the request. The HTTP_REFERER will be the url of the swf object. This does not happen in Firefox. The HTTP_REQUEST is always empty. Is this some option in the swf code, bug in flash or limitation of the browser?

View 1 Replies

Flex :: Actionscript - Authorization Header Is Not Send For The Subsequent Request From Flex Application

Jun 15, 2011

I am trying to access html files protected by basic authentication. Below is the code to do that but I still get the authentication dialog. I checked the fiddler and found that for the first request authorization header is present but for the subsequent requests which is requested to load the .js, css & images the authorization header is not added. This is the reason I am getting the auth dialog.
Is there a way to add authorization header to the subsequent requests as well?

[Code]...

View 1 Replies

Flex :: View Available Network Shares?

Aug 23, 2011

I would like to list all network shares but have no idea where to even begin my search, I assume that it has something to do with Samba etc., but really some guidance would be very useful.

I will be using Adobe AIR 2.5 - so I assume I have access to that sort of information, though I will be using the PlayBook from BlackBerry to access the network which has a full AIR implementation.

View 1 Replies

Flex :: Limitations Of The Network Monitor?

Sep 19, 2011

What is the reason Flash Builder 4's Network Monitor does not support applications that were created using pure ActionScript and Library projects? It seems to work only for Flex projects.

View 1 Replies

Flash:: Using Network In Flex Sdk 4.5 Gives Blank Swf

Jan 24, 2012

I developed a flash app and i need the functionality when I click on a sprite I want to open a web page in browser for example [URL]. I use flex sdk 4.5 and I changed the use-network tag from false to true in flex-config.xml. But when i compile my project and load the swf in browser I get everything blank. I tried also to use html page with swf embeded but same result

View 1 Replies

Flex :: Datagrid - Display A Multi-line Column Header Using The Flex Spark Data Grid?

Apr 13, 2011

How can you display a multi-line column header using the Flex Spark Data Grid for Flex 4.5?

View 5 Replies

Flex :: Web Services - Pass Authorization Header From Flex WebService?

Jun 24, 2009

I have Basic Authorization mechanism on the server for WSDL/SOAP. How I can send "Authorization" header through Flex WebService?

Simplified example:

var ws:WebService = new WebService();
ws.wsdl = "http://localhost:8000/api/service.wsdl"

var encoder:Base64Encoder = new Base64Encoder();
encoder.insertNewLines = false;

View 1 Replies

Flash :: Pass HTTP Referrer With Loader Load()

May 20, 2011

I need to set a value for the Referer header when making a request to my local proxy script from Flash. As recommended in this question: Facebook Proxy Loader Security, I need to check the HTTP_REFERER to test if traffic is coming from my own domain. The problem is that when using a loader like the code below, no Referer header is sent.

package com.utils.loaders {
import flash.net.URLVariables;
import flash.net.URLRequest;

[Code]...

According to the Flash docs: [URL] there is only very limited support for HTTP headers in Flash Player, and Referer is prohibited. Is there anything I can do here other than have my proxy check that $_SERVER['HTTP_REFERER'] is empty? (and that seems like a fairly large hole in security right there)

View 2 Replies

Actionscript :: Creating Network Graph In Flex?

Jun 17, 2009

I need to create a network graph with nodes in flex. Once I give the input the nodes must get connected with each other if they have something in common.

The nodes must be click-able to show which other nodes it is connected to.

Can a bubble chart be modified to do this?

View 2 Replies

Flash :: Adobe Flex And Air Connecting To A Network

Nov 26, 2009

What Approach can you use to Connect Adobe Air Application to a Local Network? Examples of function is send a message to other computer that is connected to a network, sending files or viewing their desktop.

View 1 Replies

Flex - AIR - Making Use Of Air.swf File In An Internal Network?

Apr 19, 2010

StackOverflow community,[URL].. used to launch AIR applications from Flex applications requires the use of an air.swf file located here:[URL].. We have tried to download this SWF and use it in our internal network, but it is not working, we depend on using the one located in the Adobe site.

Is there anyway to use this air.swf file without having to access the Adobe site?

View 2 Replies







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