navigatetourl

flex 3 navigateToURL

hi, im using the navigateToUrl class to allow users to download some content - this works fine in Firefox however in IE a new blank page is opened with no content along with the download window (which is all i want showing up) any fixes for this ? cheers ...

Flex: navigateToURL() takes about 3-5+ seconds?

My flex app has a call in it to: navigateToURL(new URLRequest(_rURL),'_self'); But it takes about 3-5 or even more seconds before it will leave the current page. If I omit the '_self' the new window opens immediately and the page loads immediate...but only when I set it to _self I get a few seconds of a delay before it loads...I have...

How do I create a popup from Flex without a browser toolbar?

Hi there, I'm trying to launch a popup window from Flex, but the popup window needs to have certain properties as one can usually specify with the JavaScript window.open. For example, the popup window should not have a browser toolbar or URL box. I've tried using navigateToURL, which works fine, but I can't find a way to specify the...

[FLEX, RobotLegs Framework] navigateToUrl

Hello, I'm warming up w/ AS3 robotlegs framework. I'm working on a FLEX 4/AIR Application which uses Twitter OAUTH API, my question is : where should I put my "navigateUrl" instruction so the use can authorize my token? Is it in an Actor or in my view? Thanks ! ...

navigateToUrl AS3 is not opening a web browser

I have a textField on my stage named 'adBuy', which when clicked I want to open up my browser with the defined in URL request. However when I click on the 'adBuy' textField on my SWF it opens Coda, the piece of software I'm using to write this small piece of code? I am puzzled. Here is my code: adBuy.defaultTextFormat = adFormat; adBuy...

Open a new browser window, or set focus to an existing browser

Hi, I'm using code similar to the following: http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/ I have a Flex app running in AIR, and when I click on a URL it opens a new tab in my existing browser. In addition to this the focus doesn't set to the browser. What this means is that I'm not aware of the URL ...

How to open a url in the browser using AS3 on a standalone flash projector?

var request:URLRequest = new URLRequest("http://google.com"); navigateToURL(request, "_blank"); This works fine on web based swfs, it fails on flash player. can anyone help? ...

AS3 ExternalInterface / navigateToUrl popups blocked when called from setTimeout

This problem has me tearing my hair out. The Symptoms: pop ups intermittently blocked/let through from external interface and navigateToURL combinations. The Problem: Flash (or the browser..not sure) wont let pop ups be triggered outside of a time range and/or an event duration. The Environment: I have an app that needs to send data v...