A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: [RESOLVED] FSCOMMAND FullScreen

  1. #1
    Member
    Join Date
    Sep 2009
    Posts
    57

    resolved [RESOLVED] FSCOMMAND FullScreen

    Ok, I have a problem. I was able to make a new page open in "fullscreen" uing flash, yet when I close my "fullscreen" window the page states [object] with white background. I want the content on my index page to show rather than that.

    check it out and help.

    Check out my site now to view problem

  2. #2
    Registered User nunomira's Avatar
    Join Date
    May 2002
    Location
    portugal
    Posts
    7,003
    hi,

    How are you calling the JavaScript function that opens the popup window?

    Using getURL() or the ExternalInterface Class?
    Something like:
    PHP Code:
    getURL("javascript:someFunction();"); 

  3. #3
    Member
    Join Date
    Sep 2009
    Posts
    57
    No I am using this FSCommand

    on (release) {
    getURL("Javascript:window.open('URL','fs','fullscr een=yes')");
    }

  4. #4
    Registered User nunomira's Avatar
    Join Date
    May 2002
    Location
    portugal
    Posts
    7,003
    See the code used here.

  5. #5
    Member
    Join Date
    Sep 2009
    Posts
    57

    resolved

    Thanks so much, this solved it all.

Tags for this Thread

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