play audio and video file in GWT
i want to play audio and video file using flas开发者_StackOverflow中文版h player in GWT...how can we integrate that player in GWT...
If you need to communicate between GWT and Flash take a look at gwt2swf.
If that's not the case and you simply want to create the needed markup you could use the HTML
widget.
精彩评论