flash-player

Fullscreen mode loaded when opening Flash Player

Is it possible to make a flash player go full screen (not in browser)? Would there be any bug / error on different version of Flash player? ...

RTMP Streaming Server implementation: connect/createStream/play message sequence passed, but no video/audio in flashplayer

Hi! Writing RTMP Streaming Server for streaming AVC+AAC video. And it works fine with rtmpdump. But I can't force it to work in flowplayer and other flash video players. The message sequence after handshake is similar to FMS / RED5 / erlyvideo / haxevideo servers: I've tried a lot of variations. From Chrome debug console I can see, wh...

Detect when the security panel has been closed?

Is there a way to detect this in Flash? ...

How to make directshow filters not crash in Flash Player?

Does anyone have a sample which implemented at least necessary SetFormat/SetMediaType properties so it works on Flash? Or any guide or help or starting point for implementing all SetFormat/SetMediaType? ...

how to attach scanner in flex application?

I want to attach scanner to a flex application and read the image using scanner.Does anyone know how to attach scanner to a flex application?. ...

Flash videos play too quickly

I'm having trouble with Flash-based videos (FLVs, but not SWFs) playing between 5 and 6 times too quickly. My question is, then, some sort of amalgamation of the following (in descending order of importance to me): 1) Is there something I can do to fix (permanently or otherwise) this problem? 2) Does anyone have any idea why this is ha...

is there any other way to view youtube video on delphi?

i see the http://www.delphiflash.com/demo-youtube-video on how to load flash video on delphi but its not for free. is there any other way? like html then TWebBroeser? sampleVideo.html //this will not work on TwebBrowser is there any other way? <html> <head> </style> <style type="text/css">.recentcomments a{display:inline !importa...

Grid Renderers updating without updateDisplayList being called

I have an item renderer for a grid that has a fairly basic updateDisplayList function: override protected function updateDisplayList( w : Number, h : Number ) : void { super.updateDisplayList( w, h ); var labelWidth : Number = Math.min( _labelDisplay.measuredWidth, w ); var labelHeight : Number = Math.min( _labelDisplay.mea...

Youtube video goes to top from an Iframe

Hi, I've got a page with an iframe displaying external website that covers the whole page, on top there's a div with some content, similar to google images new interface. If in the page contained in the iframe there's a youtube video it goes over the content in the main page, since the page in the iframe is from an external web site a ca...

How to see a video through flash ?

I can see this video through VLC: http://webtv.camera.it/cartelloaula.asx But I want to see it through Flash... is it possible ? If yes, How ? ...

flowplayer hide video display for mp3 player

how can i hide video display, im just trying to display controlbar only for audios. btw im using javascript control bar http://flowplayer.org/demos/plugins/javascript/index.html ...

dynamic text box is not parsing text correctly in flash player 10

The code is nested inside a movieclip in a navigation button. Here is the block of code with the offending piece of code commented out. This all worked fine in Flash Player 9 butonce it started beig viewed in FLash PLayer 10 the offending code caused the navigation bar to default all dynamic html to "true" With the code commented out t...

flex4, flash player 10.1 in debugger hangs up the movie

hello experts, My flash swf generated in Flex4 has a strange behaviour: When it is runs in the Flash Player Debugger, it hangs the flash player : Flash player is then taking 25% of CPU and I have to CTRL ACT SUP kill it. When it runs in the Flash Player, it works normally. This only happens with 1 of my devlopment which is a kind of M...

Why does youtube player(and maybe others too) overlaps floating div?

How do I prevent it from coming to the front. Flowplayer doesn't behave this way... ...

Flash Projector with multiple windows, each with a new flashPlayer instance.

Does anyone know of a flash projector 'project' or 'framework' that uses a new flashPlayer for each window? We've used mProjector, which works well to a point, but I'm very disappointed in the fileIO patterns they use. It is very buggy with regard to reading and writing files. mdm zinc uses multiple windows, but it is all sits on one ...

How can I overcome the adobe flash .."potentially unsafe operation" warning message

Hello all I have desktop application that using Youtube Player API to stream video to the application but each time The player loads I have the security warning , is there any way to overcome this ? maybe setup simple web server in my application This is the last option for me . ...

why loading flash stream from Youtube (api player ) generate security warning in QwebKit

I need to load YouTube video with the YouTube API in desktop application Im using Qwebkit. But when I load the html code that links to the YouTube player im getting the security warring How does application that are desktop can overcome this? For example : Miro,SongBird ...

Speech Recognition can be done through web Browser...?

How to implement Online Speech Recognition through a Web Browser Interface. Is it possible to implement this without using any Streaming Server (completely browser-based application)? Without building any own plug-ins, is it possible to implement Speech Recognition using Flash ... ...

32-bit Flash player in 64-bit Safari: how?

Yes, I know, WebKit uses a separate 32-bit process to play Flash and communicate with it. But how does Flash draw in a browser? In Mac OS X you cannot draw on a foreign window or reparent your one. So if the Flash player hosts in another process, how can it obtain the browser window's context (CGContextRef) and be drawn in it? ...