A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: pop up from flash projector?

  1. #1
    Senior Member
    Join Date
    Jul 2001
    Location
    London NW10
    Posts
    136

    pop up from flash projector?

    hi,

    i need to launch a full screen window from an EXE,
    anyone any ideas?

    cheers.

  2. #2
    window of (or for) what? If it is just a new full screen flash movie then that is quite simple, just create your new movie to the full=screen dimensions (or if you were hoping to cater for many users, have the original movie test (or ask) what resolution the user is using then create several movies [or scale the one] to suit). Then simply add the directry of the fullscreen movie to the button in the original movie. It really does depend on what you are needing a fullscreen window for though. If you are running the movie from projector (and thus it is an exe) you could simply make the exe run fulscreen and thus anything opened within itself would contain itself by the same boundaries...
    Anyway, please say what you want to use it for and such and then I should be able to answert it!
    cheers
    [swf width="300" height="40" background="#333333"]http://www.dstudios.net/dfooter.swf[/swf] -- maybe i should pay my hosting bills....

  3. #3
    Senior Member
    Join Date
    Jul 2001
    Location
    London NW10
    Posts
    136
    hi, thanks for your reply.
    this problem is giving me headaches.

    i need to have my flash.exe load another flash movie fullscreen, but the second movie has to be in explorer. it has to be in explorer because i need to request information off a secure server (https which projector won't let you do, unless you have a work around for that too!!

    it doesn't matter if the new window is kiosk mode or simply just bigger than the screen, so long as it full screen?

    cheers captin!

  4. #4
    Senior Member
    Join Date
    Nov 2000
    Posts
    302
    Look at: article
    [swf width="300" height="40" background="#FFDDBB"]http://www.cid-iv.com/flash/Banner/footer.swf[/swf]

  5. #5
    Senior Member
    Join Date
    Jul 2001
    Location
    London NW10
    Posts
    136
    thanks ivo, but i'm trying to launch an html pop up from projector, any clues?

  6. #6
    Member
    Join Date
    Oct 2002
    Location
    gainesville, florida
    Posts
    50

    pop up from projector - did you ever get your answer?

    Hello. I am looking for help and found some dialog but never a solution. I am having the same issue. I have an cd-rom based flash presentation, but I would like to have an external pop up window for those who have access to the web. I am using flash MX and My code is below. It pops up the window, but not the right size. I want it small. Can anyone help? Do I have my java and script correct?

    Thanks in advance.

    on (release) {
    gotoAndPlay("main2", "menu");
    stopAllSounds();
    getURL("http://www.ichp.edu/cdrom/default.htm", "_parent");
    window.open('default.htm','windowname','width=640, height=480,resizable=no,scrollbars=no,top='+((scre en.availHeight/2)-(480/2))+',left='+((screen.availWidth/2)-(640/2))+'')
    }

  7. #7
    Senior Member
    Join Date
    Jul 2001
    Location
    London NW10
    Posts
    136
    hi,
    what you need to do is launch your window as normal, no properties. then in the HTML body tag have an on load command to change the size of your window.

    <BODY bgcolor="#6297AB" onload=javascript:moveTo(100,100);resizeTo(500,500 ); scroll='no'>

    though haven't tested this on all browsers =)

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