Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Buttons Opening To New Page



Ok, i think or at least thought what I wanted was pretty simple. But i'm not so sure anymore. I'm new to Flash mX and i'm just trying to make a website as something to do. Now I have a bar to the left with my buttons on it, all I want it to do is when I click say "home", i want a screen from the top or right to open up with the information. And then same for the next link and etc. But i'm stumped on how to do that. I probably look like quite the newbie, but hey, I am.



FlashKit > Flash Help > Flash MX
Posted on: 01-25-2003, 01:44 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Opening Popup Page In Standalone Projection (no Html Mother Page)
Hello,
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 MY 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 normaly):
on (press) {
getURL("URL", "", "width=580,height=400,left=100,top=100");
}

thanks guys.

Opening Popup Page In Standalone Projection (no Html Mother Page)
Hello,
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 MY 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 normaly):
on (press) {
getURL("URL", "", "width=580,height=400,left=100,top=100");
}

thanks guys.

Opening New Page BUT That Page Loads In Behind The Page You Are On.
Is it possible to load a web page from an action script (just like when you click on a button to open a new page)

Basically I want to create a Flash banner and somewhere along the "movie" have it launch MY web page and have it load in the background, behind the browser that holds the banner.

BTW - I have the permission by the person who will host my banner.

I just have to make it work.

Can this be done???

And how????

Thanks in advance!

Help Opening New Page
Ok I am designing in Flash MX, and am having trouble opening a new page. What I want to do is after my movie ends I want to open in the current browser my home page for my website. I was trying to use the geturl action with _self after the last frame, but when you open the web page(flash movie) it just flashes and the home page for my web site comes up behind it. If anyone can point me towards what I am doing wrong I would appreciate it. Thanks

Opening A New Web Page
hey people, i got a lil prob concerning opening new web pages in flash.

i am trying to make a variable in a dynamic text box a link to open a new page. the box is enabled html, but it doesnt seem to work.

this is a more complex problem since the link is grabbed from a database, the link is in plain text form.

grabbing the data off i have this code.


Code:
c.onLoad = function() {
for( var i = 0; i< this.n; i++){
showlinks.htmlText +=
"Site Name Site Link" + "<BR>" +
this["title"+i] + ": <a href="" + this["link"+i]
+ ""target="_blank">" + this["link"+i] + "

" ;
}
};
when i scroll over the link it the finger comes up, but the link doesnt work.

Opening Up A Page
anyone know any actionscript that will let me open up a webpage that a user types in?

a fla would be great, but any help is thanked for.

i use flash mx 2004 pro

Opening A New Page
I just built a site using dreamweaver. On the opening page, I have a flash file that contains buttons... how do i link the buttons in my flash file to my HTML pages... so that when I click the buttons in the flash file, the html pages open up?
-thanks

Opening New Page
Ive made a really basic button, that has this code attached...

on (press) {
getURL("gallery.html", _self);
}

This should replace the current page with the gallery page, but it doesnt. In Firefox it makes a new tab and in explorer it opens a new page.

What is the code for making it open in the same page?

Thanks,

Morgn.

Page Opening
Does anyone know how they make an effect like http://www.webdesignagency.net/ has for their portfolio? The way you can pull the page open with your mouse and put it back freely.

Thanks in advanced.

Detect Opening Page
Hello,

Say I have an xml page called bellyflop.xml, I want to put a link in it which opens a swf. Suppose I have another xml file called quoit.xml with a link to the swf. How do I get the swf to behave differently depending on which file opened it? Is there a way I can specify what happens in the link itself or do I have to write some script in the flash that checks the name of the xml page?

Any ideas??

Help With Page Opening Needed
in my attatchment to this post is a menu I am trying to make in a website, and the menu opens the page I want it to open, but the menu doesnt stay up while the page is open, and I want the menu to stay aswell as the page! click the home button in the menu to open the page, HELPPPP, you also need the attatchment in the next post I will make, the next attatchment is the page that the menu is supposed to open.

Page Opening Wrong...
I don't want to retype my whole problem, so just go to
http://www.flashkit.com/board/showth...hreadid=517294

its a thread in a different place that has my problem, and you can answer here. please help

Load Ext. Swf On Opening Of Page
Is it possible to load an external swf into my page without pressing a button?

ofcourse it is possible to load an external swf to an empty moviclip using a button with a sript like: on (release) {loadMovie ....

but i would like to do it without having the visitor pressing a button first..

-x-

Opening Html Page
how can i make a flash button open an html page in it's own window

Opening _blank Page
Hello,
I have a flash movie which I want you have a button which opens up an HTML page that is sized to certain specs. This code snippet works in another Web site.

On the site I am currently editing when I click on the button the IE explorer bar wants to block the pop up -- I have pop up blocking OFF. This site is an LMS/CMS (Content Management System) on another server.

I basically have a server (not mine) which I have access to. I have a mini Web site there. On that Web site there is a frame which opens up my swf -- which is on my server. The html file I want to open in a blank is on my server too. It will not open through.

Here is the code:

on (release) {
getURL("javascript:NewWindow=window.open('quiz_tes t.html','myWindow','width=550,height=500,left=20,t op=20,toolbar=No,location=No,scrollbars=No,status= No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
}




Any ideas?


Odisey

Help Remove Former Page While Opening A New One
Hi!

Used the loadMovieNum function to go to another page....but when i do that the start page is "hiding" underneath the new page!

thx!

Opening A Web Page In The Same Window
OK,
so I’ve tried to open a web page in the same browser window as my Flash animation. I used the getURL function the _self parameter and still it opened in a new window.
The code was :getURL(http://www.google.com,_self); I’ve tried every combination of parameters of the getURL function :POST ,GET ,_blank,_parent,….,and still it opened my Google site in a new window.
Please help or, give me same idea at least of what I did wrong. How do I make a Web page open in the same window as my animation, the web page substituting the animation?

Opening Page For Website, How...?
hi all!

just playing with the idea of an opening page for my website.
now i understand that without an opening page my 1st page is index, but with an opening page would that opening page now become index and my old index would now become whatever?

Getting Off I-frame After Opening New Page
Hi guys, I have a problem with an i frame. I have an html page with a flash intro file embedded into it that is being loaded as an iframe on another page. The problem is that my actionscript on my last frame on the flash has a link to the "home page". But when the link executes it loads the home page but still within the iframe. So all my pages from the website load as i frames instead of loading the actual pages on the browser. Is there any way to load the home page off the i -frame? I wouldn't want to open a new blank page but just to open up the page in the same browser but not on that i frame I ahve. Anyone have any ideas??? Thanks in advance!!

danny

Opening To Specific PDF Page On A CD
I have a Flash Projector that opens a PDF on a CD to a specific page, and this seemed to work fine in IE6. With IE7, I can no longer open to the specific page. If the PDF resides on a web server, I can go to the exact page, but not if the PDF resides on a CD. Can anyone help me here? I've checked out JStart, but I don't see how that opens to specific pages, and reading their forums has not been encouraging.

Your help is appreciated.

Thanks,
Tim

Opening A Page Problem...
in my attatchment to this post is something I am trying to make as a website, and the menu opens the page I want it to open, but the menu doesnt stay up while the page is open! click the home button in the menu to open the page, HELPPPP

Opening A Page Problem...
in my attatchment to this post is something I am trying to make as a website, and the menu opens the page I want it to open, but the menu doesnt stay up while the page is open! click the home button in the menu to open the page, HELPPPP

Opening Flash From Html Page
i am new to flash and have designed a site that is 700x350 and when viewer comes to my site it will be an html page that ask viewer if they want html site or flash site....what i want to do is if a viewer selects flashsite i want it to open in a widow that has nothing but a frame around it and is in center of window......how would i accomplish this? very anxious to get this finished so any help would be greatly appreciated.

Opening Html Page In Flash
Good Day, When you read my question you will see that I am a complete novice.
I have a drop down menu where I have three buttons. I currently have text descriptions that appear when you hit the respective buttons. I would also like to have a an html document ( actually a webcam with an IP address) open in the same flash document . Any help would be apprecitated

Index.htm Page Opening Fullscreen?
I need to open my index.htm page fullscreen when they first enter the site for optimum effect.... how is this accomplished ?? is it a javascript or can HTML process this basic function ???
n e help would be great.. I know opening fullscreen is a little bit rude but is the best way to enter the site
thanks

Help Opening A Blank Page On (release)
Basically, I have a piece of code which goes:

on (release) {
track.link="link=7&";
track.goTo="http://www.templatekit.com/cm/cs?pagename=ex/Href&urlname=ex/cc/privacysecurity";
track.play();
}

I want to add to the expression the ability to pop-open a new window in the track.goTo= section...

How do I get the "target=_blank" added to the above... I'm breaking it left and right it seems.

Thoughts?

How To Make *.swf Understand Which Page I Am Opening?
Hello all,


I have this question.
I want to make one flash movie that supports two languages. I want when I open the index page of each language to start the flash movie in that language. For example, when I write in the address: www.page.com/en/index.htm to start the english version but when I write www.page.com/de/index.htm to start the german version and this with only one *.swf.
Can you help?


Thank you in advance!
Didka

P.S. I work with Flash MX.

Opening An Swf In Player From Html Page
How do i get a web page to open an swf in flash player rather than as an embedded object?
Thanks ....

Opening The Flash Player From A Web Page
How do I make it so that when I click a link on my web page, the flash player will open up and play the flash file. I want the file to open in a new window and be the correct dimensions for the movie, but as of now it opens in the same window and stretches to fit the whole screen.

GetURL( ?); Opening Remote Page
i'm haveing a problem opening a remote page from my main site. underneath is the code i have on my button, what i want to happen is when the user clicks the button www.peterchang.org opens, however when the button is clicked...
Code:
http://www.discochimp.com/www.peterchang.org
...opens and i get a 404 error. anyone know how to get round this?



Code:
on (release) {
getURL("javascript:window.open('www.peterchang.org','newWin','width=800,height=600');void(0);");
}

cheers, squid.

Opening A Html Page From A Swf File
is it possible to open a html file in a pirticular frame(dream weaver frame set .not the time line frame)using a flash interphase ie using flash buttons.for example in dream weaver i create a frame set with two frames.. top and bottom .top frame i want to keep a swf file with buttons and all. on clicking the buttons an htm file should open in the bottom frame.hope iam clear.can any one help.
suresh

Opening Html Page With No Scrollbars
hello

I am using flash mx and am having difficulty opening a html page with no scrollbars etc from a flash file.- .exe file-

On the button in the flash file i have the code

on (release) {
getURL ("javascript:NewWindow=window.open('green.html','n ewWin','width=400,height=300,left=0,top=0,toolbar= No,location=No,scrollbars=No,status=No,resizable=N o,fullscreen=No'); NewWindow.focus(); void(0);");
}

But this doesn't seem to work.
the document- html file doesn't load

Can anyone help, or show me somecode that does work.
Thanks

Opening A New Page (in The Same Browser Window)
How do I open a new page in the same browser window within the same directory ? I don't want the opening page to take too long to open so I want to make a seperate swf file for the sub-directories. What do I put in the movie properties?
Thanks.

Opening An External HTML Page
Hi,

Im trying to create a button in flash 8 which opens a new html page which is a certain size. can anyone help? Thanks

[F8] [AS2] How Do I Hide The URL On The Opening Page Of Geturl?
Hello

I have a simple geturl:
getURL("http://art.netlink.co.il/html/hibiscus.html", "_blank");

but that shows the address (http://art.netlink.co.il/html/hibiscus.html) in the address line.

I know there is a way with JS to hide the URL. how do I do that?

Thank you!

[CS3] Having Trouble Opening Flash Web Page
Hello, I currently have my homepage up and running(it is done completely in flash) I also have a couple of links on my web site that go to other .sfw web sites I have created. However when I click on the links it brings up my files but they are smaller. The text is smaller, the pictures are smaller and the site itself does not even take up my entire screen. When I upload the sites individually the look fine it is only when I have them all up at once and use the links to navigate. if someone could help that would be great.

Thanks

Page Doesn't Finish Opening
Hi,
I built this website;
http://www.mobizen.com.mx

When I open it, there's a message at the bottom left saying:
"(1 item remaining) Opening page

About Franchelle Web Page Opening In Another Window
Dear Flash Experts,

I have a situation where my http://www.franchelle.com/aboutfranchelle.html web page is opening up in
another window. When I click on my home page, another window opens up showing my "about page",
rather than the web pages flowing with each other.

Below is my website

http://www.franchelle.com

Can someone please assist with this situation?

Thanks,
Franchelle

Help With Flash Banner Opening On Every Page
Hey guys I been trying to optimize my site abit. I seen on some new flash templates that when the flash banner opens the first time the browser will not call it again when clicking on new page links. I also seen the banner incorperated with an iframe so it only calls it once.

Currently I have 6 .html pages each calling the flash banner every time their clicked. This is taking loading time whenever a user browses to a different page.

my site is http://xpservers.net
and another i created is http://energreenmetering.com

Can someone help me out ?

Opening New Page To A Specific Frame
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.

I have attached some of the code I have tried if that helps. Many Thanks.







Attach Code

ButWel_1.addEventListener(MouseEvent.CLICK, buttonClickHandler);
function buttonClickHandler(event:MouseEvent):void {
getURL("A&HMSisterC.html", "1961");
}

From Preload To Loading/opening A New Page.
I've searched through numerous websites as well as searching through this forum but haven't been able to find a full answer to my problem.

I created a preloader which works mint on its own but I want to open a new swf (actually a projector file, but that's the same technique isn't it) once the progress bar is finished (ie. movie has been loaded).

I've got my main part (main.exe - it's a projector) and I've got my preloader part (preloader.exe - also a projector). So what I want is that I click on preloader.exe, this loads main.exe as well as displaying the load bar and once it's finished loading it takes me automatically to main.exe which is the main part that has all my text etc.

How do I do this?

From Preload To Loading/opening A New Page.
I've searched through numerous websites as well as searching through this forum but haven't been able to find a full answer to my problem.

I created a preloader which works mint on its own but I want to open a new swf (actually a projector file, but that's the same technique isn't it) once the progress bar is finished (ie. movie has been loaded).

I've got my main part (main.exe - it's a projector) and I've got my preloader part (preloader.exe - also a projector). So what I want is that I click on preloader.exe, this loads main.exe as well as displaying the load bar and once it's finished loading it takes me automatically to main.exe which is the main part that has all my text etc.

How do I do this?

_blank Page Size On Opening
Hi all really basic one but I have not played with Flash for a while how do I alter the size of the _blank html page? (Do not want it to open full screen).

on (press) {
getURL ("http://www.myhtmladdressfornewpage.co.uk" ,"_blank");
}

cheers
andy

Opening A Page In A Browser Frame
Pls. comment on this script coz i cant make the page appear on the frame. Iam using flash mx. Tnx

on (release) {
getURL("../main.html", window="mainFrame");
// URL = String, Window = String
}

Opening A New Html Page / Window From A CD
Hi everybody,

I have a CD with a html page with a Flash button in it. I would like to open a new window (specific size) when I click the Flash button in the original window. These are not html pages online, they are html pages inside a CD.

Thanks in advance

Inserting Movie In Dreamweaver As Opening Page
First of all I found Swish very easy to use compared to Flash 5.0

I created a movie with swish and was wondering how to insert into Dreamweaver. Here is what I need to do, I have a website the default page is index.htm. I want the movie to play first when people type in the web address. What needs to be done.

Also how do I include in the movie the option to skip intro?

And finally to turn the loop off. I only want the movie to run once, it kepts replaying.

Thanks
Scott King

Opening A Window, Independent Of The Html Page
ok i was just at a site and the site was in a pop-up window which looked as if it wasnt an html page. is this done with javascript, html, or flash and how can i do this

as seen on this site
http://www.estudioworks.com/

How To Split An Opening Web Page 1/2 Flash Other Html
I need some advice on designing an opening page. www.probemagazine.com
I want to re-create a page that I can show rotating photos on right side but keep the left available for regular changes.
thanks
bestmann

Opening A HTML Page In A Empty Movieclip
Is it something like this:

on(release){
getURL("SkullyVideo.htm", "movieclipName");
}

Or am I totally wrong? If so could you correct me

Thanks
JF

Copyright © 2005-08 www.BigResource.com, All rights reserved