|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Aug 2005
Posts: 10
|
flash popup window which popsup when the page loads amd then resizs itself and fit...
hi u are the only sorce of flash for me and i know this is a piece of cake for u guyz cos now adays every website is having this
flash popup window which popsup when the page loads amd then resizs itself and fit at a specified location on the webpage. some site using this popups: flipcorp (only popup) ctcbahrain (only popup) rediff.com this one has the flsh popup resizing on the top left side (if u cant see please keep refreshing as it is random) please help me out or i will never learn this thanks bye |
|
|
|
|
|
#2 |
|
_global.chosenson="flash";
Join Date: Jul 2002
Location: BIG APPLE
Posts: 716
|
Something like this:
on (release) { getURL ("javascript:NewWindow=window.open('ShowPopup.php' ,'newWin','width='+screen.availWidth+',height='+sc reen.availHeight+',left=0,top=0,toolbar=No,locatio n=No,scrollbars=No,status=No,resizable=No,fullscre en=Yes'); NewWindow.focus(); setTimeout('NewWindow.resizeTo(500,500)',5000); void(0);"); } Try this: Popup Code Generator
__________________
If you have a question, need some help, email me:chosenson It's always the simplest things that escape the complex mind! always be just |
|
|
|
![]() |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|