A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Javascript popup jpg window, help!

  1. #1
    Junior Member
    Join Date
    Mar 2002
    Posts
    8
    How to open popup jpeg window on realease of the button? So that I don't have to put each jpeg into htm but rather open straight jpeg in a new window?

    on (release) {
    getURL("....?......");
    }

    Help really appreciated!
    Thanks!

  2. #2
    Junior Member
    Join Date
    Oct 2000
    Posts
    14
    You don't really have to use javascript. Here is a really easy way to open the jpg.. Just put this on your button.
    you might need to give "picture.jpg" a full path like
    http://www.thisismypicture.com/picture.jpg. But as long as the flash file is in the same place as your pictures are located you should be fine.



    on (release) {
    getURL("picture.jpg", "_blank");
    }

  3. #3
    Member
    Join Date
    Feb 2002
    Posts
    45
    the thing is, that I want it to open in that nice javascript window w/o any bars and exactly in the location and size I want.
    Any help?

  4. #4
    Member
    Join Date
    Feb 2002
    Posts
    45
    I was trying to do the same thing as you Kredo but there is a bug with a margin so I still didn't figure out how to do that...

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