Skip to main content
Participant
March 19, 2012
Question

How can I ensure that my AIR application displays .flv content consistently?

  • March 19, 2012
  • 2 replies
  • 404 views

I am developing an AIR desktop application using Flash CS5.5. When the user opens the application, a short 2 second 'Welcome' .flv plays within the .swf before the UI appears.

For some reason, this .flv video is not at all visible on some computers, but displays fine on others. For instance, I can see the video when I install and run the application on one PC, but not on another that runs an identical version of Windows 7; there's just a blank space where the .flv should be. (This also happens on computers running XP and Mac OSX.) Each computer that I have tested on has an up to date version of the AIR runtime.

Everything else about the application performs as expected and I am at a loss as to why or how to fix it.

Has anyone else encountered a problem like this? Is there a known AIR bug concerning .flv videos?

Any help would be greatly, greatly appreciated. Thanks.

This topic has been closed for replies.

2 replies

Participant
March 19, 2012

IMP_ATGordon wrote:


... there's just a blank space where the .flv should be. (This also happens on computers running XP and Mac OSX.)

To clarify, it's the problem of inconsistency that persists. That is, the application displays fine on some XP computers, but not on others.

chris.campbell
Legend
March 22, 2012

I don't know of a bug that could cause this.  When you debug the issue, is the file found and loaded?  Can you post the code that you use to prepare and display the flv?

Thanks,

Chris