Flex :: One Page To Another Page Without Opening New Window?

Mar 9, 2011

how to one page to another page without opening new window only url changed using flex?for example you can click log in button user name and password correct then going to home page without opening new window at the same window..

View 1 Replies


Similar Posts:


Flash :: Opening Page In Same Window Using NavigatetoURL Function?

Jul 18, 2011

I have a flash code, in which i am loading images and opening urls through xml file, now it is opening in a different window(pop up window) but i want it to open in the same window.

var xmlReq:URLRequest = new URLRequest("XML/ImagesData01.xml");
var xmlLoader:URLLoader = new URLLoader();
xmlLoader.addEventListener(Event.COMPLETE, xmlLoaded);
xmlLoader.load(xmlReq);

[Code]....

View 2 Replies

Professional :: What Code To Navigate From Page Without Opening A New Page

Feb 11, 2010

I have a flash button embedded into a css/HTML page that I want to use to navigate into a new page without opening a new window. Here's the code I'm using in the SWF which I got from the adobe tv tutorial:Here is the test page that I have embedded the flash button in:The flash button is the "about Ian" button on the upper left. I want the navigation to be like the traditional rollovers on the page. (I'm working my way up to having the embedded flash button fade into place, that's why I'm using flash.)

// 1. Event handler function
function clickHandler (Event:MouseEvent): void { trace("CLICK!");   navigateToURL(new URLRequest("http://ianmartinphotography.com/about.html")); } // 2.

[code].....

View 3 Replies

ActionScript 3.0 :: Gallery Page With A Bunch Of Page Numbers - Click On A Page Number, The Over Script Should Stop Until Go To Another Page?

Jan 26, 2009

i'm trying to build a flash site and ran into a problem... i have a gallery page with a bunch of page numbers at the top. when you click on one, a movieclip loads of some images coming in.so the problem i'm having is that i made a little animation for when you roll the mouse over the page number (they scale up when the mouse is over, scale back when the cursor moves away)... what it's doing is when you roll over, it goes to a certain frame in the timeline and plays that animation.that's all working cool, but i need it to not do that once it's clicked on. so basically when you actually click on a page number, the over script should stop until you go to another page... here's the code i've written,

function over(event:MouseEvent):void {
this.gotoAndPlay(30);}
function out(event:MouseEvent):void {[code].....

View 0 Replies

Flash - Load HTML Page Inside Flex Popup Window?

Feb 10, 2012

I have created a popup window in a flex website and I wanted to load a HTML page inside that popup. I tried many ways to do it but that way unsuccessful. Can someone recommend me a approach to get this done?

View 2 Replies

Flex :: Pass Info From Page One (List.selectedItem) To The Third Page?

Sep 13, 2011

I have 3 pages view,

HomeView
ViewPg02
ViewPg03

In HomeView, has a List control and when user select an item it will goes to ViewPg02

[Code]...

View 1 Replies

Flex - Print A Value In A Next Mxml Page Where The Given Input Is From Prev Page?

Jan 18, 2012

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
width="1501" height="960" minWidth="955" minHeight="600">
<fx:Declarations>

[Code]...

i have a text inputbox in a config tab. when a user gives a input and click the "set new config" button it will go to a syatem where there will be a textbox.In thet textbox the prev input will be shown.how to do this?

View 1 Replies

Flash :: IE And Mozilla For Asp.net Page With Master Page And Content Page?

Jul 1, 2010

I have a master page and a child page and have placed the javascript code inside the child page for flash movie.

The problem is the movie seems working when there is a alert on, without at least one alert msg, the code does not work, I am sure you people can solve, I can see that the following code works well in both Mozilla and IE, but only if the alert is ON, if I put it off, then the code does not work. Can anybody tell me what is the workaround :

[Code]...

View 2 Replies

Opening New HTML Page From Flash

Nov 26, 2009

In IE7 and IE8 block popup lock my external link (page html). I use GetUrl(url,"_blank") but not it works. I use flash cs4. With firefox it work

View 3 Replies

C# :: Flash Opening New Page Rather Than In The Same Browser?

Apr 6, 2011

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>

[code]....

It opens a new page rather than in the same browser.

View 1 Replies

ActionScript 3.0 :: Activating A Page Without Opening It?

Dec 29, 2009

I was given a .FLA containing a banner and was asked to create an input text field and a button that, when clicked, opens a new window with the address, say "www.mywebsite.com/page.php?value=..." where "..." is what the user types in the input text field. The page the user is sent to then performs some action. Now they're asking me to make the page automatically perform that action, as in, they want the .FLA to send the value typed in by the user to that page at [URL] without the user actually going to that page at all. Is this flash-related or even possible?

In short what I'm asking is: Is it at all possible, in principle, to hand a value over to a .php page using flash and then make that page perform an action without being opened? If so could you point me in the direction of how to do it?

View 4 Replies

ActionScript 3.0 :: Opening New Page To A Specific Frame

Sep 1, 2008

I am still learning Action Script but I have a problem with writing the full script for combing navigate to new URL and gotoAndPlay. More specifically what I want to do is use a button which when clicked will open a new page and then start playing my Flash movie at a certain frame on the Timeline. I have used buttons to navigate to a new URL and used the gotoAndPlay ( ) ; command to play a certain frame, both have been successful but when I combine the two I run into trouble. What happens is the new page loads correctly and goes to the specific frame but then opens the browser in a new window with the movie playing from the beginning. The correct sequence within the correct Webpage is playing but only if I close the current page, in other words what I am trying to achieve is running but in the background.

View 8 Replies

ActionScript 1/2 :: Sample Button - Opening New Page In Same Tab

Mar 27, 2010

I have movieclip in my php page. I have button in that clip. What code should I use for change all page to an other one because when I use
on (release){getURL("[URL]");}
It opens that page at swf file's spot but I don't want it. I tried
on (release){ getURL("[URL]", "_blank");}
But it opens in new tab. I want to open new page in same tab. Is there any way to do that?

View 3 Replies

ActionScript 3.0 :: Opening An External HTML Page?

Aug 13, 2011

I need to load in an external HTML webpage on the stage of one of my .SWF files. Currently I have a primary .SWF pulling from a .XML database that has a list of other .SWF files it will import and display every time you "flip" a page as this site is being designed like a book. I have a .swf working that will pull and display an external HTML page but when i try to embed that .swf into the parent book.swf (Book.swf --> book.xml --> html.swf) it doesnt work. Likely the code i am using doesnt display the HTML if testing the .swf on a local server but the moment you place it on a webserver and call it through a web browser it works.

I don not need anything special, just something that will display the HTML page in a static box that i will set with a fixed size and a scroll bar.

View 7 Replies

Professional :: Canceled Opening Page Error In All Browsers

Jun 7, 2011

I added a Flash animation to a web page, and instead of showing it, I get this Canceled opening the page error (that, or it just shows this big blank space) in all of the browsers I've tried (IE, Firefox, Safari, Chrome, Opera). Adobe says Flash won't play in a 64-bit browser. I made sure I'm using Safari's 32-bit mode; it still won't play. I empty the cache, reset Safari, still nothing. I admit to not having loads of Flash experience, but this strikes me as odd.g

View 1 Replies

ActionScript 2.0 :: Flash PHP - Any Way To Stop Blank Page Opening?

Jun 22, 2006

I am working in flash and php.. I want to write a text file from flash via php. The thing is when I click on button it rites and redirects to another page. I have stopped the re-direction. 2ndly I want that instead of on click of button I want the variables to be passed to php and write a text file when a frame is loaded. Its basically a gallery, where images are loaded one after another. I want that when one image is loaded via xml. It should write a text file with Hit = 1, so that I know that the image is viewed. All things is working fine, except when I use GetURl on loading the image a new window opens( blank) and my flash file goes off.. Is there any way to stop a blank page opening.

View 2 Replies

ActionScript 2.0 :: Opening Popup Page In Standalone Projection

Apr 28, 2005

I am creating a standalone projector (CD with autorun). This means my swf files are NOT contained within html. I would like to, when clicking on button, open a popup html page with specific dimensions. I was wondering if it is possible to do that, and what AS to use,
or if I have the obligation, to openpopups, to launch my swf files within html mother page.

Here is the code of button that works (but does not open popup):
on (press) {
getURL("URL", "_blank");
}

Here is the code for popup but does not work (opens html page normally):
on (press) {
getURL("URL", "", "width=580,height=400,left=100,top=100");
}

View 2 Replies

Flash :: Professional - Reduce File Size Of Opening Page In A Site

Sep 27, 2011

I'm using the Flash CS4 IDE, and the first page of my site takes a lot longer to load than I want it to.  So I wanted to go through the varied images / symbols / movie clips / sounds and so on to see where all the memory is being chewed up. When I go into my library, however, I can see the Name, LInkage, usecound and Type of my elements, but no mention of file size and I can't seem to find any right click menu that lets me add file size to the list of details being displayed. Is there a way to make it show file size?  Or some workaround? And are there any best practices to reduce file size aside from using symbols for anything that's used more than once and reducing image and sound quality?

View 4 Replies

Actionscript 3 :: Close The Adobe Flex Popup Non Modal Window If Click On The Parent Page Of The Popup

Dec 12, 2011

I need to close the popup(adobe flex), non modal window if I click on the parent page of the popup. I have to do the out of focus check and then do some validation before close the popup. So what I was thinking that is there any inbuilt focus check event or do we need to create custom event for that?

View 1 Replies

Pop Up Window Within The Same Page?

Jun 11, 2009

I been wanting to do a pop up information page, within a page, i dont know if this makes sense because i dont know how to really explan it, but this is an example of wat i mean, if u go into the gallery you'll see the thumbnail pictures and then when u click on it the pop up comes out, that is exactly what i want to do.

View 5 Replies

Buttons To Open The Page In The Same Window?

Jun 12, 2009

Have an issue with several buttons in cs3. I want the buttons to open the page in the same window, and they will once, but I need this to be a reoccuring effect.  here is the code.

[Code].....

View 4 Replies

ActionScript 2.0 :: Close Second Page Window

Dec 23, 2010

I have a "Close Window" Flash button on the 1st web page and it works. I have the same button on a 2nd page (you get to the 2nd page via the 1st page) and the button does not work. What "close window" actionscript do I use to close these windows?

Here is the code that I am using that works to close the 1st window...

on (release) {
getURL (onclick="javascript:window.close()");
}

View 0 Replies

ActionScript 2.0 :: Pop Window For Login Page

Feb 21, 2012

Does anyone have tutorial to do the pop up window for login page? I want to include the insert login and password as well.

View 1 Replies

ActionScript 3.0 :: Page Not Fitting Window 100%

Oct 18, 2009

For some reason whenever I post my flash site online it does not fill the entire window properly. The scroll bar is always on the side making it so I have to scroll down to see the tiny bottom part that is cut off. And there is always a grey border surrounding the flash part of the site. Here is a link to the site so you can see what I'm talking about.

[URL]

I don't know if this would effect it, but I have been manually changing the html to make it so that it fits 100%.

'width', '100%',
'height', '100%',

View 0 Replies

ActionScript 3.0 :: Get The URLRequest To Bring Up The New Page In The Same Window?

Sep 1, 2010

how to get the URLRequest to bring up the new page in the same window? I am trying to create the flash navigation bar and it keeps opening up on a new page.

View 7 Replies

ActionScript 3.0 :: How To Render Requested Page In Same Window

Aug 15, 2010

Any Way to render requested page in same window instead of new one every time I hit button which I have created using actionscript 3.0. Code is
import flash.events.MouseEvent;
var get_page:URLRequest = new URLRequest("C:/Documents and Settings/Administrator/Desktop/lifeline/healthtips.html");
tips_btn.addEventListener(MouseEvent.CLICK,tipsClick);
function tipsClick(event:MouseEvent):void{
navigateToURL(get_page);
}

View 1 Replies

ActionScript 2.0 :: Closing Window / Page After Event

May 6, 2004

How to shutdown/close a html page in flash? I want my form-page to be closed after pressing the submit button.

View 2 Replies

ActionScript 2.0 :: Scrolling Window Instead Of One Button For Each Page

Sep 14, 2004

I have just followed the tutorial on the scrolling window, but instead of one button for each page, want to have just one up and down button. If you know what I mean. Maybe an array of y places and when I press the down button it goes down one. Really don't know where to start.

View 2 Replies

ActionScript 2.0 :: GetURL To Open Page In Same Window?

Oct 7, 2007

I have a menu that navigates my webpage. Say, for instance, I click on the "Home" button, it should take me to the homepage.I want the home page to open in the same window, not another window or tab. So I used this code:

Code:
on (release) {
getURL("http://www.mywebpage.com/home",_self);
}

Yet the homepage opens in a new window instead of the same window. Should I be using the "_self" parameter, or something different?

View 3 Replies

ActionScript 2.0 :: Post Vars To Page In New Window?

Apr 21, 2008

I am just trying to send some variables from flash to an asp page. Using the below method the variables are sent to the page.

sendText.loadVariables("http://archive.mysite.com/livefeed/pages/login.asp", "POST");

My issue is that I want the page to open in a new window and then have the post method send the vars.

Presently it does not open a new window.

View 2 Replies







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