A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Projector Fullscreen to Showall

  1. #1
    Junior Member
    Join Date
    May 2002
    Posts
    22
    Hey,

    I'm having a problem with the projector to automatically showall. At the moment I have the published file going to fullscreen via fscommand when opened however its not showing all, its sitting at 100% and basically not resizing to fit the screen.

    Can anyone help, be much appreciated.


  2. #2
    Senior Member
    Join Date
    Jan 2001
    Posts
    106

    Give allowscale true

    hi,

    I hope you have given allowscale =false.....in any case give allowscale=true.

    i hope this will solve your problem

    regards
    gnana

  3. #3
    Junior Member
    Join Date
    May 2002
    Posts
    22
    Thanks For the Reply gnana,

    Yes I've tried the allowscale command and either true or false it doesn't affect the outcome of my problem.

  4. #4
    Member
    Join Date
    Mar 2002
    Posts
    34
    Hi,

    I not that it is what you are looking for, but ...

    I display my movie in a full screen mode using the following code in the <head> tag of my html page:

    <script language="JAVASCRIPT">
    function EnterSite(){
    window.open("movie.htm","home","fullscreen=yes");
    }
    </script>

    and calling it with :
    onclick='EnterSite();'

    in the tag <body>.

    I hope this will help.

    Attoc.

  5. #5
    Member
    Join Date
    Mar 2002
    Posts
    34
    Sorry the code has been deleted,

    I will try to add some *****, in order to keep it on the screen.

    I display my movie in a full screen mode using the following code in the <head> tag of my html page:

    <*****script language="JAVASCRIPT">
    function EnterSite(){
    ****window.open("movie.htm","home","fullscreen=yes ");
    }
    <****/script>

    and calling it with :
    onclick='EnterSite();'

    in the tag <body>.

    I hope this will help.

    Attoc.

  6. #6
    Senior Member
    Join Date
    Jan 2001
    Posts
    106

    need more info

    hi,

    I need more information on your problem....what is the movie size...what is the display resolution you are trying to see the movie....if you have embedded in the html what is the width and height you have given for embedding.....



    awaiting eagerly

    gnana

  7. #7
    Junior Member
    Join Date
    May 2002
    Posts
    22
    Thanks for all the Help Attoc and gnana,

    I found the problem, It was infact the allowscale command that affected the outcome. A bit of code placed in a movie clip that shouldn't have been there. Sorry to have waisted your time, your input was much appreciated.

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