SWF Displaying As Black Or Blank Screen Only The Video Audio?

Sep 18, 2010

I have tried getting my videos to play and all I get is a black screen with audio only.

After I got a blank screen, I uploaded the .flv (2MB) and the .fla (14MB) files to the server as well (same folder as the .html file) but that didnt help same blank screen.

why this .swf wont play?

[URL]

View 1 Replies


Similar Posts:


IDE :: Flash Shows The Blank Black Screen?

Aug 12, 2011

I am working with classic asp and flash. Actually I don't have to develop the flash applications and I only have to make the asp parts. Now I have some problems with flash file.When we put the flash in asp we set the path of plugins : pluginspage="http:[url]......when we upgrade latest version of flash player (10.3.183.5), it works for the most of the flash file in my application but there is one specific flash that doesn't work.It only shows the blank black screen.

View 2 Replies

Android :: WebView - SWF Plays Can Hear Audio But Screen Blank

Jul 8, 2011

I am trying to display local flash swfs in the WebView. I have WebView set up and it will happily display local HTML files, but when I try to display Flash, the screen is blank. The flash file is running as I can hear the audio. I have noticed that most swf players from the android market suffer the same issue.

View 2 Replies

ActionScript 3.0 :: Record Blank Video With Audio

May 6, 2010

Is this possible to setup a system that would record blank video with audio. Why? Audio recorded as a stream is .flv which is a proprietary format that has trouble seeking or scrubbing to different sections. If I could have it record minimal video with the audio stream then it might work because the video will have keyframes which can be searched. I already have a wowza server recording a stream so I know how to record either audio, or video but recording the users' web cam with it will be too much video, unless I could delete most of it or something later. Maybe there's a way to reduce the video? Like record audio and one rate and video at another?

View 0 Replies

ActionScript 3.0 :: Screen Turns Black And Flash Quits On Video Playback

Oct 21, 2010

I'm using a playback control that is giving me problems. The only thing that I'm using is a play/pause buttons and the time scrubber. I found this code on a website. Now, when I preview the swf, it plays fine, but when the video starts playing, the screen turns black and flash quits automatically.

This is the Error that I'm getting:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at Website10_fla::MainTimeline/updateDisplay()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()

And this is my code:
import flash.display.MovieClip;
import flash.utils.Timer;
import flash.events.TimerEvent;
// time to buffer for the video in sec.const BUFFER_TIME:Number = 8;
// start volume when initializing player
// const DEFAULT_VOLUME:Number = 0.6;

View 20 Replies

Professional :: Video Displaying Full Screen, On A 1920x1080 Resolution?

Sep 15, 2010

Video Displaying full screen I imported a video, which i have generated using the Adobe Media Encoder (size of the video 1080x450px). I am creating a 3 page slide show for an HD TV with a native resolution of 1920x1080px.
 
I have a new Flash file with that very stage (stage of my file is 1920x1080px). I placed a logo and then the video, positioned these two elements on the stage the way i wanted them and am trying to output them.
 
Issue: When i run the SWF file (which includes the video and the logo at a stage size of 1920x1080), the video takes up the whole screen with black lines above and below it. It almost feels as it is replicating a widescreen.

[Code]...

View 1 Replies

ActionScript 3.0 :: Stop Embedded Youtube Video From Displaying 'Just Watched' End Screen?

May 14, 2011

My site was 95% point and clicked and the rest getting lucky with mostly the right AS3 after searching the various forums etc. Please be patient and type slowly that I may understand

I managed to get a youtube embedded into my AS3 Flash site. Plays well enough and in the right box. Gota figure out how to default to 480 or 720 but thats not the problem... see below.

My questions is this: is there any way to stop the video from playing all the way through to Youtubes default end screen where it has the Just Watched and Up Next screen? Either by going back to the thumbnail it uses by default or by sending it to another page on my flash site?

The last thing I want is my viewer wandering away from my site ><.

Below is the code I used on the Video holder object Sorry i forgot the tute i pasted from - but it worked thank you who ever you may be:

Security.allowDomain("www.youtube.com");

// This will hold the API player instance once it is initialized.
var player:Object;
var loader:Loader = new Loader();

[Code].....

View 4 Replies

ActionScript 3.0 :: Flash Error - Make A .swf File Go Into Full Screen Without Falling To A Black Screen When A Movie Is Played?

Feb 11, 2009

My question is what needs to be done in order to make a .swf file go into full screen without falling to a black screen when a movie is played? I have tried coding it, however I come up with the following error.

[Code]....

What should I do to fix this? This is not going to be an HTML file, however, so the initial thought of changing the publish settings does not seem to work this time.

View 9 Replies

ActionScript 2.0 :: Loading Screen - Stuck Staring At A Blank Screen For A While

Jan 20, 2010

It seems like the loading screen (more like frame) is the last thing to load, so you are stuck staring at a blank screen for a while. How can i prioritize how the game loads so that the instant you get on the page the loading screen comes up immediately?

View 5 Replies

ActionScript 3.0 :: Screen Going Blank On Full-screen?

Sep 17, 2010

I am having a strange problem. When I go to full-screen mode in Flash, everything goes blank. The sound added keeps on playing and everything is fine on coming back

View 1 Replies

Flash :: Actionscript - Remove The Audio - Put The Audio Into A Byte Array And Then Re-add The Audio To The Flv Video?

Aug 6, 2010

If I import an FLV video is there any way to remove the audio, put the audio into a byte array, and then re-add the audio to the flv video?

View 1 Replies

Flex :: Displaying Black And Red ToolTips As Speech Baloons

Sep 7, 2011

I'm porting a card game from pure Flash/AS3 to Flex 4.5: I'm almost done, but the "speech baloons" marked by the blue color in the screenshot above are missing. Those "speech baloons" fade in, display red (if they contain hearts or diamonds char) or black text and finally fade out. I'm trying to implement those as mx.controls.ToolTips and have prepared a simple test case, where 3 users are represented by smiley-buttons and you can push a "Talk"-button to make them talk:

[Code]...

View 1 Replies

Flash 9 :: Flash Video Encoder - White Screen With Audio After Compressing

Sep 18, 2008

I'm trying to compress a video into an flv for my flash file. When I compress the video using flash video encoder the video shows up white but I can see the audio. The original version is compressed using H.264. I don't know enough about codecs to know why its not showing video.

View 1 Replies

ActionScript 2.0 :: Removing / Not Displaying Blank Space

Nov 26, 2007

my goal, which eludes me at the moment, is to display some variables (using a dynamic text box) along with some static text, to output in the following manner:[code]and so on.. but i want to be able have text areas somehow link to eachother, so if theres a large amount of variable, theres no overlap, or if theres only a small variable content, theres no 'blank' area.

View 1 Replies

Videodisplay Control - Black Screen?

Jun 18, 2009

Cut and pasted example with buttons for videodisplay control in chp 9 of Adobe Flex 3 developer guide. Having problems.

History - take avi, create flv. In my mxml, file define mx:videodisplay, refs flv file and define buttons for play and pause, all within mx:application.

Compile mxml with mxmlc to create swf. Call swf file within html using <object> and <embed>. Run html.Result is that the buutons show but the video control is black - no video.i have written mxml file as an air file (so use mx:windowedApplication) and compile with amxmlc and the resultant app runs as expected.I can also convert the flv into an swf file and run that from html but then I do not get buttons.

View 1 Replies

ActionScript 3.0 :: Full Screen Going Black?

Jan 8, 2010

I have a swf that loads in video, the video plays, finishes, then is followed by timeline animation.  When the swf is playing in Full Screen mode, the video plays fine, but when the video is over and it's time to play the animation, the screen goes black.  When I press escape, turn off Full Screen, the animation starts. 

View 4 Replies

ActionScript 2.0 :: Black Screen Before Loader?

Nov 1, 2007

I have created a loader for the begining of my project, however when i simulate download there is just black (background colour) for about 10 seconds and then the loader suddenly starts at around 70%.So i know the loader works but why the black screen?? is it loading the loader?

View 2 Replies

ActionScript 3.0 :: Black Out Screen During Flvplayback?

Nov 18, 2010

What I would like to know, if its at all possible to have the screen fade black while the video is playing?

View 1 Replies

ActionScript 3.0 :: Black Screen On Android / IPad

Dec 16, 2011

I have a flash as3 application and I convert it into android and ipad applications, but every time when we launch the application. It shows the black screen for a long time. Is there any way to resolve this issue. The size of APK file is 620 kb.

View 1 Replies

IDE :: Black Screen On Loader Between Movement In Frames?

Nov 2, 2011

I've created a game which Made up from images. Now I want to load the externally. I used Loader component, but between movement from frame to frame (it's a game I create) the screen blinks. How do I solve this with no use of preloaders?

View 1 Replies

Flash 10 :: Blank Screen Between FLV?

Jun 30, 2010

I have a playlist of flv in my pc (not on web) and when i make then to play to make a blank screen between then, that is very ugly.

How can i make this like a flow playlist to each flv play next to each other with no screen between then?

View 1 Replies

ActionScript 3.0 :: Just Get A Blank Screen

Apr 24, 2011

I dont get an error but nothing loads. I just get a blank screen and I have really struggled to find an example for loading an obj file. I am using flashbuilder4 AS3 project.

private function initAway():void
{
_camera = new Camera3D({zoom:20, focus:30, x:100, y:50, z:-500});

[Code].....

View 4 Replies

ActionScript 3.0 :: Fullscreen Mode - Screen Stays Black

May 8, 2011

i'm trying to create a slideshow with AS3. The Problem is that if you click the fullscreen button very quickly after opening the page, it goes fullscreen but the display stays black!As you can see, i add the current Image to the mcSlideHolder just when the onFirstSlideLoaded-event occurs ... so if you click the fullscreen button before it has finished loading the image it will/should add it after the image is loaded ... so the image MUST be loaded then ... but why does the screen stay black???

[Code]....

View 1 Replies

Professional :: Flash Cs5.5 Black Screen In Windows Vista

Jun 7, 2011

I am currently having a problem when launching the trial version of flash cs5.5 . The screen that says the timeleft at my trial comes up but the flash cs5.5 screen stays black and is "not responding". About two weeks ago, it worked, so i don't know what is happening. All my other programs work. I tried to reinstall it, to delete the left flash cs5.5 program files after the uninstall and many other things, but it dosen't work.Here is a screen capture of the flash cs5.5 blackscreen. notice that in the frame of the window it tells" not responding".

View 1 Replies

ActionScript 1/2 :: Black Screen On Loader Between Movement In Frames

Nov 2, 2011

I've created a game which Made up from images.Now I want to load the externally.I used Loader component, but between movement from frame to frame (it's a game I create) the screen blinks.How do I solve this with no use of preloaders?

View 17 Replies

Flash :: JWPlayer Black Screen On Initial Playback?

May 21, 2010

The client complains that sometimes on initial load, the jwplayer will autostart playback as intended but with a black screen. Sound is alright, and the progress indicator in the transport is moving.No matter what I do, I can't recreate the error on my machine.I'm using version 5 of JWPlayer.

Here is the code i use to embed:
<script type="text/javascript" src="/Frontend/Javascript/swfobject.js"></script>
<div id="mediaspace"><embed type="application/x-shockwave-flash"

[code]........

View 1 Replies

ActionScript 2.0 :: When Move Mouse Over The Image, It Changes To A Black Screen?

Sep 7, 2011

I want to create a simple static image on a 392 x 72 document. When you move your mouse over the image, it changes to a black screen with a cursor following mask in the shape of binoculars which reveals an image below (not the same image as static one).There is going to be a clickable monster which takes you to the next scene and from there,the next scene.I have attached a storyboarded idea of my banner.I have the images, I am just struggling with the ActionScript code.Click on the image to see comments on right hand side.

View 1 Replies

Ubuntu 9.04 64Bi T : Get A Black Screen And Shortly It Also Displays The Initialize Bar?

Jul 18, 2009

I tried the plugin that comes with Ubuntu 9.04 64Bit (from what I see that is using nswrapper and the 32Bit plugin) and also the current 64Bit Pre-Release alpha AND videos there just won't play.I only get a black screen and shortly it also displays the initialize bar. However, it won't play. It doesn't even show the control elements.This is for FireFox and for Epiphany.However, when I now click on the embed button to get a direct link for embeding the video on another site and using that URL the video will play but I believe it is a different player and a worse video quality.

View 4 Replies

Actionscript 3 :: Flash - Fullscreen Mode - Screen Stays Black

May 8, 2011

i'm trying to create a fullscreen slideshow with as3. My problem now is that if I click the fullscreen button too quick (--> before the image has been loaded and hasn't therefore been added to the stage) the screen just stays black and nothing is working anymore (the following images aren't loading either. Here is a demo of the problem:
[URL] Here is the code:

[Code]....

View 1 Replies

Flash8 :: Blank Screen And Preloaded Starts At 40%??

Sep 18, 2010

my site is finished but as it's quite a large SWF the preloader and logo doesn't appear on screen untill it's load about 40% loaded.

Is there any way to get the logo on screen before anything else comes up rather than just having a black screen? (without breaking the main movie into smaller ones).

here's the link:

[URL]

View 3 Replies







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