Actionscript 2.0 :: Get URL Code To Open Up New Window With Swf File?

Apr 30, 2009

I have a flash website at the moment which is my index.html file, i wish to open up a new window and launch a new swf file from this window ( the file will be a new dreamweaver page)[URL]the code i have at present in my main file is:

Code: Select all
images.onRelease = function () {
getURL("http://www.mydomain.com/images.html/", "_blank");

[code].....

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Code To Open URL In Same Window?

May 12, 2008

I'm a complete newbie to Actionscript. In Flash I'm building a button that I'd like to open a URL in the same window when clicked. did a Google search and found this:

Code:
choiceBtn.addEventListener(MouseEvent.ROLL_OVER, showChoice);
choiceBtn.addEventListener (MouseEvent.CLICK, buttonClickHandler);

[code]......

View 3 Replies

ActionScript 3.0 :: Code To Open Link In New Window?

Jan 30, 2012

I need to make this button open a link in new window (pop-up)all I need to know is the code that i should use in the actionscript

View 3 Replies

ActionScript 2.0 :: Open A New Window If Have Thumbnail Pics In The Flash Movie But Want The Full Pic To Open Up In A New Window?

Mar 6, 2004

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]

View 1 Replies

ActionScript 2.0 :: Open A Window Browser Directly From Flash File (*.exe File)

Jan 21, 2005

i have a standalone exe flash file which opens autorun from a cd, and i need to open a windows browser directly from that flash. i want it to open the htm without any toolbars or scroll.

View 1 Replies

ActionScript 2.0 :: Open A Window Browser Directly From Flash File (*.exe File)?

Jan 21, 2005

i have a standalone exe flash file which opens autorun from a cd, and i need to open a windows browser directly from that flash. i want it to open the htm without any toolbars or scroll...

View 1 Replies

ActionScript 2.0 :: Javscript:window.open In IE - Link In A Button Inside A Flash Movie To Open A New Window And Play A Youtube Movie

Jul 13, 2009

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.

View 8 Replies

Open A Swf File In A New NON-browser Window?

Oct 13, 2009

I'm trying to create a page where you click on the video thumbnail and the video opens up in its own window. I'd like the video to open at a specific size that I determine, not the browser, and I want it to be scalable. Here is what I have so far as a test file[URL]

View 2 Replies

Actionscript 3 :: Open .swf File In New Window From Other Swf?

Sep 3, 2011

I have a button in a swf file. I would like that when the button is pressed a swf loads in another window (want to call a new swf in new window.).

I was trying something like:

MYBUTTON.addEventListener( MouseEvent.CLICK, MYBUTTON_link );
function MYBUTTON_link(e:MouseEvent):void
{
var urlRequest:URLRequest = new URLRequest("external.swf");

[Code].....

View 1 Replies

Open A SWF File To A Button But In A Completely New Window?

Mar 14, 2009

i want to open a SWF file to a button but in a completely new window however Im not talking web related i.e. not linking to a web page
like...

on (release) {
getUrl("www.blah.com")
}

whateva it is...don�t want that... I want it so it simply opens a completely new window within flash which I can close... the reason for this is I have a SWF file which is protected and i cant create a back button within it... so I need it to open a completely new window so i can get back to my main page..

View 1 Replies

ActionScript 3.0 :: Open An Html File In A New Window?

Feb 28, 2010

I am trying to make a webpage in flash and I´m almost finished. However my problem is this: I have a page with 6 text links and when clicked I want them to open an html file in a new window. Here is the code
 
christian.addEventListener(MouseEvent.CLICK,onMouseClick);function onMouseClick(e:MouseEvent):void{    var request:URLRequest = new URLRequest("christian.html");    navigateToURL(request,"_blank");}
This works fine, but how to I code the 5 other pages?

[Code]...

View 1 Replies

ActionScript 2.0 :: Open A Pop Up File Window In A Certain Location?

Jun 1, 2007

I'm constructing an enhanced CD menu in Flash. I'm going to be including some desktop backgrounds that I would like people to be able to click on and then save the file from the CD to a location of their choice.

Is there a way to do this - access the files system as you would when you choose a file to upload but instead are choosing a location to save that file too? And then copy the file from a Cd location to this chosen loaction.

Or alternatively is there a way to just open a pop up file window in a certain location.

View 4 Replies

ActionScript 3.0 :: Hyperlink Text - File To Open Up In The Same Window?

Jan 13, 2011

I have attempted to have a hyperlink text using actionscript:

[Code]...

when I run the code it always creates a new window to open up the file in. I have even attempted to switch out _self with _top, _parent, and _blank, always with the same result. I simply want the file to open up in the same window.

View 2 Replies

ActionScript 3.0 :: Force File To Open On Top Of Fullscreen Window?

Sep 13, 2011

have some ppsx files that I'm opening from a button on a fullscreen window. The first window opens fine, but if I go to open another ppsx file, it opens behind my fullscreen interface. Is there anything I can to do force it to open in front? I tried having _blank in there, but that just opens a browser window. this is what I have now (using greensock plugins, but my question is regarding the navigate to url area):

[Code]...

View 1 Replies

ActionScript 3.0 :: Trying To Open New Window Playing A FLV From Flash File

Feb 24, 2011

I have a swf embedded into a course and when a certain button is clicked, it needs to open a new blank window where it plays an FLV file with whatever width and height i specify.

View 1 Replies

ActionScript 2.0 :: Getting A PDF File To Open In New Browser Window From Flash?

Jan 17, 2007

getting a PDF file to open in new browser window from Flash?For example:

Code:
getURL("test.pdf","_blank");

I have a client using IE7 on XP that says they see a brief popup that disappears before it is rendered. No error message is received.She is able to open a PDF from a plain html page

Code:
<a href="test.pdf" target="_blank">link</a>

Should I try converting getURL's to javascript calls?

View 2 Replies

Actionscript :: Open Flash CSS5.5 File On CS5 Or How To Get The Code?

Nov 30, 2011

I don't know if this is the right place to post this but... I have a file, which I created on Flash CS5.5 on another computer (I can't have access to that computer anymore) but I forgot at home I have Flash CS5. And now that I want to open it I can't. I was wondering if there is any way to get the actionscript code from the SWF or FLA file. Using a decompiler will work? I'm using a Mac with Lion and I haven't found nothing.

View 2 Replies

ActionScript 3.0 :: Code For A Button To Open And Close Pop-up Swf File?

Jan 21, 2010

I created this web page in Flash AS3 and I need codefor a button that will open and close pop-up swf file on stage, not in a new window.

View 1 Replies

ActionScript 2.0 :: Force A Pdf File To Save To Disc Rather Than Open In A Browser Window?

Nov 27, 2009

I would like to force a pdf to be saved to disc rather than opening in a browser window? I am actually executing the command in flash in a button instance like this

on (release) {
getURL("http://website.com/pdfs/pdf_document.pdf", "_blank", "GET");
}

So how can I do this so it gives the pop up window of save to disc option?

This may be an ASP.NET issue too?

View 0 Replies

ActionScript 3.0 :: Link To Rather Open Up A Download Window Instead Of Just A New Browser Window?

Oct 30, 2009

i 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 Replies

ActionScript 3.0 :: NavigateToURL - Get The Link To Open In The Same Window Instead Of A New Window

Nov 18, 2009

I'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]....

View 7 Replies

Air - Flex Open Window Behind Active Window?

Jul 9, 2010

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?

View 2 Replies

ActionScript 3.0 :: Load Movie - The Last Frame Of The Movie Code Execute And Second Movie File Open Up And Start

Dec 3, 2009

I'm currently making an animation which will eventually exceed the 16,000 frame limit (don't ask haha), so, short of making two movies and having to just start up the next one, what is the code for loading a movie? I presume they need to be in the same directory? So basically all I want is on the last frame of the movie the code executes and the second movie file opens up and starts. I guess I'd want the current movie to close, too.

View 1 Replies

CS3 Open SWF In New Window?

May 18, 2009

I 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 Replies

Open A Pdf In A New Window?

Apr 9, 2010

I 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 Replies

AS3 :: Open URL In Same Window?

Jan 30, 2011

I am trying to open a URL without opening a new browser tab, Im using AS3, heres what I have so far[code]...

View 1 Replies

IDE :: Open A .swf In A New Window From Another .swf

Jan 23, 2003

I 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 Replies

IDE :: Open Exe's In Same Window

Mar 21, 2011

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?

This is what I have at the moment:

on (keyPress "<Space>") {
fscommand("Exec", "page01.exe");
}

View 2 Replies

ActionScript 3.0 :: Make One .as File Code Interact With Another .as File's Code?

Mar 16, 2010

I am trying to find out how to make one .as file code interact with another .as file's code.like, if I had one .as file that specified options of movies and then when the user clicks on a movie (loaded through xml) it uses code from another .as file to load the correct movie.

View 5 Replies

ActionScript 2.0 :: Open Up Pdf In New Window?

Nov 12, 2009

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 Replies







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