• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

full screen mode trouble

Community Beginner ,
Jan 07, 2010 Jan 07, 2010

Copy link to clipboard

Copied

I have set my flash to full screen mode. It has a menu with several different flv movies. When I click on the flv it then goes full screen and I no longer see the custom buttons I created for it and at the end of the movie I have to hit the esc btn to get out of it. but when it is not on full screen i have it programmed to go back to the menu after the flv ends.

is there someone who has experience with this and could give me some direction please?

TOPICS
ActionScript

Views

884

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Deleted User
Jan 07, 2010 Jan 07, 2010

try using, where myFlvPlayback is the instance name of your FLVPlayback control.

myFlvPlayback.fullScreenTakeOver = false;

Votes

Translate

Translate
Guest
Jan 07, 2010 Jan 07, 2010

Copy link to clipboard

Copied

It could be a bug or it could be a user error problem.  Can you provide a link to demonstrate the problem?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 07, 2010 Jan 07, 2010

Copy link to clipboard

Copied

Unfortunately I can not provide a link as they are not on the internet. I could provide the files possibly but they may be a bit chunky.

This is what happens... without full screen mode: video selection buttons slide onto screen, user clicks one of the buttons - buttons disappear and video comes on screen and plays. there is a play/paus btn and a stop btn which are custom btns and work well. there is also a go back to menu button which leads to the video selection btns. when the video is done playing it automatically goes back to the video selection screen.

This is what happens with full screen mode: video slection buttons slide onto screen, user clicks one of the buttons - buttons disappear and the video comes on screen - taking the whole screen. all of the buttons are hidden and not viewable/clickable. Then when the video ends its just a black screen and nothing happens. So I have to press esc to get out of full screen mode and then it is back at the video selection buttons screen.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 07, 2010 Jan 07, 2010

Copy link to clipboard

Copied

try using, where myFlvPlayback is the instance name of your FLVPlayback control.

myFlvPlayback.fullScreenTakeOver = false;

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 08, 2010 Jan 08, 2010

Copy link to clipboard

Copied

Thats exactly it! Thanks!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 21, 2010 Jan 21, 2010

Copy link to clipboard

Copied

Great answer -  I had the same problem. Fixed!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 20, 2022 Nov 20, 2022

Copy link to clipboard

Copied

Where and how do I use this string, please?

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 20, 2022 Nov 20, 2022

Copy link to clipboard

Copied

LATEST

there's no string, but use when your flv component exists.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines