|
-
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
-
_global.chosenson="flash";
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|