ActionScript 3.0 :: Custom Fullscreen Controls On Flvplayback?

Jan 16, 2011

I have an stage on wich I have an flvplayback, custom controls to manage the flvplayback and some other infos bellow this controls.when I enter fullscreen with the fullScreenTakeOver set to true all the flash file goes to fullscreen, but I only want that flvplayback and the custom controls to manage go to fullscreen, not all the info below them.Is there a way to select what elements go to fullscreen and what elements not?I try to modify an skin of the flash predefined, but I do not find the way to add textfields to this skins and access dinamically to them from the file that has the flvplayback control.

View 1 Replies


Similar Posts:


IDE :: Yellow Tab Box On FLVPlayback Controls

Dec 4, 2009

I had made a custom Youtube player in Flash CS4 in AS3 with Play/Pause, Mute, Stop, Seekbar and VolumeBar Controls. My problem is "only" with the Seekbar and the VolumeBar. It always shows up a bounded Yellow retangle over the controls when you try to drag it (scrub it) using a mouse which looks really ugly... I have tried every possible ways to remove the tabstop, like tabEnabled, tabIndex , and the like but all in vain. Also I have tried to remove the focus from the stage of the FLVPlayback component, still in vain...
You can see 2 screenshots here... [URL]

View 4 Replies

ActionScript 2.0 :: Single Swf Which Has A Flvplayback With Controls

Jun 14, 2010

So I have a single swf which has a flvplayback with controls and at the bottom has a vertical playlist of videos.I have the following code to toggle fullscreen views [code]and it "works", but the problem I'm having is that the playlist is showing in the fullscreen mode as well. What I'm trying to achieve is t only have the flvplayback and controls show up in the fullscreen.

View 1 Replies

FLVPlayback Player Controls Auto-hiding

Dec 16, 2009

I have created a movie in Flash CS3 with the FLVplayback control. In the parameters of the control I have set the autohide of the player skin to false. But when I publish my movie to the webserver the controls are still autohiding. I have cleared my cache repeatedly and republished the movie repeatedly, but I can't seem to get the controls to stay up permanently.
 
I have done this with presentations many times and I have never had this issue before.
 
The presentation is being shown in IE8 with compatibility view off, although I have tried it with compatibility view on as well.

View 3 Replies

IDE :: FLVPlayback Component - Adding User Controls?

Jan 30, 2009

I'm attempting to add some user controls to a flv for a client. I've added the flv to a swf and added the FLVPlayback component no problem. I've exported the movie, again, no problem. When I play the movie on my local drive, it plays just fine. Here is where the problem comes in: I've uploaded the movie to a live server to embed in an html page so that my client may preview the controls before giving final go ahead for the project. However, once the movie is upload to a a live server, the FLVPlayback component no longer appears in the movie and the flv no longer plays.

View 3 Replies

Actionscript 2.0 :: FLV FullScreen Controls?

Apr 3, 2008

- i managed to get full screen to work after i click the button for fullscreen - now what i need are the hovering controls like when you go to fullscreen in YouTube player, at the bottom you see the playback controls and when you exit it just gets back to normal player layout.I'm using ActionScript 2.0 for my player.how to get those controls up there.

View 1 Replies

ActionScript 1/2 :: Hide Buffer And Controls Of The FLVPlayback Component?

Apr 8, 2009

I tried to look this up, but can't seem to find what I am looking for. How do I hide the FLV Buffer in the beginning and the playback controls that come with it?

View 1 Replies

Professional :: Embedded FlvPlayBack Component Missing Controls

May 22, 2010

I have a flvPlayback component in this url  as you can see the controls are at the bottom so you can pause/play, adjust volune, etc. I've embedded the first url in a post at this site  everything works fine there except the control bar is missing

View 7 Replies

ActionScript 3.0 :: FLVPlayback Controls Are Not Showing In Other People Computer On There Browser?

Dec 7, 2011

In my project I have to play a flv vedio in swf file so in place a FLVPlayback component in one movieclip and when I hv to show I make that movie clip visible and play the vedio from starting.Its working fine on my computer but FLVPlayback controls (play pause button, seek bar volume controls) are not showing in other people computer on there browser...

View 9 Replies

IDE :: FLVPlayback Too Big In Fullscreen

Oct 13, 2009

I have an FLVPlayback component in an video.swf, and it has a fullscreen button. video.swf is being loaded by another main.swf. when the fullscreen button is clicked, it goes into full screen. But, the FLVPlayback scales too big and even the overlaying controls are out of the screen.

View 9 Replies

ActionScript 2.0 :: Fullscreen Video But Not Zoom Controls?

Jun 30, 2008

I am creating a full screen FLV player and I am using the

Stage["fullScreenSourceRect"] = new Rectangle();

method. The problem is, when I go to fullscreen my video controls are zoomed in as well making them a bit pixelated. I have seen some players like the one on

[URL]

where they achieve full screen video and still keep the controls the same size.

View 3 Replies

ActionScript 3.0 :: Flash Fullscreen Video - Alternating Controls

Nov 11, 2010

Im working on a video player, and I have a button for full screen, which function properly, however, the controls that surround it are stretched with the video when full screen is active. So I've been attempting to find ways to detect when fullscreen is active to change the controls, but nothing seems to work. I've used both FullScreenEvent and Event.RESIZE. Everytime, it can detect when it goes full screen (aka a black box is placed on the stage) but when i go back to normal screen, it doesnt detect that activity (and the black box remains).

Please see code below. I am trying to do this all inside a class which i will have an instance of on the main stage.
Code:
import flash.display.*
import flash.utils.Timer;
import flash.events.TimerEvent;
import flash.events.FullScreenEvent;
import flash.display.SimpleButton;
[Code] .....

View 4 Replies

ActionScript 3.0 :: Position Controls (casing) While In FullScreen At The Bottom Of The Screen

Sep 24, 2010

I need to be able to position the controls at the very bottom of the screen and have the controls stretch from left to right - anyone know the code to acheive this?

View 9 Replies

ActionScript 3.0 :: When In FullScreen Display Video Controls At The Bottom Of The Screen?

Nov 6, 2010

We all must have seen players, that when in full screen mode, the controls are set to perfectly align at the bottom of the screen, and the aspect ratio of the controls are perfect (no distortion) - any one know what code acheives this?It must be something to do with, being able to auto detect what screen size the user has, perhaps

View 10 Replies

ActionScript 3.0 :: Making Video Fullscreen Without Scaling Interface Controls?

Oct 21, 2011

Sites like The Daily Show (I can't post URLs since I'm a new user, but just go to their front page to see) are doing what I need to do. When you go fullscreen with their video, the bottom video controls and the top social media bar aren't scaled. They adjust themselves in width, but the text and button graphics remain the same size.Now, I've had success with a method where, when the FULLSCREEN event is invoked, I downsize my interface elements by a ratio equal to the difference between my SWF size and the screen size, essentially keeping the interface at a constant size in both modes. However, all text and graphics inside those elements are distorted or blurred when I do this.

View 3 Replies

ActionScript 3.0 :: Making Video Fullscreen Without Scaling Interface Controls

Oct 21, 2011

Sites like [URL] are doing what I need to do. When you go fullscreen with their video, the bottom video controls and the top social media bar aren't scaled. They adjust themselves in width, but the text and button graphics remain the same size.

I've had success with a method where, when the FULLSCREEN event is invoked, I downsize my interface elements by a ratio equal to the difference between my SWF size and the screen size, essentially keeping the interface at a constant size in both modes. However, all text and graphics inside those elements are distorted or blurred when I do this. At [URL], the text looks exactly the same in both modes, and uses no anti-alias.

View 3 Replies

Can't Get FLVplayback Component To Fullscreen Correctly

Sep 30, 2010

I have tried numerous things but when I insert the FLVplayback Component into flash that is linked to an external video source the fullscreen function will not work but the video plays as needed.

View 15 Replies

ActionScript 3.0 :: Fullscreen For FLVPlayback Control?

Jan 22, 2009

I am facing a weird issue while using FLVPlayback control.I have created a class which internally creates an instanceof the FLVPlayback control and sets the skin toSkinOverPlayStopSeekFullVol.swf.In the main program I have created n instances for this classto load different flv files [just like any multi windowedapplication, with each window playing its own flv file]. Once I click FullScreen button the video loaded last alwaysget in to full screen mode; irrespective of the

View 1 Replies

Overlay Movieclip On Fullscreen Flvplayback

Jul 22, 2009

I'm coding a flash video jukebox. In this movie there will be a small box with subtitles for the flv playing at the moment. The problem is that, when I press the fullscreen button, the text overlay dissapears. I think that what is really happening is that the overlay is "hiding" at the back of the video.
 
Is there any way to put this overlay on top of the video so it remains even if I press the "fullscreen" button on the flvplayback component?

View 1 Replies

ActionScript 3.0 :: FLVPlayback Fullscreen Not Working?

Aug 14, 2009

I dragged the FLVPlayback component onto my stage and attached a source to it using the component inspector. When I view my .swf, I can't get the full screen option to work. I have uploaded my file here:[url]....

View 2 Replies

Professional :: FLVPlayback - How To Get Project Always Fullscreen

Oct 1, 2010

Is there anyway to have a projector ALWAYS fullscreen, and use an flvplayback component with fullscreen button at the same time? It seems that they're somehow incompatible. If I have multiple instances of an flvplayback component on different scenes, when the projector is fullscreen, jumping to a scene with an flvplayback on it, leads to having a black screen only!

View 10 Replies

ActionScript 3.0 :: FLVPlayback Fullscreen Not Working

Aug 14, 2009

I dragged the FLVPlayback component onto my stage and attached a source to it using the component inspector. When I view my .swf, I can't get the full screen option to work. I have uploaded my file here:URL...

View 2 Replies

ActionScript 3.0 :: Cannot Have Multiple Flvplayback Instances Using Fullscreen

Feb 20, 2012

I am using AS3 with CS5. I created a flash project which contains multiple instances of flvplayback. Each plvplayback plays a separate video and each has its own controls. It all works fine when playing, pausing and controlling the videos. The problem is with the fullscreen functions. If I click the fullscreen button on the first flvplayback, it makes the second video go full screen. If I click the second video fullscreen button, it opens fine into its own video except when I do it three to four times. After three to four times of toggling fullscreen on the second video, it opens the first video into the browser larger than its original size but not full screen. I have tried recreating the flvplayback instances by re-importing the video files. Each flvplayback has been given its own instance name. Even when I create a separate custom button, not part of flvplayback, and give it the command to launch fullscreen on the first video, it still opens the second video to fullscreen. When I use just one video and remove the other ones, toggling fullscreen works fine for that particular video.

View 1 Replies

Actionscript 3 :: Keep An FLVPlayback Out Of Fullscreen Mode In Projector?

Nov 14, 2010

I have an FLVPlayback component on my timeline (frame 4 or so), and my Flash Projector is running in fullscreen mode. The problem is that I can't seem to make my FLVPlayback component NOT be in fullscreen mode and at the same time, have my stage in fullscreen mode.

View 1 Replies

Actionscript 3 :: Make The FLVPlayback Control Go Fullscreen?

Feb 3, 2011

I have an Adobe Air 2.5 app that has been written in Flash CS5.There is a need to play video's from within that app and I am not in the mood to write a video player from scratch. Soooooo... we attempted to use the FLVPlayer from http:[url].... but could not get the thing to work properly at all through their API.

The video player must go full screen and have the normal playhead scrubbing, play / pause / stop, and volume controls.Can you make the FLVPlayback control go fullscreen?

View 1 Replies

Actionscript 2.0 :: Fullscreen Mode For FLVPlayback Component

Oct 17, 2010

I am using a FLVPlayBack component to play some videos back inside a flash site I am making. Obviously I am using a Flash CS3 - AS2 skin since I am making the site using AS2.

Does anyone have the code to create a fullscreen mode button so that the videos go into full screen mode that are playing the FLVPlayBack Component?

View 3 Replies

ActionScript 3.0 :: Switching To Fullscreen With FLVPlayback Component On Stage

Sep 5, 2009

I've encountered a really frustrating problem recently when switching to StageDisplayState.FULL_SCREEN with a FLVPlayback component on the stage.

My movie:
bottom layer: a movie clip inside of which is a FLVPlayback component playing a flv movie
upper layer: movie clip (logo), second mc (fullscreen button)

Fullscreen button code:
function doFullscreen(event:MouseEvent):void {
if(stage.displayState == StageDisplayState.FULL_SCREEN){
stage.displayState = StageDisplayState.NORMAL;
} else {
stage.displayState = StageDisplayState.FULL_SCREEN;
}}bFullscreen.addEventListener(MouseEvent.CLICK, doFullscreen);

Effect (Before clicking the fullscreen button):
Everything is okay, the movie plays, logo and button are visible.

Effect (After clicking the fullscreen button):
The only thing that is visible is the playing movie, but logo and fullscreen button disappear.

What happens:
The mc with the FLVPlayback component gets the highest child index and covers the logo and button. It is not the problem with aligning logo and button on the stage, as without the FLVPlayback component they are perfectly aligned. I also tried to manually switch the depth of the mc with the FLVComponent, unfortunately without any result.

View 1 Replies

ActionScript 1/2 :: Create Fullscreen Functionality In FlvPlayback Component?

Aug 9, 2011

How to create the fullscreen functionality in FlvPlayback component.

View 3 Replies

Flash - FLVPlayback Fullscreen Flickers And Back To Normal

Feb 10, 2010

I'm having a problem making my FlvPlayback go full screen. In FF it works great but in IE (8) it will only work once! the next time, it will flicker and return to normal state.

View 1 Replies

ActionScript 3.0 :: Fscommand Fullscreen Auto-scales Flvplayback Component!?

Jan 20, 2010

I have an FLVPlayback component instance on my stage, into which I load videos based on button presses. When I create a .swf of my project though, if I use

fscommand("fullscreen", "true");
fscommand("allowscale", "false");

I get unexpected behavior. What should happen is the file loads, everything is centered, and the area around the project is whatever the background color is.This sort of works .. until the first FLV is played. The FLV gets scaled to 100% (fullscreen)and if I hit "esc" I go back to the "normal" sized player, but if I then maximize the window (almost the same as fullscreen), the entire flash player now decides to scale, not just the FLV playback component

I'd like to be able to have my windows projector file to take up the entire screen when it's loaded (without being scaled), but this doesn't seem possible. Any ideas what's going on? Regarding the FLVPlayback component, I've tried everything to make it fit and not scale ....set height, width, set scale to "noScale", set registrationHeight, registrationWidth, etc. Nothing works.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved