A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: flash popup window which popsup when the page loads amd then resizs itself and fit...

  1. #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. #2
    _global.chosenson="flash"; chosenson's Avatar
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center