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


Similar Posts:


Actionscript 3 :: Get Video Controls To Show Up In Fullscreen Video Flash?

Oct 17, 2010

I am building a flash video player with a custom UI, and admittedly I'm not sure exactly what I'm doing. I tried altering a skin, but that always comes out wonky due to whatever coding they use. So I'm altering single video components and putting them in the mc what I want them. It looks great, but the problem is that when video goes to full screen, all of the controls dissappear and I can't figure out how to make them show up. How do I get a movie clip to display on top of the video when it goes to full screen in flash AS3?

View 1 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 :: 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

ActionScript 3.0 :: Code For Zoom And Pan Controls?

Dec 26, 2011

I'm trying to make a map which has a one level zoom function and pan buttons which go up,down,left and right.

View 5 Replies

ActionScript 3.0 :: Create Zoom And Pan Controls In Flash?

Aug 21, 2010

how to create zoom and pan controls in Flash -- I'd like to create controls with functionality similar to that you see in Google Maps, GigaPan.org, etc. Does anyone have suggestions for where I might find a tutorial or instructions for how to create these controls using ActionScript? I browsed some threads in this forum on zoom and pan controls, but I'm not seeing anything that really explains how to write the code.

View 2 Replies

ActionScript 3.0 :: How To Create Zoom In And Out Controls For Image

Nov 20, 2009

I have an image in flash, actually, I want to put zoom in and zoom out controls over that big image on click events.

View 2 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 2.0 :: Zoom / Pan Controls - With Dynamic Image & Settings?

Jul 3, 2010

i need script for ZOOM / PAN CONTROLS - With Dynamic Image & Settings use as.2

View 0 Replies

ActionScript 2.0 :: Map Zoom Controls - Lines Becomes Wrong When Loaded Into Another Movie?

May 5, 2005

so ive got this map that zooms and pans around. it works on its own but wont pan once it is loaded into another movie. what about these lines becomes wrong when loaded into another movie? the pan controls are in an MC inside the MC there is this code:

[Code]....

View 8 Replies

ActionScript 3.0 :: Creating Map Controls Such As A Zoom Sliding Bar And A Panning Function

Jun 14, 2010

I am making an interactive map and am having trouble creating map controls such as a zoom sliding bar and a panning function.

View 1 Replies

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

ActionScript 3.0 :: Fullscreen Button On The Playback Component, Which Will Allow The User To Toggle The Video Fullscreen?

Apr 13, 2009

I like to make a fullscreen desktop application, with an FLV, using the FLV Playback component. However, I�d like there to be a Fullscreen button on the playback component, which will allow the user to toggle the video fullscreen.I cant, for the life of me, figure out how to do this with various settings�it should be easy! This is what I have--is there a better way to do things (without a custom movie player)? My inital settings are as follows:

Code:
stage.displayState = StageDisplayState.FULL_SCREEN;
theMovie.fullScreenTakeOver = false;

Then I have a function which should work--but my button won't appear in fullscreen--Can I apply this function to the built-in fullscreen button?:

Code:
function handleClick(event:MouseEvent):void
{
if ( !theMovie.fullScreenTakeOver )[code]....

View 9 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

Professional :: Video Plays In .SWF But Flash Template Video Controls Don't Show Up

Sep 9, 2010

I'm porting in an .flv to Flash for the first time. I created the .flv from an .MP4 using Media Encoder CS5, and then opened a new Actionscript 3 .fla in Flash Professional CS5, clicked File > Import > Import Video. Then selected 'Load external video with playback component'. Everything seems to have imported fine, but when I publish the SWF and import it via Dreamweaver CS5 and preview the page, the video is there, but the controls are not. There's just a white box where the controls should be. Also, the video is out of sync with the audio, which I believe is a problem with Media Encoder, not Flash.
 
Here are some links:
 
The page that I'm working on (video at the bottom of the page)
 
The .FLA 
The .FLV 
The .SWF

View 2 Replies

ActionScript 3.0 :: Video Player With XML ComboBox Adding Video Controls?

Jan 2, 2011

I have a video player that plays videos loaded via XML and selected using a combbox. I just got the play and pause buttons to work. What I'm attempting to do now is be able to hit next or previous buttons and select the next or pevious video from the XML file, and update the displayed/selected file in the combobox, my thought was to somehow set the previous/next buttons to directly manipulate the combobox, but nothing I've tried so far has worked.

ActionScript Code:
import fl.data.DataProvider;
var nc:NetConnection = new NetConnection();
nc.connect(null);

[code]....

View 2 Replies

ActionScript 3.0 :: Fullscreen Video From Fullscreen Air App?

Feb 24, 2011

I'm hoping someone can help me with an issue I'm having.
 
I currently have an AIR Application that runs fullscreen.
 
At some point in the application, I am trying to get a video to play fullscreen as well.

[Code]...

View 3 Replies

Add Controls To Swf Video?

Jun 4, 2009

I have lots of .swf video files from the past years, and recently have been using the flash video encoder in cs3 to create .flv that adds video controls.  I was wondering if there was a way to add video controls like slider, stop, pause, volume, etc.. to .swf video files.  I have searched for a .swf converter to .flv format but even though all the marketing says it can do it, none of the ones I have tried can do it.

View 1 Replies

AS3 :: CS3 / CS5 Fullscreen Video Window Revert At Video End?

Feb 19, 2011

I have an EXE flash project that has a menu with several videos in a little player. The player has a fullscreen button that makes the video go fullscreen. When the video is over, the widescreen video is frozen on the last frame and stays there. I need the player to automatically leave widescreen mode at the end of the video and go back to the regular menu player.

I'm using AS3 to call up the videos from the menu clicks, so I'm not scared to get into code using actionscript. I just don't know what to do.

View 1 Replies

Published App Won't Show Video Controls

Oct 2, 2009

I'm including a video with it's controls into a frame in flash.When I try it and publish it as SWF the control bar of the video shows but when I publish it as a .app for mac or a .exe for windows and run itthe video shows but not the controls

I'm using the FLVPlayBack component to show the video

View 1 Replies

Professional :: Add Controls To Webpage Video?

Mar 5, 2011

I'm new to Flash and I'm pretty sure this a dumb question that has been asked many times - but go easy on me as I have searched and searched through and just can't find the answer.

I've created my first animation using a set of digital Jpeg photos and I've figured out the code for inserting this into my web page. It works perfectly and I'm very impressed with the quality of the animation and how small the file is. Now I want to add a simple control bar underneath with Stop, Play, Rewind - the usual stuff you get on YouTube, but I can't for the life of me figure out how to do it.

View 15 Replies

ActionScript 3.0 :: Positioning The Video Controls?

May 12, 2010

how to position my video controls. I thought I had it figured out until I moved my video and the controls did not move with it. I tried doing this: video.addChildAt(vidControls, 2); but it keeps barking at me.

Code:
video = new Video();
video.width = 640;
video.height = 360;

[code]....

View 1 Replies

Professional :: Hide Controls Flash Video (flv)?

Jun 17, 2009

Is there a way to hide the controls on a flash video (flv) until the user scrolls over the video? So the page opens, the video starts playing (still no controls visable) and then when a user scrolls over the video, you then see the controls for the first time. I have searched high and low.

View 7 Replies

Professional :: Link Video Player Controls?

Mar 22, 2010

I'm sure this is a simple thing but I haven't been able to find out out to associate an absolute link with video controls.

View 1 Replies

ActionScript 3.0 :: Video Smoothing And Deblocking And Controls

Feb 21, 2011

i created video player for page to play flv videos and i did it by adding FLVPLayback component to libarary and next code.[code]But i needed to enlarger the size of video and it got nasty blocks so i google.how to enable deblocking and moothing and i had to change code to [code]Disadvantages no controls,square videos stretch to video player on first code they only stretch in height.Is there way to add smoothing and deblocking to the short code i used first?If not how can i add controls to the second code? I also use external videos and buttons to change them how i make sure one is unloaded from memory after another one loaded, for both codes.

View 0 Replies

ActionScript 3.0 :: Adding Controls To Dynamic Video

Apr 22, 2011

Im adding videos to my stage with AS3 and was wondering if it is possible to then add the standard flashh video controls to the video with script..[code]

View 0 Replies

Actionscript 3.0 :: 3.0 Flash Video Player Controls?

Jul 14, 2010

I followed a tutorial on youtube on how to make a custom flash player but the guy never uploaded continuing videos. Here's the link to the video: [URL]...So all I have now is a 3.0 Action Script file with a layer that has this code in it:

//Vars
var video:Video;
var netCon:NetConnection;
var stream:NetStream;

[Code]...

View 3 Replies

Flash :: Video Skin Controls Not Appearing On Webpage?

Apr 4, 2007

I have a puzzle. I have some test movie clips that areoperated (played) by pressing a thumbnail. All works ok in theresultinmg html and flash file that is produced, but when I importthe flash movi into DW, the controls disappear, but the movieplays...if you look at the link below you can see the flash moviecontrols in operation OK[URL](press thumbnail 2 to play the test movie)

View 4 Replies







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