flash-player

Error #2044 on custom flash player using shadowbox

Hi I'm using shadowbox and I am trying to load my video that has a custom skin. But for some reason it can't find my custom flash player. When I don't use shadowbox I can view the video and the skin shows up. Thanks in advance! ...

Air html window in debugger

Hi I have this code to open an html window from air : _win = HTMLLoader.createRootWindow(); _win.load(new URLRequest("d:/Content/testEnvironment/bin/index.html")); this however does not open a real html window but an air window ( i think ) my problem is that when running a swf in this window it does not pop up the error messages even...

Does FlashPlayer support ScreenVideo codec?

I have swf file with embedded movie encoded with ScreenVideo codec, swf spec says FP supports it, but I can't see any frame. ...

Load a flash swf in debug mode

Hello I'm trying to debug a problem in a client side flash application (the swf) which communicates with a server side .asc. How do I get the client side flash to load in debug mode? I can get it into debug mode after it has loaded but I need to debug the loading of the flash. The application is a video conference app and it has a pro...

TextField Antialiasing in Flash CS3 / FP10 causing text to flicker and "bloom"?

Hi, I have run into a small graphics glitch in Flash. It seems to be both in FP9 - Exported via Flash CS3, and FP10 - Exported via the Flex 4 beta SDK. The glitch / problem manifests itself as embedded text at a small point size "blooming" under certian conditions. It basically looks like the antialiasing becomes fatter at some level...

Embedded flashplayer

Hi all, I'm looking for an easy, clean flashplayer to embed videos to my website. I came a cross some players searching via Google and JW Player (Longtail) has my very interest but it comes with a, small, price. Do you guys know any equivalent players for playing swf files which are free and can be used commercial? ...

How to duplicate Posterous' flash player

When you email an MP3 to Posterous, it gets automatically converted into this nice player for display on your blog: Assuming I have a place to host the MP3, what's the best way to duplicate this on my personal site? E.g., are there any slick free flash MP3 players? How hard would it be to build my own? ...

flash swf inside a swf creates a problem?

i've made a personal portfolio, link text ,the frames overlap when viewed? i've used transition states, when i'm in other page, other frames just flickers, what is major problem here? actually i've used swf inside swf as finally when i export from flex builder, is this the problem? how to overcome this problem? ...

Invoke Flash methods from C# (MONO)

Using .NET (Windows), you can embed an ActiveX Flash player into a Windows form, load a swf file and set variables or invoke functions with single method calls from C# (I imagine because of the presence of a Flash OCX). That said, I would like to do the same thing in MONO (Linux): how could this be possible? ...

Find end of FlashPlayer video using JS

Hey, I have a Flash player that I created with Moyea PlayerBox and I am trying to figure out how to find out when the video is done playing. I want to create a playlist kind of like ESPN does where you can do a check box for continuous play and if it is checked I want it to keep playing if not I want the user to be able to decide where ...

Capturing window output in another window

I am building a C++ (Qt) based application for controlling a flash based UI. Because the flash runtime leaks spectatular amounts of memory, we execute the UI as a .swf loaded in the standalone flash player separate from the command-and-control app written i C++. The C++ starts the flash player as an external process with appropriate par...

Qt question to fullscreen flash application

I am using Qt to develop an application and inside we have access to select flash streaming videos like youtube. Is there a way to programmaticly full screen the flash application without requiring interaction from the user? I am using a "QWebView" control. ...

OS FLV Player - Modify Flash Player

I have the OS FLV player emebedded on one of my websites. I use it to play flash videos and it's really great. The only problem is that I'd like to get rid of the big play button that appears in the middle prior to playing the video. I can set one of the flash vars to autoplay and that gets rid of the button, but I'd like for the user...

Can I access the Flash security manager without an Internet connection?

When Flash Player 10 thought that I was doing an "unsafe operation", it told me that to reset security settings I have to go online, somewhere around this link http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager.html . Well, great, except what if (hypothetically) it's difficult to get Internet connectio...

Capture Flash Player Event in Javascript

I need to capture the event raised when a flash video ends. If possible, I'd like to distinguish this from a user clicking the stop button. One thing to be made perfectly clear: I DON'T HAVE CONTROL OVER THE PRESENTATIONS OR THE SWF FILES. What I'm looking for is simple (I thought) js automation of the client player object, not more ...

swfobject - flash not showing with swfobject 2.2 and flash 9

I recently switched from swfobject 1.5 (or was it 1.6) to swfobject 2.2 That means my call to display the Flash file went essentially from: var so = new SWFObject("flashfile.swf", "flashfile", "300", "140", "8", "#FFFFFF"); ... so.write("div1"); to: swfobject.embedSWF("flashfile.swf", "div1", "300", "140", "8.0.0", false, flashvars,...

My SWF event listeners and socket connections don't work in my browsers

I'm running Flash cs3 for Mac and publishing my SWF's and HTML using Flash Player 10. I'm running Mac FireFox 3.5 browser. While my SWF exports and runs fine in Flash IDE, when I publish the file and run (either the SWF or the HTML with embedded SWF) in browser, it doesn't work properly. My movieclips don't respond to mouse clicks. T...

Show Video / Audio Files on asp .net page

Hello Experts, I want to play video / audio files on asp .net page. client has following requirements 1) It can play all the popular formats 2) It can use installed player (if windows media player or any other) or it can run inside browser (i.e. Flash player) I have already explored different options i.e. silverlight, Windows media...

Where do I place a FLV file to stream on a local Red5 server?

I installed the latest Red5 server, but I'm not sure where to put my .flv file to stream it. There is no "streams" or "ofla" directory like in some tutorials I've found online. Where do I place the .flv file to stream it? ...

connection via an XML socket cannot connect Flash movie on same domain to website

Hi, I'm creating a Flash movie which uses an XMLSocket as one of the methods it connects to the server. At the moment I am trying to test this movie and check that the connection works. The problem I'm having is that I cannot establish a connection between the movie and the website via the XMLSocket. I am testing this on my local machi...