Tagged Questions
The navigatetourl tag has no wiki summary.
2
votes
1answer
689 views
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 ...
1
vote
3answers
3k views
How do I create a popup from Flex without a browser toolbar?
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 ...
0
votes
1answer
112 views
Opening a URL from Flash using navigateToURL (AS3)
Been pulling my hair out for hours today over this.
I can't open another website from my already opened flash site.
Here is the code:
GotoFB.addEventListener(MouseEvent.CLICK, gotoFB);
function ...
0
votes
1answer
214 views
Flash navigateToURL hangs after navigation starts?
I have a flash program in a web page that tries to post a picture to a web page. When the user clicks a button the web browser starts to navigate to the new page then seems to hang (I can see it ...
0
votes
3answers
536 views
AIR app: navigateToURL throws a SecurityError #2193
I'm trying to port an existing web app (ActionScript 3 only project) to AIR, to run as a standalone application. One of its features is opening urls in a browser window. But calling navigateToURL(new ...
0
votes
1answer
978 views
How to set timeout for webBrowser navigate event
how can i set timeout for webBrowser navigate (url) event
c# netframework 4.0
0
votes
1answer
2k views
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 ...
0
votes
1answer
280 views
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?
0
votes
1answer
445 views
Open a new browser window, or set focus to an existing browser
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 ...
0
votes
1answer
936 views
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, ...
0
votes
1answer
197 views
navigateToUrl
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 ...
0
votes
2answers
4k views
flex 3 navigateToURL
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 ...