Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7738285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:13:31+00:00 2026-06-01T08:13:31+00:00

I am creating a flash, virtually it has 2 columns, right side play a

  • 0

I am creating a flash, virtually it has 2 columns, right side play a video, and the left side will display some text. But there is a problem. The flash and text both are fine when I play flash in window mode, however, when I press Ctrl+F enters into full screen mode, the text won’t show up. If I exit the full screen, the text show up again. Go back to full screen disappear again. So weird.

So I try to debug the flash by dumping some trace result to the Output panel. Since the problem only happened in full screen mode, so I really need to test the flash in full screen mode. But I cannot find a way to test the flash (Ctrl+Enter) in full scree mode.

Someone know can help me? Why the text disappear OR Why to test flash in full screen mode? Thanks in advance!

By the way, I am using Action Script 2.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T08:13:33+00:00Added an answer on June 1, 2026 at 8:13 am

    Use firebug or write a function that writes your traces to the HTML page, via an external JS function…

        public static function screenTrace(traceMessage:String)
        {
            ExternalInterface.call('screenTrace', traceMessage);
        }
    
    
    
    function initializeScreenTrace() {
    tracesWindow = window.open('','traces','width=400, height=300')
    tracesWindow.document.writeln(
    '<html><head><title>Console</title></head>'
        +'<body bgcolor=white onLoad="self.focus()">'
      +'</body></html>'
    )
    

    }

     function screenTrace(targetString) {
    if (tracesWindow != undefined)
    {
    tracesWindow = window.open('','traces','width=400, height=300')
    tracesWindow.document.writeln(
    '<html><head><title>Console</title></head>'
    +'<body bgcolor=white onLoad="self.focus()">'
      +'</body></html>'
        )
      tracesWindow.document.writeln("<br>" + targetString);
    }
    
     }
    

    This should let you get some traces to figure out the problem.

    SCREENTRACE
    START TRACING.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm creating some sort of flash video site. It consists of a several HD
I am creating a flash object that does some heavy image lifting. What I
I am creating a presentation in Flash, which will be displayed on a 42
I'm creating a Flash Application that will be exported in exe format and it's
I'm creating a flash application that will post images to a url for saving
I'm creating a flash application which loads in some XML which is generated dynamically
I am creating a little flash game for the facebook platform, but I am
I am creating a side scrolling game in Flash (as3) and trying to keep
I'm creating a button in ActionScript by extending flash.display.SimpleButton The button doesn't behave as
Im creating a game in Flash and I have a class that have some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.