That has all the basic functionality like play, pause, stop, forward, rewind, and volume controls?
I'd suggest using the Flex 4 SDK, the new spark VideoPlayer has everything out of the box.
Here some sample player with code
Website
Source Code
Download Source Code
Hope this helps.
Checkout Open Source Media Framework
This site is intended to facilitate the development and sharing of open standards and best practices for video player applications built on the Adobe® Flash® Platform.
Not opensource (AFAIK), but it has everything you could ever wish for.
Flowplayer
JW Video Player: http://www.longtailvideo.com/
http://developer.longtailvideo.com/trac/browser/tags/mediaplayer-5.0
I've never used it myself.
This is a good opensouce player for Flash, Flex, Silverlight, iphone. Just the download pack for the source codes and examples.Open Video Player
I hope my anwser was helpfull
DJ
Related
I am interested in building a custom browser in javafx 8 using the WebView component as a personal project. One of the features I hope to include is the ability to play flash video / sound. I'm not sure where to start so I'm hoping someone here could give me a few pointers as to how I'd go about accomplishing this.
Also, if you're aware of any resources out there that might come in handy when it comes to adding additional functionality I'd appreciate it. I'm hoping to make this fairly full featured.
Thanks in advance!
I'd stop this project because WebView does not support flash videos.
https://docs.oracle.com/javase/8/javafx/media-tutorial/overview.htm
It looks like I found a component that meets my requirements. JxBrowser.
https://dzone.com/articles/htmlcssjavascript-gui-java-0
https://www.teamdev.com/jxbrowser
I am looking for free video player control which can play video in my .aspx page.
i am using c#,.net 4.0 framework.
Have a look at Flowplayer.
Could be what you're looking for.
JWPlayer
is a nice one supporting many formats and even supports Silver light works fine on java script/HTML5 too.... It's free and open source too.
and can be used with any web development platform as it is javascript..
You can use object and embed html control and then pass the desired plugin as these blog posts shows
http://www.walkernews.net/2008/08/17/windows-media-player-how-to-embed-wmv-file-in-html-code/
http://www.walkernews.net/2008/01/11/how-to-embed-flv-flash-in-wordpress-or-html/
Hello
basccly i need to be able to play youtube videos in desktop application that is not GPL
i was reading that it can be done with LibVLC , but its GPL and its a problem
do i have any alternatives?
Thanks
Since you don't give much facts of what you actually need from the video side and you state that you are using QT, why not to go with its own media stuff - Phonon?
Searching the site didn't help, so if anybody has good tips for getting up to speed with Cairngorm?!
I have to make an ultra quickstart on this framework, since I have to dive into an existing project ASAP.
Any help is much appreciated!
This guys created a Flex application to help explain the work flow:
http://robsondesign.com/blog/index.php/2009/02/18/cairngorm-diagram-explorer-update/
I found this 5 part tutorial at www.davidtucker.net to be very practical and hands on. David moves fast but also gives solid descriptions for almost everything he does. The tutorial includes both blog posts and video code-alongs. I recommend doing both. The download files get a little messed up (renaming, Adobe AIR, Flex Web app), so I had to follow the code-alongs and use the downloaded source only for reference (I opened in a separate editor and copy and pasted as needed).
you don't mention which version of Cairngorm, but this is a good place to start if you are using version 2.1 or earlier.
cairngorm docs
The beta for Cairngorm 3 is out and you can find whatever info there currently is at
cairngorm 3
Here is a simple animated short about Cairngorm
Then you need to understand the MVC architectural pattern
Why to use design patterns (inspiration/motivation)
Then go ahead to these Cairngorm related links/videos:
Getting started links
Video tutorials
Then start coding:
A real case to work with
There's a book from Wrox on Amazon that really helped me Professional Cairngorm
I would like to know about the LCDS. What it does? How to configure it? Do I need to know Java?
Can I get some sort of tutorial pdf for it?
I am a new flex developer.I would like
to know about the LCDS. What it does?
One of the major feature of LCDS is it provides a server side push implementation to your flex app.
How to configure it? Would not know, since it does not work in sync with c# have not explored it as much as I would have liked.
Do I need to know Java?
Yes, unfortunately Java is the major player in supported language, else I would be all over it.
Adobe® LiveCycle Data Services ES is a powerful solution for creating data-intensive rich Internet applications (RIAs) that integrate with J2EE applications and business logic.
That is from the adobe site: http://www.adobe.com/cfusion/entitlement/index.cfm?e=lcds26_td
Can I get some sort of tutorial pdf
for it?
Best way is to go through the tutorials on the adobe web pages. If you are using hibernate here is an extra example. http://blog.comtaste.com/2007/07/livecycle_data_services_and_hi.html and http://iamjosh.wordpress.com/2007/11/08/building-a-livecycle-data-service-application/
T
and welcome to the great world of Flex. One thing is for sure - your going to enjoy it.
It is always good to satrt with the official site: http://www.adobe.com/products/livecycle/dataservices/
if you want to see what can be done with Flex in general and with LCDS, install Tour-de-flex: http://gregsramblings.com/2008/12/12/livecycle-data-services-and-tour-de-flex/
This Blog was a good start point to new guys where I work. The most important suggestions he made was to:
1. Get to know google
2. Check out this lynda course.
Last but not least, AdobeTV have great videos to watch! see: AdobeTV Data services search page
By the way, AdobeTV itself is fully build with Flex.
Be sure what LCDS can do for you with respect to Coldfusion and Flex/AIR.
There is likely something there that will save you a great deal of time, money and coding.