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

Aug 9, 2011

How to create the fullscreen functionality in FlvPlayback component.

View 3 Replies


Similar Posts:


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

ActionScript 3.0 :: Add Fast Forward - Rewind Functionality Using Flvplayback In It?

Mar 21, 2012

I am using flvplayback (dynamically add from as3), now to add fastforward - rewind functionality in it.

View 11 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 2.0 :: Fullscreen Functionality On Imported Youtube Player?

Feb 3, 2009

I imported youtube player with the url given in my fla and I need to implement "FULL SCREEN" functionality for the video player which is loaded.

View 0 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 3 :: Control The FLVPlayback Component's Volume Using The Slider Component In Flash?

Mar 20, 2012

I was wondering if there was a way to get the sound from a FLVPlayback component and manipulate it with using a custom volume slider? Within my Actionscript I currently have this code which enables me to control the volume of a MP3:

import fl.events.SliderEvent;
var mysong = new music();
var myChannel:SoundChannel = new SoundChannel();
var myTransform = new SoundTransform();
myChannel = mysong.play(0,10);

[Code]...

But Instead of using the MP3 for sound, is there a way to use an FLV's sound instead?

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

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

Professional :: FLVplayback Fullscreen Not Working When Stage Is In Full Screen Mode

Jun 8, 2011

I have an SWF file with a full-screen button working perfectly. I have added an FLVPlayback component, working correctly.
 
However, if the whole stage is in "Full Screen" mode, and I click on the button which loads the FLVPlayback component, the screen becomes black and the FLV doesn't even load.
 
I have tried addind the action movieHolder.fullScreenTakeOver = false;  but it did not help.
 
I m working with Flash CS5 and AS 3

View 14 Replies

ActionScript 1/2 :: FLVPlayback: Disabling VolumeBar, Seek, Play/pause, Mute, Fullscreen Buttons?

Feb 15, 2012

Is there a way to disable/enable the buttons in FLVPlayback component? I got a flv files loaded into a fla file and the swf file then loaded onto the main fla file which where I want to disable/enable the FLVPlayback button at certain time.

View 7 Replies

Flash Application Which Has A "Fullscreen" Functionality?

Sep 13, 2010

there is a flash application which has a "Fullscreen" functionality. That simply means that there is a link within the flash application called "Fullscreen". And when you click on the "Fullscreen" link a fullscreen mode appears.Here is the flash application:Now what I want is to directly go into the "Fullscreen" flash mode by clicking on a html link (without loading the flash application before and clicking within the flash application).

View 2 Replies

ActionScript 2.0 :: Create Functionality Like Pen Tool?

Sep 29, 2011

How can I create funcionality like pen tool with actionscript 2 or 3, which I can then use in my flash app? Searched the web, but did not find any good source.

The main goal is to select a first point(moveTo), and then using lines creating a shape(for example a triangle). So when the first and the alst point are the same we are done "drawing"[code]...

View 0 Replies

How To Loop Flvplayback Component

Aug 17, 2010

I know nothing about flash but this is what I am doind with CS5 Adobe Flash Professional:1. Import video. I type in the server location of my .mp4 file.Now when I save it and embed on a webpage it loads and works perfect, however it is not looping. So my question is in adobe flash professional what do I need to exactly?

View 1 Replies

Add Time To FLVplayback Component?

Feb 9, 2010

Im using the FLVplayback component for a project im doing. I want to add the time elapsed and time left on the controls. I dont really want to create my own controls, as im happy with the flv playback component. The FLVs playing in the component are external and are loaded into it via as3

View 13 Replies

ActionScript 2.0 :: Using The FlvPlayBack Component?

Apr 8, 2011

With autoHide set to true would like to have the skin show when a video is loaded then fade away after a couple of seconds.

View 3 Replies

ActionScript 3.0 :: Refresh The FLVPlayBack Component?

Dec 21, 2010

I am working on AS3 project using Flash CS3. I have to display some videos using FLVPlayBack component. I am using the same component instance to display videos but when a new video is loaded the max duration property does not updates and hence the onComplete event is never fired. I somehow wanted to refresh the component when a new video is to be played.

View 1 Replies

ActionScript 3.0 :: Addressing A Flvplayback Component?

Jun 11, 2009

I imported the flvplayback component on-stage in one frame and gave the instance a name of hv.If a button takes the movie to another frame, how do I pause the flv at that point

View 1 Replies

ActionScript 3.0 :: How To Unload A FlvPlayback Component

Jun 29, 2009

What are steps to do unload a flv file after clearing necessary memory used for its loading and also to remove the FLVPlayback component.his is the code i have used for creating FLVPlayback component and setting its source.
 
public  var m_flvPlayer:FLVPlayback;
m_flvPlayer= new FLVPlayback();
m_flvPlayer.autoPlay = false;

[code].......

View 12 Replies







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