English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have made a Flash website on Flash MX but it doesn't fill the whole page on Internet Explorer and I would the people who visit my site to be a able to click on a button and my site could pop-up without the white edges that would appear in full screen. How can I do this?

PLEASE make sure the service you suggest is FREE!

2006-07-27 00:12:38 · 6 answers · asked by Jack D 1 in Computers & Internet Programming & Design

Yes, could I have the code please. Email jack.nat@ntlworld.com

2006-07-27 00:24:59 · update #1

6 answers

you;ve got to learn actionscript, if you already do know how to work your way around it, try inserting this script:

http://www.geocities.com/twiz_tickler/ascript.txt

hit me back if it worked, enjoy!

2006-07-27 00:19:06 · answer #1 · answered by » pōпб§±ë® ¬ 4 · 0 0

·No worries anymore when it comes to building a fully functional, up and running website for FREE! along with free domain name too!

Microsoft (free domain and hosting for life) ,
Google (Googlepages, Blogger) ,
Yahoo (Geocities),
Freewebs are some of the companies offering free websites with design tools .

Make friends,
Share the word,
Get more visitors,
Add more pictures, music and sound,
Make more money…

A list of free websites with features and links is available at-

http://www.pcworkathome.in/freewebhosting.html

2006-07-27 19:31:53 · answer #2 · answered by Anonymous · 0 0

You just define the page size. Want the code ?

2006-07-27 00:16:20 · answer #3 · answered by Not Tellin 4 · 0 0

window.open("page", "width=100,height=50") will open a page 100 pixels wide and 50 pixels tall


http://www.w3schools.com/ can tell you everything you will ever need to know about most scripting languages everything is on there

2006-07-27 00:21:35 · answer #4 · answered by ex_inferis_uk 2 · 0 0

go here> http://www.egrab.com/make_money_online

at the bottom under "FREE STUFF" , there is a link to a free popup maker

2006-07-30 13:36:21 · answer #5 · answered by Anonymous · 0 0

for that u have to use some javascript code

var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
if(popUpWin)
{
if(!popUpWin.closed) popUpWin.close();
}
popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}


may this will help u
bye

2006-07-27 01:58:18 · answer #6 · answered by amit_shri05 2 · 0 0

fedest.com, questions and answers