Professional :: Full Screen Player Crashes/Quits In Win Server 2003

Jan 15, 2010

I have an application that runs as a projector and is meant to run full screen in a kiosk. However, when the app is expanded to full screen it crashes and I get an error message of:

Faulting application test.exe, version 10.0.2.54, faulting module test.exe, version 10.0.2.54, fault address 0x0015187e. Event ID: 1000

If I run it in a web browser and try to go full screen the same thing happens. I've been all over the web and haven't found anything. Have uninstalled virus software thinking it might be a problem.

View 4 Replies


Similar Posts:


Flash :: Professional - Player Eats Up Memory Until It Crashes - Can't Watch Full SWF

Mar 31, 2010

I have a 180mb SWF which is a lecture from one of my online classes, when i try to watch it i can watch about 20 minutes and then it will run out of memory. I watched in my task manager as Flash player went from only using 20mb to upwards of 500mb to 1000mb and it kept going up, it's like the more i watch it just keeps going up and up. Tried it on 3 different computers and still get the same problem, is there some reason this would be happening? Why does flash player eat up so much memory? I have Adobe Flash CS4 installed so it's playing through the player not a web browser or anything. (tried it in web browser and it does the same thing)

View 2 Replies

ActionScript 3.0 :: YouTube Chromeless Player Ceases To Enlarge Up To Full Screen Width In Full Screen Mode?

Jul 9, 2011

I tested my skin for YouTube Chromeless player, and seems it worked properly.All graphic elements, including TLFTextFields, are stored in external SWF, all the AS3 code - in loading SWF.I use ProLoader class to load SWF.However, when I tried to attach Player skin code to my Home Page code, I immediately bumped into two issues:

1. TLFTextFields ceased to display proper font;

2. YouTube Chromeless player ceased to enlarge up to Full Screen width in Full Screen mode, whereas all publishing settings were kept the same...

Although I managed to cope with TLFTextField bug by replacing instances with vars in loaded SWF, I have no the slightest idea what to do with those paddings in Full Screen mode... Neither removing all children on stage before loading YouTube Player skin, nor compulsory resetting player's size can't make it work...  

View 10 Replies

Professional :: Full Screen Mode For FLV Video Player?

Sep 11, 2011

I've always been frustrated when I use the FLV video player component because it does not create the full-screen button  For example, I have a 1280x720 F4V video.  I want to use the FLV component to play it.  But I want it to be on the stage half that size (640x360) and then give viewer option to click full screen to play it at 1280x720 (like YouTube does).So I'm basically stuck with the same old player controller that flash CS4 generates with no full screen capability.

View 6 Replies

Professional :: Flash Player Full Screen Locks Up Computer?

May 30, 2011

I'm running Vista, 32 bit, and the latest version of Firefox. Any time I enlarge a video I'm watching on a website that uses the Flash Player, (youtube and others) to full screen, the computer eventually locks up. The video continues normally, but hitting escape does nothing to reduce the video back to the smaller size. I then hit CTRL ALT DEL and still nothing changes. The mouse can't move the cursor, hitting tab doesn't work, nothing.
 
I've tried uninstalling the Flash Player using the offline uninstaller, and reinstalling the latest Flash Player using the offline installer. I've gone to the Flash "about" page after each of those 2 actions to make sure that Flash is completely uninstalled, and reinstalled. I've also run CCleaner after uninstalling Flash Player just to make sure no registry entries, etc. remained.

View 1 Replies

Flash :: Professional - FLV - Computers Wont Play The Video Back If The Player Is Set To Full Screen

Mar 9, 2011

Ive imported an FLV into a Project. Some computers wont play the video back if the Flash Player is set to Full Screen. The screen goes black during Full Screen. If you set the player to regular, you can see the video playing (embedded into design) but once you set player to Full Screen the video plays on its own right at centre of screen. Im working on a Touch Screen Display that has the display set to Portrait mode. Im investigating if the display card is causing the problem.

View 1 Replies

ActionScript 3.0 :: Loading FLV Player In Full Screen?

Feb 12, 2008

I've created a shelll that loads individual swf's one at a time, like a slide show.

The swf I'm having trouble with contains an animated movie clip that loads and plays an flv after it stops the animation.

In non full screen the whole mess plays fine.

In full screen my monitor goes black whenever the aforementioned swf tries to load the flv.

I'm getting this error message "ReferenceError: Error #1056: Cannot create property player on flash.display.Stage." when I run debug movie.

View 3 Replies

ActionScript 3.0 :: Flash Player & Full Screen

Oct 6, 2009

I have designed a Flash player Full screen function is not working in Mozilla Firefox (latest i think 3.5 ) full screen functionality works fine in other browsers ( ie Chrome , IE )

View 2 Replies

ActionScript 2.0 :: Video Player Full Screen

Jun 6, 2011

In a video player how this can be done, any tute / thread will be helpful Add right click option to go fullscreen Add double click option to go fullscreen

View 0 Replies

Media Server :: Which Operating System Linux Or Windows Server 2003

Dec 8, 2009

it doesn't matter which operating system we install an our server.What are your experience with Linux and Windows?Which System do you recommend regarding performance issues?

View 1 Replies

Flex :: Cannot Resize Player Back From Full Screen

Apr 15, 2010

The key event is not listened by my Flex app. Since it is really simple code, I cannot understand where the problem is...

init() {
stage.addEventListener(KeyboardEvent.KEY_DOWN, escHandler);
}

[Code]....

View 1 Replies

ActionScript 3.0 :: Custom Video Player Full Screen?

Jun 9, 2010

for a project I need to develop a custom video player that needs to be able to go fullscreen, with custom control (play btn etc) overlay. The player will be used in a flash application (say as a window in the application.

Now I can figure out how to build a player from NetConnection, NetStream, Video etc, but I have no idea how you would implement the ability to go fullscreen and have the control overlay when in fullscreen as well.

Note that I cant tell the SWF to go full screen, it needs to be just the player.

View 2 Replies

IDE :: Flash Video Player Full Screen Scaling?

Mar 15, 2009

I'm workin on a multimedia CD that I'm creating entirely with Flash. I have just ncorporated 2 video files. They play in the flash players fine but when I click on the Full Screen mode it blows the video up way to big to the point were I can only see a small section of it.

View 1 Replies

ActionScript 3.0 :: Display A FLVPlayback Full Screen The Same As When Click On The Full Screen Component Button?

Sep 17, 2008

I wnat to display a FLVPlayback full screen the same as when you click on the Full Screen component button.

function goFullScreen():void {
vidPlayer.enterFullScreenDisplayState();
}
var vidPlayer:FLVPlayback;

[code]....

View 1 Replies

ActionScript 3.0 :: Player (Full Screen Projector) And Video Size

Mar 9, 2012

I have an issue with video. I have a full screen projector running Flash Player 10.1. I call the video with this code:
function fbtnclickj(e:MouseEvent):void{
var loadera = new Loader();
addChild(loadera);
loadera.load(new URLRequest("videos/video1a.swf"));
}
The videofile (video1a.swf) uses the Flash FLV Playback component 2.5 (size 320 x 240) and the source movie is external (video1a.flv). The videoloads and runs fine but enters in full screen despite I have configure the component to exactFit. Any way to make it stay to 320x240?

View 1 Replies

Flash - Close A Video From Full Screen Without Closing The Projector Full Screen?

Dec 10, 2010

I am creating a full screen projector with flash CS4. In the projector I have more videos, starting from an swf player-

The problem I encounter is this:

The projector starts correctly FULLSCREEN (using AS). The video plays 900x506 correctly. If I click on the player, to get the video full screen, it works. But when I press ESC, not only the video, but also the PROJECTOR looses full screen.

This is a bit annoying. Is there a way to apply the "back to normal size" only to the video? I do not want to prevent the app to be exited from full screen, it's not a problem if the user wants to exit the projector full screen. But not when the user exits the video from fullscreen mode.

How to target only the video?

View 1 Replies

Javascript :: Flex - Get Full Screen, Withsame Vertical And Horizontal Bar, As It Was Just Before Full Screen?

Aug 9, 2011

// for Full Screen stage.displayState = StageDisplayState.FULL_SCREEN;// for the normal screen stage.displayState = StageDisplayState.NORMAL;But this code does not fulfill my requirement. I need Vertical Scroll Bar, even I go to the FullScreen, but I don't find any Scroll with this code.Even I tried "window.open" of JavaScript with ExternalInterface, but I couldnot succeed.

View 2 Replies

Flex :: Movie Does Not Start In Full Screen In Flash Video Player

Oct 16, 2009

We have this legacy code of a flash video player that functions well enough but still has some loose ends I need to tighten up. It can do the basic "switch to full screen and back to normal size" stunts, however with one exception.

On the first fresh load of the app, if I switch to full screen mode first, and then click to play the movie, the player would be in full screen, yet the movie itself would remain in it's original size.

//trigger
if (stage.displayState == StageDisplayState.NORMAL) {
stage.addEventListener('fullScreen', procFullScreen);
stage.scaleMode = StageScaleMode.NO_SCALE;

[Code]....

The VideoDisplay object even returns the expected width/height, but the movie just plays in it's original size. If I switch screen sizes during movie playback, then the movie size will shrink or stretch as it should.

View 1 Replies

Flash :: YouTube Chromeless/JavaScript API Player Full-Screen Button?

Dec 11, 2009

I have implemented chromeless player and so far the necessary controls such as play, pause, change video, mute, unmute all appear to work fine through JavaScript. I now need to send the chromeless player to "Full Screen" mode via JavaScript.

The JavaScript API player includes the full screen button but the chromeless player does NOT; infact; the chromeless player is not supposed to contain ANY button. I therefore need to set full screen mode via JavaScript but could not find any documented method for this.

[Code]...

View 3 Replies

Flash :: Html - Add In Allowfullscreen To Enable Full Screen Playback In Player

Sep 16, 2011

I am using dreamweaver to embed a flash video, but cant find how to enable full screen.

[Code]...

View 1 Replies

C# :: Wpf - Full Screen Content Player In C# Which Can Host A Adobe Flash Swf File?

Oct 6, 2011

I do not want to intertop between c# and AS3 or here. I want a full screen content player in C# which can host a Adobe Flash swf file. Is there an example? In full screen, right clicks would have custom behavior attached.I saw one in Visual c++. As per Chris's I checked the link. I tried adding these lines of code:

path = @"D:exampleFlexMainMenu.swf";
axShockwaveFlash1.LoadMovie(0, path);
axShockwaveFlash1.Play();

However, this swf was from Flash Builder and not Flash, hence there were other files like

framework_4.1.0.16076.swz rpc_4.1.0.16076.swz sparkskins_4.1.0.16076.swz
osmf_flex.4.0.0.13495.swz spark_4.1.0.16076.swz textLayout_1.1.0.604.swz
playerProductInstall.swf

View 1 Replies

ActionScript 3.0 :: Flash Video Player Full Screen For Dual Monitors?

Jul 18, 2008

I am using the FlvPlayback class to show movies. The full screen feature works since I am just calling the method defined in the class. My issue is whenever I make it full screen on a computer that has 2 monitors, the full screen flash player always ends up in the primary monitor. When that happens, I notice that the location where the flash player was in the other monitor is empty. How do I prevent this from happening and force the video player to remain in the monitor it was originally in?

View 7 Replies

Media Server :: Full Screen Positioning?

May 1, 2009

My Full Screen feature on my Flash Video component is acting a bit odd...When I go to full screen, the screen just shows an enlarged version of only the top left corner of the program, adding a big band of black to the top.Does anyone know how to get Full Screen to display properly so that the program is centered on the page with the whole video visibleSee example images attached. Attachments:fullscreen.jpg(49.8 K)regular.jpg(63.7 K)

View 2 Replies

ActionScript 3.0 :: Why Does Full Screen StageDisplayState, Makes Videos Full Screen?

Sep 29, 2011

i am creating an interactive application that will run independantly on a computer.I have implimented the full screen stage display state to a btn, and it works great!

-------code-----
import flash.display.StageDisplayState;
function goFullScreen():void
{

[code].....

however as soon as i add a video [i will be adding several] the video takes on the full screen property, and that is not the desired effect.I have used several diff ways to import the video but as soon as i call the full screen, it goes to an all black screen.

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

Actionscript 2.0 :: Developing A Flv (streaming) Player - Add 'full Screen' Option (on-click Of A Button...say A Toggle One) To It?

May 5, 2009

I'm developing a flv (streaming) player and I want to add 'full screen' option (on-click of a button...say a toggle one) to it.

I've added <param name="allowFullScreen" value="true" />and it's working fine on my local machine but not on web.

View 3 Replies

Cs4 Instrallation In Windows Server 2003

Mar 13, 2009

i try to install flashcs4 to windows server 2003 machine thay says cant install it.if there any solution for this problem.i search that in internet but i couldn't found good solution.

View 1 Replies

Professional :: Full Screen Playback?

Feb 9, 2012

I'm just finishing off a project that has to run in full-screen mode, but I'm having trouble adding this feature. couple of quick details.I'm using Flash CS3, ActionScript 2.0, targetting Flash Player 9 (this could change, but I have to stick with AS2 and CS3)The movie will be the only thing running on a touchscreen installation, Windows PC.I tried using this:

fscommand2("FullScreen", true);

but it didn't work for me. I get this compiler error:Scene=Scene 1, layer=Navigation, frame=1, Line 1

The currently targeted Flash Player does not support the FSCommand2 action.I've tried changing the target player version, but all seem to generate the same error.

View 1 Replies

Media Server :: FMIS On Windows 2003 Enterprise SP2 (will It Install)?

Aug 5, 2009

Might be a dumb question but a client has Windows 2003 Enterprise SP2 R2 and I was wondering if Flash Media Interactive Server will install and run fine on it? The requirements on the site say Microsoft® Windows Server® 2003 with Service Pack 2 but no about "Standard" or "Enterprise".

View 5 Replies

Professional :: Make Projector Full Screen Bug?

Nov 25, 2007

I have a Mac (intel) CS3 flash fla that I am exporting asprojector. The exported Mac projector and windows exe file will notopen full screen w/o the flashplayer's top toolbar. I have testedthe projector file on Mac 10.4 and Windows XP and all show theflashplayer's top tool bar. The only way to go full screen is tomanually select view/full screen in the player toolbar. I havetried the fscommand("fullscreen", "true"); toggle (true/false/true)workaround w/o any success. Any other workarounds I can try

View 4 Replies







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