Skip to main content
Participant
May 25, 2010
Question

Video Player [AS3]

  • May 25, 2010
  • 1 reply
  • 1473 views

Hey there

I've been working on a Flash video player as a sideproject.

The player is taken from a tutorial I found, but it has alot of missing elements.

Therefor I've tried creating a few buttons and functions.

What I want next is a button (the btn_Open in the project) that allows the application to open a local flv file on the computer.

I've tried googling, and the only thing I found was the FileReference function.

The problem is, i'm unsure how to implent the code into my AS.

So, if anyone could be so kindly and help me I would appriciate it

Here is the project:

http://www.megaupload.com/?d=L00SQ9MY

This topic has been closed for replies.

1 reply

Inspiring
May 27, 2010

Hi Mathias,

Do you want to open the flv file or play the flv file in the video player.

If you want to just play the flv file, then no need for File Reference class.

This class is used for file upload, I think.

Mathias19Author
Participant
May 27, 2010

I want to play the file yes. Im not interested in uploading it.

Inspiring
May 28, 2010

Hi,

Kindly share the code , so that we can get clear picture.

Rabin.