user1046588
user1046588

Reputation: 91

Delphi XE2 : How can I play video files with firemonkey

I want to make a mediaplayer application using with firemonkey but I can't see any component for videoplayer :( I was trying to integrate VLC (VideoLAN player) to firemonkey but the firemonkey controls don't have window handle.

How can I make or find a videoplayer component ?

thanks

Upvotes: 9

Views: 7335

Answers (4)

Boian Mitov
Boian Mitov

Reputation: 51

In addition to VideoLab we also offer a much cheaper BasicVideo. The libraries are also free for non commercial purposes.

MAC and iOS FireMonkey versions are in development at the moment, and will be available in couple of months.

Upvotes: 4

Arjen van der Spek
Arjen van der Spek

Reputation: 2660

VideoLab from Mitov software (Beta Release for FireMokey) : VideoLab

Download page: VideoLab 5.0.1 FireMonkey (Windows only) Beta 1 for XE2 Update 2 Only

Upvotes: 3

Marcus Adams
Marcus Adams

Reputation: 53880

If you want a free, popular, powerful, and cross platform method, use FFMPEG + SDL. This is how VLC does it.

Upvotes: 2

Michael
Michael

Reputation: 958

Found at torry: http://www.flashavconverter.com/

Upvotes: 2

Related Questions