ActionScript 3.0 :: How To Open URL Request In Same Window
Jan 12, 2009I finally got my buttons to work, but now I need to get them to open in the same window. As of now each button opens a separate new window.
View 2 RepliesI finally got my buttons to work, but now I need to get them to open in the same window. As of now each button opens a separate new window.
View 2 RepliesI use to use: getURL("main.html", "_self"); to forward after my intro to my main html, now flash CS4 says its not supported? I have been looking online...looks like the new script is: url request? I see parts of pieces of what I need, but I have yet to see the complete correct example. Can someone please post the script to forward my intro to my index page. I would like index to open in the same window (_self).
View 8 Repliesjust as the title says, _blank opens the link in a new window, _self does nothing could the issue be related to testing locally?
[Code].....
1) how do you open a new window if you have thumbnail pics in the flash movie but want the full pic to open up in a new window? Is this Javascript inside flash?
2) How do they do the menu bar here at this site:[URL]
I work with 3d animation. Im have a problem with a personal website Im doing, I have a link in a button inside a flash movie to open a new window and play a youtube movie:
on (release) {
var jscommand:String = "window.open('http://www.youtube.com/v/b0L4XLODhAA&hl=en&fs=1&','win','height=344,width=4 25,toolbar=no,scrollbars=yes');"; getURL("javascript:" + jscommand + " void(0);");
}
This works fine in Firefox but in IE it doesnt work, I then change the /v/ in the youtube link with /p.swf?video_id= and now I have the window open showing the small youtube thumbnail of my video but once a click play, nothing happens, I check it and is not loading anything.
What i want to do is open a new browser window, (preferably a pop-up window) and have it display results based on POST data sent from flash. Like a form that targets _blank or something.
View 1 Repliesi have a flash site that links to PDF's with the navigateToURL function which works etc But now i would like Link to rather open up a download window instead of just a new browser window?
View 3 RepliesI'm trying to get the link to open in the same window instead of a new window, it's currently set to _blank. I tried _top, _self, _parent. When it's set to anything other than _blank the link doesn't work.
[Code]....
In Flex Air app, how do you open a window behind an active one?
I tried following and i can't seem to get it to work
[Code]...
With this code, I would expect window1 to open behind the main app window and, in 3 seconds, window2 would open behind window1. But if you execute this, window1 will open on top of the main window and window2 will open on top of window1 and the main app will retain focus. This seems like a bug in the Flex. If so is there any workaround for this problem?
When Flex application make an asynchronus HTTP request, does it add a special header to the request, like some JavaScript framework does? Something that indicates whether this request is an AJAX call/not.I just want my server side code to return different response format, depending on whether the request is made from browser/flex.
View 1 RepliesI want it so my website will open a new window with the swf in it and I don't know what the actionscript is for that.
View 1 RepliesI am new to flash and would like to create a button that opens a pdf in a new window. How would you do that?
View 5 RepliesI am trying to open a URL without opening a new browser tab, Im using AS3, heres what I have so far[code]...
View 1 RepliesI need to open a .swf in a new window from a botton of another .swf, and I want to keep open the 2 windows. But I do not want to use html, only flash.
View 10 RepliesI have a menu.exe opening up 3 seperate exe's. Is it possible to open up the 3 seperate exe's in the same window as the menu.exe?
This is what I have at the moment:
on (keyPress "<Space>") {
fscommand("Exec", "page01.exe");
}
I'm trying to reproduce a POST request that was captured from WireShark using PHP. This POST request was sent by a Flash (.swf) object, so it's a little bit complicated in configuring the header.It does not print out anything in the end, so there must be something wrong with PHP code that I could not see.Here is what WireShark captured:
POST /engine/ HTTP/1.1
Host: abcdef.com
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/4.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8[code]....
The result is a blank page instead of response from server.
I'm trying to link a button to a pdf file, the root of which is on my pc (not a server). AS2.
View 1 Replieshow to make the URL open in the same window. I am using flash CS3, Is there anyone who can edit the script below to allow this. The instance name is Button6
var getnextpage5:URLRequest = new URLRequest ("http://www.yokubou.co.uk/digitalart.html");
Button6.addEventListener(MouseEvent.CLICK,b5Click) ;
function b5Click(event:MouseEvent):void{
[Code]....
I'm new to flash and can not find an answer to what I would think is simple. I may not be searching for the right thing. Anywho... I am creating an flash presentation. I want to open a swf file in a new window. I know how to load them inside the current window, but that won't help. I searched the web and found: getURL("name.swf", '_blank') but that does not work. Thinking it may be as2, and my file is as3.
View 6 RepliesI am using Flash CS3, AS 2.0 and I have a button with -
on (release) {
getURL ("http://www.axiomaudio.com/store.html", _blank)
}
This is a small banner in an HTML page and I want it to open in the same window instead of opening a new window. I have tried using _self) instead of _blank) but it still opens a new window.
I've been using this code, which, when i click on a button it sends me to a new link, but when I put the .swf on my website and click the button, it sends me to a new tab *BUT* the url is instead ofI also want it in a new window instead of a new tab.here's the code (All in the first frame)
Actionscript Code:
button31BTN.addEventListener(MouseEvent.CLICK, clickButton31);function clickButton31(event:MouseEvent):void{ var url:String = "www.theurl.com"; var
[code].....
I have a menu.exe opening up 3 seperate exe's. Is it possible to open up the 3 seperate exe's in the same window as the menu.exe???(I tried swfs but when I launched each swf, they were sluggish and sometimes unresponsive).This is what I have at the moment:
on (keyPress "<Space>") {
fscommand("Exec", "page01.exe");
}
I'm using flash 8, I'm tired of having one monitor share the timeline, stage, actions and properties window. I'd like to detach my actions window and place it on my other monitor. Is this possible?
View 2 RepliesI have a .swf I want my users to be able to open, but without opening a new window.
I'm sure you all have seen this effect. In a photo gallery, the user clicks a thumbnail, the screen darkens, a white box resizes to the size of the larger image and the full-size image loads...all without opening a new window. I'd like to do the same with a .swf.
How can I create a new window such as the one that opens here when i click the "insert link" above, with fade out and one that looks as if it's in the same window ?
View 1 RepliesI have a flash slide on my site. The slide has next and previous buttons to either move to the next slide or the previous slide. Each slide is only an image. When you click a particular image it takes you to the page specific to the image you clicked.
My issue is this: When you click the image, it opens the page in a new window. I would like to have the window open in the same window, but having issues figuring out how to do it.
The flash is controled by an image.xml script. I've added target= "_blank" to the xml, but the URLs are still opening in a seperate window. I didnt create the flash, is it possible the issues lies within the .fla file?
Below is a sample of images.xml
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<images>
<pic>
<image>imagesimage.jpg</image>
[Code].....
<script>window.resizeTo(350, 500);</script> that is what I did it works but is there anyway I can get rid of the menu bars and scroll for the windowresize?
View 1 RepliesBy default Firefox opens urls set to 'new window' in a new firefox tab instead. Is there any way to force Firefox to open a new window?This doesn't work in Firefox: it opens a new tab window instead of a real new window. How can I make Firefox open a new window? Without the popup blocker blocking it?
View 1 RepliesIs there anyway to see if a pop-up window is open using AS3?
I'm trying to come up with a login process through a pop-up window - if the pop-up closes then I'll want to fire an event.
I need to find out if its possible to click on a thumbnail and the image opens up in a new window? the image I have is not uploaded onto the web or anything like that.
View 1 Replies