A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Don't know how, Please Help

Hybrid View

  1. #1
    Senior Member
    Join Date
    Jul 2001
    Posts
    235
    I am making a flash movie that will play only in my computer. I'm publishing it with an html file because later on in my flash movie, it will open up some html files in the same window. So basically, I will be running the published html file from my flash movie.

    What I would like to know is, how to make the html file that I would be running in the beginning into fullscreen.

    Thanks for the help.

  2. #2
    Senior Member estong's Avatar
    Join Date
    Nov 2000
    Location
    philippines
    Posts
    157

    hmmmmm

    have u tried putting a fscommand on ur mainmovie?

  3. #3
    Senior Member
    Join Date
    Jul 2001
    Posts
    235

    yes I have

    putting an FS command only works if I run the swf or the exe but it doesn't work if I run the html.

    any other suggestions anyone?

  4. #4
    Senior Member
    Join Date
    Aug 2000
    Posts
    169
    use javascript

    on (press) {
    getURL("javascript:launchwin('yourpage.html','_sel f','width='+(screen.width - 10)+',height='+(screen.height - 30)+',screenX=0,screenY=0,directories=0,fullscreen =1,location=0,menubar=0,scrollbars=0,status=0,tool bar=0')");
    }


    with this script u have to make a small swf containing a button with this action and ehave it in your "enter page"...

    there probably is a better script somewhere out there
    but if you're pressured for time u have at least something to work with

    good luck

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