1, Import JS file swfobject.js2. Add a script to the head3. Add Dev in bodyReference: http://blog.csdn.net/joeyon1985/article/details/39964335Jwpalyer use of web Player
First download the installation of VLC plug-in, and then write a page, the page, specify the corresponding RTSP video address to be good.
To VLC's official website to download the corresponding plug-in, the current plug-in version is 2.2.4.
When the download is complete, install to the disk at the specified location, for example: D:\VLC
Register VLC Plugin (otherwise the video will not display properly): Use CMD to run: regsvr32 D:\VLC\axvlc.dll.
Create a new HTML page with
The first paragraph: You can add more than one songThe code is as follows: You can add more than one song in the middle | Spacing symbol separatedThe second paragraph:The code is as follows:[Description of the second paragraph]The third paragraph:The code is as follows:[Description of the third paragraph]1 Default Style:2 Setting the modified color:Click to set the player of the personality
Method First, download the original package installation directly
A-Go to http://get.adobe.com/flashplayer/to download the installation package supported by our system
Currently my test system is using the Debian 7 64 bit, then need to download the corresponding 64-bit component package.
B-Upload, unzip
We upload the downloaded file to the root directory and unzip it via tar:
Tar xzvf install_flash_player_11_linux.i386.tar.gz # 32 bitsTar xzvf install_flash_player_11_linux.x86_64.tar.gz #
Tip: You can modify some of the code before running
JS Call Sina Entertainment web player fixed in the lower left corner
Tip: You can modify some of the code before running
1. Under the Standby page, click the "Application" icon.2. Click on the "Internet" icon.3. Enter "Flash" in the Search field and click "Go".4. Click on "Adobe Flash Player" to download.5. Click "Normal download" to download.6. The mobile phone will automatically eject the installation prompt after the download is complete, click "Install" at this time.7. Click "Finish".After the above operation, you will be able to watch the video online, as shown in
Unknowingly into the VR industry also a year, do the app, but also do the game. It feels fresh.
See a lot of people in the group asking what is the ability to do VR, what you need to know.
VR development requires knowledge points (individual):
1.unity, develop interface.
2.android,ios. You don't need to be proficient, but you have to know some basics, such as Android's XML file permissions, you can understand the JAVA,OC call, there is the base of Android Studio, Xcode tool usage, The most b
Filter out other players and use my own player to do
Copy Code code as follows:
Wv.setwebviewclient (New Webviewclient () {
Public boolean shouldoverrideurlloading (final WebView view,
Final String URL) {
if (Url.contains ("3gp") | | url.contains ("mp4")) {//http://113.31.34.14:80/work/500/152/283/484/500.20120913082849.3gp
Loadurl (view, URL, true);/load Video
} else {
Loadurl (view, URL, false);/Load Web page
}
http://113.31.3
Original address: http://aykkk.blog.163.com/blog/static/161779533201211044316285/
Today a customer put forward this request, online search information, inadvertently see a website has this function, analyzed, found that to achieve this function requires 2 files: flvplayer.swf, this is the player, Swfobject.js, this is the control script,
The specific code is as follows: simple:
Video Initial size you can change it yourself.
There is a lot of knowledge and documentation about Jwplayer online, this article only describes how to use Jwplayer.
Use jwplayer here, need to build network environment (this article uses appserv2.6.0 integration environment)
Appserv 2.6.0 installation is very simple, apache2.2 boot port 80 may conflict, the same solution Google, install the best reboot.
Jwplayer official website http://www.longtailvideo.com/
Jwplayer download Page http://www.longtailvideo.com/jw-
Many people say that fireworks is too weak, far less than the effect of Photoshop, for me this pair of FW has a unique "senior Netizen" Look, the key is to fully grasp the use of software skills, plus good design ideas, with fireworks can also make more beautiful pictures. Recently saw the Microsoft official website of the Windows Media Player 11 page of the ' Play ' icon very good crystal texture effect, specially brought to make, now with you heroes
The Quick build Windows 8 style Application 20-mediaelement blog mentions how to use the MediaElement object to play the simple function of video, but it requires more complex features in practical applications, such as controls that control video playback, Full-screen mode, Progress bar and so on other functions.
The example in this blog post uses the media files contained in the application, and of course we can load a media file over the network or locally [using Fileopenpicker].
Sample cod
FOOBAR2000 is an advanced audio player under a Windows platform. Contains advanced label features that fully support Unicode and support playback gains.
Features: * Supported audio formats: MP3, MP4, AAC, CD Audio, WMA, Vorbis, FLAC, WavPack, WAV, AIFF, Musepack, Speex, AU, SND, will support more formats through Third-party plug-ins.
foobar2000 1.3.2 Final:
Improved handling of FLAC files with malformed cuesheets.
Improved ReplayGain scanner perfo
This is a video player based on open source. It can play videos on Youku and Tudou. The quality is still good. I've made it into a snap application. For everyone's reference. The benefit of SNAP packages is that you don't need to install any other dependencies. You just need to install one package. See how many Debian applications on the market need to install a lot of dependent packages to run correctly. And there may be many packages that are incomp
problem was found shortly thereafter. Because the program is multithreaded, it happens to write data to the database.The operation to clear the database will be performed before execution, so the error will still occur. Then think of writing another downline service, let the data go to the database first to write, and thenPerform a downline operation. and then block the service off. This service is executed to perform other services.Final Solution:After the analysis of the solution is very simp
There are three methods for playing audio in IOS: avaudioplayer, audio service, and audio queue.
This article focuses on avaudioplayer. For the other two, see related articles.
Avaudioplayer is in the avfoundation framework, so we need to import avfoundation. framework.
The avaudioplayer class encapsulates the ability to play a single sound. The player can be initialized using nsurl or nsdata. Note that nsurl is not a network URL but a local file URL,
://www.microsoft.com/windows/windowsmedia/
(2) RealNetworks RealMedia
Http://www.real.com
(3) Apple QuickTime
Http://www.apple.com/quicktime/download/
Figure 1 shows the Stream Media Network playback process.
Figure 1 principles of streaming media transmission
2. Online publishing of streaming media files
Different from image text, the browser itself cannot play streaming media files and requires plug-ins or player installation. Com
iOS Development Outreach-Audio processing (music player 4)Description: This article mainly introduces some detail control in the process of music player implementation.The effect of the implementation: One, the complete codeYYPLAYINGVIEWCONTROLLER.M file 1//2//YYPLAYINGVIEWCONTROLLER.M 3//20-Audio processing (music Player 1) 4//5//Created by Apple on 14-8-13. 6
iOS Development Outreach-Audio processing (music player 4)Description: This article mainly introduces some detail control in the process of music player implementation.The effect of the implementation: One, the complete codeYYPLAYINGVIEWCONTROLLER.M file 1//2//YYPLAYINGVIEWCONTROLLER.M 3//20-Audio processing (music Player 1) 4//5//Created by Apple on 14-8-13. 6
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.