Flash :: IDE - Menu Buttons Open Up An HTML Page In A Different Frame?

Oct 24, 2002

Is it possible to use HTML frames with Flash? For example, I want to make a flash menu system on my site, and have the click of the menu buttons open up an HTML page in a different frame.

View 14 Replies


Similar Posts:


Flash:: Button (Creating A Menu Page With Flash Buttons To Open SWF Files)?

May 17, 2011

Good day to everyone. I'm here today to seek help about Flash CS4 and ActionScript 3.0. The story starts when one day, my boss asked me to make a flash presentation about their upcoming user training for a newly developed software. I was enthusiastic and excited about it because it's been a long time that I did not use Flash (note that I don't have any experience in ActionScript 3.0). At first, everything was a bit rough as I need to recall how to properly use the frames to create a successful animation. As I was about to finish the project, my boss approached me again and asked if I could insert a menu page in front so that the users won't have to replay the whole thing again just to look for a little something on that part of the movie. So yea, at first I was abit hesitant to accept. I said that it will work with Powerpoint. But she's a total pusher and I was forced to say yes. Now I'm having this problem about how to make a flash button load a swf movie.I've tried searching all over the net for tutorials but most of the times the "getUrl" and other stuff are said to be outdated.

View 1 Replies

ActionScript 2.0 :: GetURL - Flash Button When Clicked On To Open A Html Page In A I-frame

Jan 10, 2006

if i wanted a flash button when clicked on to open a html page in a i-frame how would this be done? what would the script be for this particulare action?

View 6 Replies

ActionScript 3.0 :: Flash Menu Buttons On HTML Page Opens New Window?

Jul 25, 2009

I have a .swf I'm inserting at the top of a page in DW. I have a button named "aboutUs_btn" which when pressed needs to load "aboutUs.html. That part works fine, but it always loads the page into a new window. How do I make it load into the same window? I could do this in AS2 with getURL and using _self. Here is what I have:

var aboutUsLink:URLRequest = new URLRequest("aboutUs.html");
aboutUs_btn.addEventListener(MouseEvent.CLICK,aboutUsClick);
function aboutUsClick(event:MouseEvent):void{navigateToURL(aboutUsLink);}

[code].......

View 5 Replies

ActionScript 2.0 :: LocalConnection - Buttons To Open Jpg's In Another Swf On HTML Page?

Feb 15, 2005

I have a Flash menu and want the buttons to open jpg's in another swf on my HTML page. I searched for "localConnection", but couldn't find a suitable example. I also heard this is possible with Javascript.

View 2 Replies

ActionScript 2.0 :: Open An Html Page Fullscreen From Flash?

Dec 16, 2004

I am trying to get a flash button to open full screen with the titlebar still on top. I was able to get it to work when I am using an html button, but I cant get it to work using flash.[code]

View 2 Replies

ActionScript 2.0 :: Open A Html Page Fullscreen From Flash?

Dec 16, 2004

I am trying to get a flash button to open full screen with the titlebar still on top. I was able to get it to work when I am using an html button, but I cant get it to work using flash.here is what I have.

AS:
on (press)
getURL("javascript:openBrWindow('http://www.whiskeyparknorth.com/whiskeyparknorth/index.htm','winFeatures')");
}

[code]....

View 2 Replies

Flash :: Css - HTML Menu Of Page Content

Jun 17, 2011

I have a problem with a Flash object and the menu of my page. The site is on Wordpress : [URL] When I try to access to the menu, the menu content appears behind the Flash. How can I fix this? this is my code of the template section:

[Code].....

View 2 Replies

Javascript :: Open A New Frame In Html Below An Existing Frame In HTML?

Apr 7, 2010

I have a html main.html as given

----- main.html----------------
<title>FlexTrail</title>
<script src="main.js"></script>
<frameset rows='200,200'>

[Code]....

I want the other file to open in same window bellow the first one.But the problem here is when i run this in IE8 the other frame opens in a different window but in Firefox im not getting any respose.

Note:- Javascript is enabled in both browsers and popup are not blocked

View 4 Replies

ActionScript 2.0 :: Buttons Within Movie Clip - Sub-menu Won't Stay Open In Order To Click On Buttons In It

Jul 25, 2007

I am creating a navigation bar in Flash (which will then be used in Dreamweaver). When you mouse over each topic in menu (ex. Products), i want it play a movie clip (so it shoots out a sub-menu underneath). so far so good, but the only thing is, the sub-menu won't stay open in order for me to click on buttons in it. For each button, I assigned it the Behavior to go to a url. Also, I tested the buttons within the mc and they don't seem to direct me to url. do you think maybe it's because it's nested within the movie clip?? Is there an easier way to go about this?

[Code]....

View 2 Replies

ActionScript 3.0 :: Flash Navigation Menu On A Html Page?

Apr 2, 2009

I am working on a project that I need to create a flash navigation bar for a html site. There will be a drop down menu when you rollover the buttons on the nav bar, which means the drop down menu will be overlaying on top of the html pages. I saw websites were done like this before, but I personally don't know how to do it.

View 1 Replies

ActionScript 2.0 :: FLASH 8 - JavaScript Work In A Blank Flash File When Open It In A Html Page

Feb 14, 2007

I have this java script and want it to work in a blank flash file when i open it in a html page.

[Code]...

View 14 Replies

Professional :: Make A Menu Bar Made Is Flash Cs5 Go To An Html Page?

Jan 13, 2012

so i am making a website in Dreamweaver cs5 and i am going to be importing a .swf animation for the menu bar i made in Flash. how do i make an action in Flash direct to a page of my website in Dreamweaver for example the index.html file of my web page.right now i have an actions layer with a stop(); command on the last frame of the animation i want to add a command under that, that will take the user to the index.html page of my website when the button is clicked. I have the button already made as well as the animation all i am missing is the code to go to the index.html page.

View 3 Replies

ActionScript 3.0 :: Flash Menu - Loading Page Into Frame

Nov 17, 2009

so I have created a basic flash navigation menu bar for my website. I have added the bar into a frame on my dreamweaver page. I was just wondering if it was possible to link the buttons on my flash bar to open the pages into a different frame, the main frame below, my navigation bar? The code I have at the moment for my "home" button is the following:

[Code]...

and this is opening the "home" page in a new window. Is it possible to make it open it in my main frame (called mainFrame)? When I change _blank to _self it opens the page in the same frame where the menu bar is, not the mainFrame below it.

View 2 Replies

Link The Buttons On My Flash Bar To Open The Pages Into The Main Frame ?

Nov 16, 2009

I have created a basic flash navigation menu bar for my website. I have added the bar into a frame on my dreamweaver page. I was just wondering if it was possible to link the buttons on my flash bar to open the pages into the main frame below my navigation bar? The code I have at the moment for my "home" button is the following:

master_mc.home_btn.addEventListener(MouseEvent.CLI CK, homeF);
function homeF(e:MouseEvent):void{
var homeL:URLRequest = new URLRequest("C:UsersSalisburyDocumentsProjecti ndex.html");
navigateToURL(homeL,"_blank");

and this is opening the "home" page in a new window. Is it possible to make it open it in my main frame (called mainFrame)?

View 3 Replies

Javascript :: Iframe Html Page With Flash Content Create Problem For Drop Down Menu?

Jun 19, 2011

I have an iframe to a page where a Flash swf file is running; does anybody have an idea how to make it transparent so that my drop-down menu should be shown perfectly? Kindly be informed I can't edit the source page (add param = wmode, value = transparent to the Flash object), only if there is any chance to make it possible in iframe or some JavaScript on my page, I have already tried allowtransparency="true" and background-color="transparent".

View 4 Replies

Actionscript :: Flash Frame Redirection To Html Page

May 27, 2011

I have a flash file . In last frame i want to redirect it to a website.My problem is that I am not able to find the last frame.

View 1 Replies

ActionScript 3.0 :: Doors That Open Up To A Home Page Menu?

Mar 5, 2011

I'm having trouble creating code logic for 2 doors that open up to a business and personal section. I want them to be coded for all these scenarios:

1. when user's mouse is over the door (or section), the door opens up. the other stays put where it is. (done)

2. when the user exits the zone, the door closes shut (but slower than the opening)

3. if the user's mouse exits and reenters very quickly, i need to detect that somehow and rewind the easing function? example

if (user left and reentered in 2 sec){
trace(personalDoor.rewind());
}

what kind of method or class gives access to a rewind function.

[URL] put an http: before that and the whole link will work.

View 3 Replies

Professional :: Link From Html Page To A Specific Frame In Flash Cs5?

Feb 9, 2012

I have a website that I originally began to design in flash but later started developing new pages for it in html. The flash part of it has several pages on different frames and I have created links from the flash part to the other html pages, but, I can only link the html pages back to the main flash home page, and not the other pages in the flash part of the website.

View 1 Replies

ActionScript 2.0 :: Make Flash Buttons Clickable / When They Are In Html Page In Layer?

Jan 18, 2010

I have created a webpage with a html menu and flash embedded underneath it.The problem is, the flash movie is in an index layer of -1 and the html menu needs to sit above it in index 1 for example.If the menu sits behind the flash the buttons are inactive, if the flash sits behind the html menu, its buttons are inactive.I have a div layer for the html menu and it not as high as the flash movie, but it doesn't make a difference, its seen as sitting behind and therefore the buttons don't work.

View 2 Replies

ActionScript 3.0 :: Flash Buttons - Making IFrames To Change HTML Page

Oct 18, 2010

What im trying to do is to link my Flash buttons using as3 to make an iframe change the html page its showing every time i click on a different button. The web page is as follow: An html page containing a Flash menu and one iframe. I was using this code with no result:

Code inside Flash SWF File
var bt1:URLRequest = new URLRequest("MY WEB PAGE");
function Fbt1(e:MouseEvent) : void{navigateToURL(bt1,"body");}
bt1.addEventListener(MouseEvent.CLICK, Fbt1);

Code inside HTML Frame:
<iframe src="MY WEB PAGE" name="body" align="center" width="1010" height="500" margenwidth="1010" margenheigth="260" frameborder="0">Browser dont suport iframes</iframe></TD>

I get this error:
1061: Call to a possibly undefined method addEventListener through a reference with static type flash.net:URLRequest.

View 2 Replies

ActionScript 2.0 :: Flash Buttons Makes A Html Page Load In Iframe?

Sep 5, 2004

want to load a html page in a iframe when i click a flash button.

My code for the iframe:

[Code]....

Shouldn't that be alright? I've tried with _IFRAME too, but didn't work out. Instead of opening in the iframe, it opens in a new window. My flash button is on the main page, not in a iframe and the iframe is on the mainpage too.

View 2 Replies

ActionScript 2.0 :: Flash Buttons Makes A Html Page Load In Iframe

Sep 5, 2004

want to load a html page in a iframe when i click a flash button.

My code for the iframe:

[Code]....

Shouldn't that be alright? I've tried with _IFRAME too, but didn't work out. Instead of opening in the iframe, it opens in a new window. My flash button is on the main page, not in a iframe and the iframe is on the mainpage too.

View 3 Replies

ActionScript 2.0 :: Open Html Page From Button?

Jun 18, 2009

I have flash file with a button that when clicked, needs open an html file in a separate browser window. That html file is in the same folder as the flash file. What actionscript code will do that?

View 8 Replies

Stop Loop Then Open To New Html Page?

May 3, 2009

I want to stop the looping at the end of the movie and then have that movie open up to a different website.When I insert stop action it works. The movie stops.However, whenever I add getURL(http:url]....); The looping continues and never goes to the site.I have tried seperate layers putting each command in a seperate keystone, and I have tried using both of them together.Also I am using CS4 and it gives me an error code for getURL---- The error code says sendtoURL

View 3 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

AS3 :: Professional - Open A Html Page In A Borderless Popup Window

May 10, 2010

Is there a way to open a html page in a borderless popup window using AS3. I've found info using AS2 with the "getURL" but nothing with the "new URLRequest" This is an example of what I'm looking to do: [URL]

View 2 Replies

IDE :: Stuck In A Loop - Trigger This New Html Page To Open When The X Position Of The Object Is True?

Jan 24, 2009

I have a swf within a html page. There is a function that opens an html page when an object gets to a certain x position. However, when the object gets to that point the new html page (in _self) opens over and over again and get stuck in a loop. Any way to escape this loop and what would be the best way to trigger this new html page to open when the x position of the object is true?

View 1 Replies

ActionScript 3.0 :: Creating Drop Down Menu When AddEventListeners To Check The Clicks On The Invisible Buttons On Frame 19 Of The "menu" Movieclip

Nov 10, 2009

I'm creating a drop down menu and when I addEventListeners to check the clicks on the invisible buttons on frame 19 of the "menu" movieclip, it gives me an error. T really hate doing rollover with actionscripts. The download link for the fla can be found in below. Sorry for posting an external download link as the file is 7mb+! [URL]

View 2 Replies

ActionScript 2.0 :: Html Page Fully Maximized Without Window Menu?

Mar 25, 2003

html page fully maximized without window menu

View 1 Replies







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