A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: how to make a flash window popup (nonresizable)

  1. #1
    FK M.D. pheck's Avatar
    Join Date
    Jul 2001
    Location
    MN
    Posts
    807
    I am looking to do a flash window popup (nonresizable). how do you create such a window? Thanks.

  2. #2
    Junior Member
    Join Date
    May 2001
    Posts
    19
    you need to put in an fscommand. To do this double click the first frame of the movie. a FRAME ACTIONS window should open. Click on the ACTIONS tab then choose fscommand and you can either paste the below in, or write it yourself.

    fscommand ("fullscreen", "flase");

    This should do the trick.
    well i think thats all the help you need.

    Happy Flashing

    something im working on...http://www.goldenexpressionsjewelry.com

  3. #3
    FK M.D. pheck's Avatar
    Join Date
    Jul 2001
    Location
    MN
    Posts
    807
    thanks HDM,

    Couple small things....how do you set the window size? How do you make it non-resizable (or does it automatically do this)? How do you customize the border (i.e.-give it a title in upper left corner)? Thanks much.

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