ActionScript 3.0 :: No Fullscreen Playback Of Videos?
Dec 28, 2011when i create an exe and i take it to fullscreen, my videos stop playing...and if yes how can i allow it to play my videos in fullscreen mode....
View 0 Replieswhen i create an exe and i take it to fullscreen, my videos stop playing...and if yes how can i allow it to play my videos in fullscreen mode....
View 0 RepliesI 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]....
I have four flv videos (video1.flv, video2.flv,video3.flv and video4.flv) and I want to play them one after the other. When video4.flv is finished I need the movie to start playing video1.flv again and the rest after it, an endless loop. How can I do that? I'm using CS3 ,AS2 and Flash Player 9.
View 1 RepliesI built a flash player that has many external flv videos. The player functions perfectly when played in flash with the test movie function. It also plays fine in deamweaver when the .html file is imported into it. The problem is once the player is uploaded onto a site with all the files in the same folder the .html loads and the flash file functions perfectly but the videos do not load.
The skin of the videos load, but the area where you would be able to seek through the video has a rotating green barber shop looking thing like it would be downloading the videos, and the videos never load. I have debugged it and it came up with no errors. So now I come to the people that have more experience than me with this. I would be happy to forward a link or swf file to anyone if it can help see where the error is. I'm thinking it is a few lines of code that I am unaware needs to be in my file. I will leave it to the experts.
I'm using the flvPlayback and Captioning component/skin for some videos. Works great, but I can't figure out how to have the captions off by default and use the caption button to turn them on for users who want to see the caption buttons.
flvCaption.showCaptions=false;
Hides the captions, but also disables the captionButton in the skin, so there is no way to toggle showing and hiding the captions.
I have a video that is external, and is playing through the FLV Playback component.
I need to set Cue points in FLV video to trigger other MovieClips at certain times during FLV playback. I have read about them, but am unsure how to use them using Adobe Media Encoder. I am pretty sure I know how to set them in there, (unless there is a better way) but then how do you trigger the event?
I am importing 4 videos flv with playback component. When a video is loading, I would like an mc to be visible (like a loading mc e.g.youtube) to be sure the users understands that it's working and loading. But when it starts to play, the mc needs to disappear.So I imagine something like this code is a start
import fl.video.VideoEvent;
vid1.addEventListener(VideoEvent.LOADING.videoLoad );
function videoLoad(e:VideoEvent){
[code]......
I have videos with DRM using flash Access. I would like to be able to play these videos on mobile devices using Air when offline. It is possible to play streaming DRM content on mobile devices but I'm unsure how to save a voucher for offline playback. Since DRMManager is not included in Air Mobile, is this possible and how would it be done?
View 1 RepliesI'm trying to get a Media Playback component to play videos. I can get it all to work if I hard code the component with this code:
[Code]..
My flash presentation contains video which I imported using the flash video component. When I play the presentation 100% size they play fine - contained within there window on the screen - When I play the presentation in full-screen mode they take over the whole screen. They also play untill the video is finished whithout moving onto the next scene.
View 8 RepliesI made a flash presentatsion and because i'm using FlashEff components it has to be in as3. I'm a total newbie in coding, particularly in as3. I have made my presentatsion in as3 before and got everything working fine. This time my presentation contains videos. And this becomes a problem when going on fullscreen mode. My project size is 1024x768, I made a html and use a brauser to open it. I wan't my project to go fullscreen so that there aren't borders. If the stage goes fullscreen i don't want my movies to go fullscreen. When playing a video on fullscreen mode everything just goes black. Soo finally i figured out that i have to tell the videos not to scale.
My project is set up as follows:
1. MAIN TIMELINE On the first layer i have all the frames converted to movieclips and inside each movieclip is the content. On the as layers first frame i have this code. This is for navicating on the presentatsion slides with arrow keys.
stage.addEventListener(KeyboardEvent.KEY_UP, goNextFrame);
function goNextFrame(event:KeyboardEvent):void{if (event.keyCode == Keyboard.UP){this.nextFrame();}}
stage.addEventListener(KeyboardEvent.KEY_DOWN, goPrevFrame);
function goPrevFrame(event:KeyboardEvent):void{if (event.keyCode == Keyboard.DOWN){this.prevFrame();}}
2. INSIDE THE MOVIECLIP
On each slide there is some content that is called with a mouse click.
//On the fist frame
bg_mc2.addEventListener(MouseEvent.CLICK, playSlide);bg_mc2.buttonMode = true;
function playSlide(event:Event):void{ play();
//On the last frame
stop();
bg_mc2.mouseEnabled = false;
I have tried so many fullscreenmode - don't scale the video codes.I have tried so many ways but every time i play a video i get the typeerror 1009 Can't access a property of method.
I am using FLVPlayback component to display videos in fullscreen mode.
Try this:
1. Add 2 FLVPlayback components to stage (new file).
2. Make sure you are using two different *.flv files (video.source = "").
3. Change the video skin to one that has a fullscreen button and publish to Flash Player version 9.
4. Publish html with the fullscreen option set to true in the html page.
What you will find is that both the buttons display the same video!
I am unable to find any solution online. I have even tried this using AS3.0 with the same result.
Is there any AS to determine the size of the fullscreen playback? Usually I use;
fscommand("fullscreen", "true");
fscommand("allowscale", "true");
But I would like it play back at a particular size like 800 x 600 so the rest of the screen is just a border of the documents colour. Can this AS be adapted to do what I need?
I am using Ubuntu 10.10 on my IBM X200t. Installed is the standard flash player plugin for Firefox: (flashplugin-nonfree, 10.1.102.65). Everytime I switch a flash video to fullscreen, the video freezes. However, the video continues to play and I hear sound. How can I fix this?
View 2 RepliesI want to make an application in AS 3 in which a XML will be read and it contains all the tracks that I want to be played. But every movie must be played in fullscreen, and the transaction can't be seen by the spectators. So who is seeing the playlist must not see what is 'behind the movie'. Only movies being played sequentially in fullscreen. Is it possible to be made?
View 1 RepliesIs there a way to create videos in a playlist that i can limit the views to 10 videos per user?
View 1 RepliesI need a fullscreen scroll bar on my fullscreen flash site , i need it to function similar to this URL...
View 1 RepliesI have a swf inside a html page. If I open it with IE or FF and put it into full screen I can exit full screen with the ESC button.Now if i try this with my WinForms app and WebBrowser (or ShockWave Flash Object) it's not working??
View 3 RepliesWhat I've done is created a "fullscreen SWF" by using ActionScript to stretch a movie clip (yellow rectangle) in the background to fill the whole browser frame. The navigation is positioned in the upper left using ActionScript also; when the user resizes the window, positions are adjusted so the nav always stays in the upper left. (Adapting the technique from http:[url]....
External SWFs are loaded from an XML file into a blank movie clip on a layer that is between the yellow background and the navigation (adapting the kirupa XML Photo Gallery). Here's my problem: I want to be able to create full screen backgrounds for these external SWFs so when they are loaded into the main SWF they cover up all the of yellow background of the main clip. Also if the user resizes the window, I hope like the main SWF, the background on the external SWF can also resize to match.
If you press next twice to get to item three for example, I want to be able to stretch that orange box to fill the entire background. You'll notice if you resize the window on the third item, the orangle rectangle will adjust, it's just not correct.
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]...
I'm making a flash site, and i want it to load full browser with a "fullscreen"-button to go fullscreen. The problem, however, if i resize, the site will keep the same width-to-height ratio...But if i'm testing it using the flash debugger, everything resizes just correct...My html:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">[code]......
i have my photo gallery and if you push a button photo has to open in new window with fullscreen.
for fullscreen i use Stage.displayState = "fullScreen";
If I create a .swf video and then embed it in my webiste the video doesn't play. The placeholder for the flash player is blank on the screen. But if I load a .swf file that is a slideshow or has animation then it plays in the flash player just fine. I am creating in an ASP.net environment using Visual Studio 2008. I have tried everything. I've published using Flash CS4, I've tried using the SWFObject, I ve tried javascript and its all the same. Videos just don't play but any other .swf file will.
View 2 RepliesWhat I want to do is inserting and ad inside a flv video in my website, such as youtube is doing early, or insert a publicity video BEFORE the real one begins, without letting the possibility of quiting the ad. It has to be called apart by code, and I don't really know if it's possible.
View 2 RepliesI need to convert a wmv to flv. I have heard that if you just use Flash import video it will cause the filesize to increase. What is the best way to convert?I have looked at lots of software both pc and mac (i prefer mac) but they all seem to be costly. Are there any free solutions?
View 7 RepliesWhen i import a video into my flash document i choose one of the premade skins in flash and when im in the design view i can see it. However when i publish the file as a swf or .exe the skin either disapears or just doesn't work.I have managed to get a skin that stays when i publish however the play, rewind and fast forward buttons don't work. However the seek and volume ones do. Im am currently using flash cs4 and actionscript 2
View 1 RepliesI have a 3.5MB SWF that points to ~80 FLVs that range in size from 3MB to 10MB.
Is there a way I can package all of these files into one ~500MB file that can be run locally? My client wants sales people to take this app around with them on their laptops and not require the internet and I don't want them to have 100 files to mess with.
I am working on a site that is intended to stream two or more flv simultaneously. The slightly different header clip should renew on entry to each page. When I publish the fla file it plays as intended. When I upload the swf file to the web only one of the videos are playing back. It does not matter if I import the video to a timeline, or stream it progressively from the server. Both clips are uploaded.
View 7 Repliesim getting really frustrated because i can not watch any of the NHL videos on [url]......i have the latest FLASH plugin but i just get a black screen when trying to view a video. Im running vista.
View 2 RepliesI'm using CS3 to try to put two .flv videos on the same .swf page, BUT only one will go full screen no matter which video skin button to go fullscreen I press, and all the rest of the buttons on the skin work for the appropriate video. I recall in Actionscript 2.0, in the component settings for the video you could change the field name in the schema to play multiple videos in a .swf file, wondered if AS3 had similar setting for fullscreen.
View 17 Replies