Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Frustrated!!!!

This is a discussion on Frustrated!!!! within the advanced Actionscript 3.0 forums, part of the Flash CS3 eng category; Hey all; I am trying to accomplish a mission. I am almost where I want to be. I am developing ...


Go Back   Forum Flash CS3 Flash CS4 > English Forums > Flash CS3 eng > advanced Actionscript 3.0

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-08-08, 22:34
Junior Member
 
Join Date: Aug 2008
Posts: 1
Rep Power: 0
warvet03 is on a distinguished road
Frustrated!!!!

Hey all;

I am trying to accomplish a mission. I am almost where I want to be. I am developing a Compete flash site (http://www.eagle1graphics.com). I have the pop up window I want but when I click on "Contact" the pop up window opens they can see the window behind it. i.e. If the user is viewing the Prices Page and the want to contact me, They can click on Contact, the pop up window opens, but the Prices page is still visable. What I would like is for when the user clicks on contact, the pop up window opens, and nothing is behind it. Here is the AS Code that I am usin:

BUTON CODE:
stop();
function listenerFunction (Event):void{
//statements;
}
function goHome (e:MouseEvent):void{
gotoAndStop("Home");
}
home_btn.addEventListener(MouseEvent.CLICK,goHome) ;
function goAbout (e:MouseEvent):void{
gotoAndStop("About");
}
about_btn.addEventListener(MouseEvent.CLICK, goAbout);
function goPrices (e:MouseEvent):void{
gotoAndStop("Prices");
}
prices_btn.addEventListener(MouseEvent.CLICK, goPrices);
function goPortfolio (e:MouseEvent):void{
gotoAndStop("Portfolio");
}
portfolio_btn.addEventListener(MouseEvent.CLICK, goPortfolio);
function goLogo (e:MouseEvent):void{
gotoAndStop("Logo");
}
logo_btn.addEventListener(MouseEvent.CLICK, goLogo);
function goWebsite (e:MouseEvent):void{
gotoAndStop("Website");
}
website_btn.addEventListener(MouseEvent.CLICK, goWebsite);
function goVideo (e:MouseEvent):void{
gotoAndStop("Video");
}
video_btn.addEventListener(MouseEvent.CLICK, goVideo);
function goLinks (e:MouseEvent):void{
gotoAndStop("Links");
}
links_btn.addEventListener(MouseEvent.CLICK, goLinks);

CONTACT BUTTON Code:

contact_btn.addEventListener(MouseEvent.CLICK,go);
function go(evt:MouseEvent):void
{
var jscommand:String = "window.open('http://www.eagle1graphics.com/Contact.html','win','height=800,width=600,toolbar= no,scrollbars=no');"; var url:URLRequest = new URLRequest("javascript:" + jscommand + " void(0);"); navigateToURL(url, "_self");
}


Please Help.

warvet03

Last edited by Onsitus; 16-10-08 at 12:14..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 15-10-08, 04:53
badboykilla's Avatar
Junior Member
 
Join Date: Oct 2008
Posts: 12
Rep Power: 0
badboykilla is on a distinguished road
Re: Frustrated!!!!

just make another page for contact us. just like u made pages for (Home, About us, Packages etc....)

also i think it would be better to make the contact page like a forum where people can type their name and message and when they click on send it goes to your email.

if u need help with making the forum let me know
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 22:29.


Powered by vBulletin versione 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap


FlepStudio
by Filippo Lughi
P.IVA 03605860406