Flash :: URL Open In Same Window?

Jul 27, 2009

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

View 5 Replies


Similar Posts:


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 :: 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

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

CS3 - Open New Browser Window From Flash?

Feb 15, 2011

I'm running an online game site, and a few websites are really bad about embedding some of my games and stealing bandwidth.

To combat this, I replaced the original files with super-simple .swf files that redirected back to my own websites -- thus stealing back the traffic that they were stealing from me.

The problem came later when something changed with the new Flash player, and new windows no longer opened. For the life of me, I can't figure out how to get new windows to open. I've tried a few different approaches, but nothing appears to work.

So what I'm wondering is, can this even be done anymore -- where I can switch out a .swf that's being leeched with one that opens a window to my own site?

View 8 Replies

ActionScript 3.0 :: Open A URL In New Window From Flash?

Aug 3, 2009

Looking for the simplest way to open a URL in a new window from Flash using AS3-CS3

View 3 Replies

ActionScript 2.0 :: Open New Window In Flash?

Mar 12, 2007

i tryed to open new window in flash

how i can open new window

View 1 Replies

IDE :: Open Browser Window Within Flash App?

Apr 25, 2011

I am building a kiosk app in flash and need to open browser windows whenever there is a URL link. The problem is that when the browser window opens, the fullscreen flash becomes a resizable window and the user has to close the window and open the flash app again to make it full screen again. So i'm wondering if there's any way I can open a browser window within the flash app sort of like an iframe or lightbox pop up? I've heard of this Native Window thing but I'm not sure what that is.

View 1 Replies

Flash.net Url Request - Index To Open In The Same Window

May 14, 2009

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

ActionScript 1/2 :: Open An Swf In Its Own Window Outside Flash Using Button?

Sep 28, 2009

how do I open an swf in its own window outside the flash using button?

View 1 Replies

ActionScript 3.0 :: Open A New Browser Window From Flash?

Jan 22, 2010

I wish to open a new browser window from Flash and when the new window closes to return to the location from whence I started.

View 1 Replies

Professional :: Open Window With Flash Content?

Aug 25, 2011

So I have a button with the following AS:

on(release)
{
getURL("music.html");

[code].....

View 1 Replies

ActionScript 3.0 :: Open A New Browser Window From Within Flash App?

Oct 31, 2009

I am trying to open a new browser window from within my Flash app. To do this, I am using the line:[URL]..The problem is that when I test the code from in Flash CS4 nothing happens! It's like the line of code isn't there. But when I manually open the .html file which Flash CS4 generated that embeds my .swf, then the Flash app opens in my browser and promptly opens a new window to yahoo juat like it should, so it does not seem to be an AS3 syntax issue. I just got a new computer yesterday, with a fresh install of Flash CS4. I do not have this problem on my old computer. The old computer runs the code perfectly. Could there be some weird default security settings at work here in Flash CS4?

Does anyone have any experience with this sort of problem, or any clue what might be happening?

View 1 Replies

ActionScript 2.0 :: Open New Window From Flash As Popup

Oct 15, 2010

Is there a way to open a new window from Flash as a pop-up (i.e. a specific size without toolbars etc.). The new window needs to hold some flash movies in AS3 which arn't compatible with the AS2 parent movie.

View 3 Replies

ActionScript 2.0 :: Advanced Window Open From Flash

Jun 16, 2005

Webwasp has got this rather cool looking script posted that is supposed to allow you to open a browser window, AND allow you to define its width, height, etc -- all from Flash!! It's posted here: [URL] The problem is, I can't get the darn thing to work! They've got an example swf posted on that page, and there is the option to download the source...but only if you PAY! All the code is there, which I tried to copy and paste into my own file and publish, but it don't work! (And yes, I did publish it as an html file and view it in the browser, and yes, I did have pop1.htm and pop2.htm files for Flash to open!)

[Code]....

View 2 Replies

ActionScript 3.0 :: Flash - Open Link In Same Window?

Oct 2, 2006

The problem aren't about html, php or webdesign itself I believe, but the problem is the flash menu. The menu is coded to open the buttons in the same window, but it doesn't, it opens the links in a new tab/window which is very annoying, I've tried to fix it by adding "_self" to the flash file, but it doesn't work at all now, it doesn't go anywhere when I press on the menu!

Code:
public function mouse_Down(e:Event):void {
trace(e.currentTarget.href);

[code].....

View 1 Replies

ActionScript 2.0 :: CS3: Window.open In HTML In XML Into Flash?

Jun 24, 2008

My Flash CS3 file displays HTML text, read in from an XML file (within CDATA). The HTML text contains links in the form of <a> (anchor) tags (of course).I am attempting to open a new customized browser window whenever a user clicks on a displayed link. So far, I am able to open a window, but the customizing attributes ("width=600,..." etc.) are ignored.Rather than displaying for you the one dozen variations I have (unsuccessfully) attempted, does anyone have a simple example of something that actually works?

View 1 Replies

ActionScript 2.0 :: Open The Download Window In Flash?

Jan 11, 2009

I am making a flash project with photos - videos and many things like that.I would like to be able to have a download button on every picture for example.I only know the getURL("Image1.jpg", "_blank"); functionBut this is not the way i like it cause it opens the image or other into a new window.I want to be able to download it and not see it in a new window...Is there a way even with php connection to open this download window when i choose to download something from flash project?

View 2 Replies

ActionScript 3.0 :: Flash Open Link In Same Window

Mar 12, 2009

I got a problem with my website [URL]. The problem aren't about html, php or webdesign itself I believe, but the problem is the flash menu. The menu is coded to open the buttons in the same window, but it doesn't, it opens the links in a new tab/window which is very annoying, I've tried to fix it by adding "_self" to the flash file, but it doesn't work at all now, it doesn't go anywhere when I press on the menu!

[Code]....

I've no idea how to fix this right now, I've tried googling but I only found as2 ways or changing the "_self" to '_self', but that doesn't work either. I got another site that is my personal portfolio (forte is more of a schoolproject) and I tried thesame thing out there, and it worked! So I thought that maybe surftown (that is forte's server provider) has something against this or something, I dunno.

View 4 Replies

ActionScript 2.0 :: Open A Popup Window From Flash?

Oct 4, 2004

I read this: "JavaScript is interpreted by the browser, so whenever you call JavaScript code from the Flash movie you'll have to embed the movie into a HTML document first."

What do you do if your document doesn't have a html file and you need to open a popup window from flash? My document is .exe ..

View 1 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 :: Open Swf In New Flash Player (not Browser Window)?

Jun 9, 2010

I am working on a project that is not going on the web, but CDs. I'm trying to have a swf load in a new flash player window when a button is clicked. I've searched the web, but seem to only find how to open a new browser window.

View 8 Replies

ActionScript 2.0 :: Flash Button To Open Image Window?

Aug 18, 2010

I want my button in a flash movie to open a window like this

[URL]

It shows the picture in full size with a close-able x in the corner. Is that possible? I'd do it in the flash movie, however some of the pictures are bigger than the movie itself (it's a style and it looks good) just that...

View 4 Replies

Data Integration :: Get A Button In Flash To Open A Pop-under Window?

Jul 9, 2008

I'm trying to get an button in flash to open a pop-under window in the browser using JavaScript. So far I have had no success. Both functions are working fine independently but I can't get them to communicate with each other. Please see attached code.

View 1 Replies

Actionscript :: Open A Browser PopUp Window From ( Flash )?

Apr 29, 2010

How to open a Browser popUp window from Actionscript ( Flash )?

View 3 Replies

ActionScript 3.0 :: Flash Button To Open New HTML Window

Aug 17, 2009

What I want is to be able to insert a button into the flash document, and when someone clicks it, to have it open a new window and go to a certain url. To see what I am kind of talking about, go to my website, where I have the flash document without any kind of interactivity. It is the "Connect with TFC" flash file, on the right side of the page.

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

Open Maximized Window From Embedded Flash Movie?

Apr 8, 2009

I have a html file with a flash movie-menu embedded into it. I'd like one of the buttons to open an external html page strictly in a new maximized window. It does not matter if the new window has toolbar or not. I want it to open a new maximized window (not the full screen thing) onclick.

View 1 Replies

IDE :: Open A Mini Window Inside A Flash Movie?

Dec 10, 2002

How do you open a mini window inside a flash movie, draggable of course and with a close X, im talking inside the SWF not a new Explorer win.

View 6 Replies







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