Masih di daerah kali malang, kali ini menunya ayam goreng
nih foto2 nya,
alamatnya di kalimalang bekasi deket MM.
.:cool_sinchan@yahoo.com:.
Best 10 Video player for HTML5
One of the hot topic in web development nowadays is about HTML5 Video Player . HTML5 player is one of the most notable new features in HTML5, it allows you to embed video without the use of flash. Here are 10 best HTML5 video players which allow you to easily embed video into web pages and ensure backwards compatibility.
LeanBack Player
LeanBack Player is a HTML5 Video Player with subtitle-support. It supports widely used desktop browsers and mobile devices. Support also IE6,IE7,IE8 and Safari (without Quicktime on windows). It has support for subtitles using HTML5 track element and language selection by label attribute of track (Multilanguage support:English,German,France).
MooPlay- HTML5 Video Player
Mooplay is a set of controls, built on top of MooTools, that enables us to create and customize a HTML5 video player. It has a play and pause control, buttons to move inside the video, progress slider, a load progress bar, a volume slider and a mute button, also available to full page display, and current and remaining time.
FryPlayer – HTML5 Video Player
One of open source and easy to use HTML5 video player. It has a play and pause button, also possible to set volume sound. Ability to skin, buffering, and full screen mode.
MediaElement.js- HTML5 Video Player
MediaElement.js is an HTML5 video and audio player with Flash fallback. It supports , iPad, iPod, iPhone , IE6, IE7, IE8, Firefox, Opera, Safari, Google Chrome and Android. It’s got many audio video shortcodes for easy use within post and pages.
VideoJS – HTML5 video player
VideoJS built on the VideoJS HTML5 video player library. It is the most widely used HTML5 video player available. It allows you to embed video in your post or page using HTML5 with Flash Fallback support for non-HTML5 browsers. It supports , iPad, iPod, iPhone, Firefox, Opera, Safari, Google Chrome and Android.
FlasHTML5 Video- HTML5 video player
It is a plugin for WordPress implementation of the FlasHTML5 Video Javascript Library featuring HTML5/ Flash Video with Mobile Fallback. It support all HTML5 modern browser, all other browsers (Flash), and Android, iPhone, iPad, and iPod with HTML5.
Sublime Vide0 – HTML5 video player
Sublime Video is an HTML5 video player that will allow you to easily embed videos in any page, blog or site using the latest modem web standards. . It allows you to embed video in your post or page using HTML5 with Flash Fallback support for non-HTML5 browsers. It supports , iPad, iPod, iPhone, IE6, IE7, IE8, Firefox, Opera, Safari, Google Chrome and Android, Blackberry.
Flare Vide0 – HTML5 video player
FlareVideo is an open source, jQuery powered HTML5 video player. The player supports fullscreen mode and has a fallback mechanism into a Flash driven player. Also easy CSS/HTML/JS customization and theming.
Projekktor – HTML5 video player
Projekktor is a free JS wrapper for the new HTML5 video and audio elements. It solves cross browser and compatibility issues, adds some eye candy to the native players and provides powerful non standard features. It supports , iPad, iPod, iPhone, IE6, IE7, IE8, Firefox, Opera, Safari, Chrome, googleTV.
OlPlayer – HTML5 video player
OlPlayer is a HTML5 audio and video player with fallback to Flowplayer or Cortado. OlPlayer attaches itself to all video and audio tags it encounters. It so easy to use and implement. Besides the general configuration of the plugin itself, it uses for each individual tag the attributes the respective tag has like poster, width, control autoplay. Also compatible for iPhone, iPad, iPod. Support for Safari (v4.0+), Google Chrome (v5.0+), Firefox (v3.5+), Internet Explorer (v6.0+) with Flash or Java installed, and maybe some untested others with HTML5 support, Flash or Java Installed.
HTML5 video player
Taken Form here http://www.denbagus.net/html5-video-player
Labels:
internet dan programming
Create Offline (LAN) Ipaper Like Scribd
Tuesday, March 08, 2011
Oke beberapa hari yang lalu saya mencoba membuat script yang dapat menampilkan file pdf seperti scribd tapi offline, hmm sudah basi mungkin, yah buat coba2 sekalian belajar bolehkan :p.
Pertama2 perkakas yang dibutuhkan:
1. Flexpaper
2. pdf2swf tool
3. XAMPP
Oke lets the war begin,
- Untuk pertama extract file flexpaper yang telah anda download.
- Install swftools yng telah didownload, copy file pdf2swf.exe (berhubung saya menggunakan Win XP) ke dalam folder aplikasi. .:cool_sinchan@yahoo.com:.
- Buat direktori untuk menyimpan file hasil extract swf tadi
- Setelah itu buatlah file php dengan script sbb:
- Ubah variabel file (preview.swf) menjadi :
.
Pertama2 perkakas yang dibutuhkan:
1. Flexpaper
2. pdf2swf tool
3. XAMPP
Oke lets the war begin,
- Untuk pertama extract file flexpaper yang telah anda download.
- Install swftools yng telah didownload, copy file pdf2swf.exe (berhubung saya menggunakan Win XP) ke dalam folder aplikasi. .:cool_sinchan@yahoo.com:.
- Buat direktori untuk menyimpan file hasil extract swf tadi
- Setelah itu buatlah file php dengan script sbb:
- copy paste isi script di file FlexPaperViewer.html dari flexpaper dan taruh. dibawah script php tersebut diatas.
#code for pdf to swf using pdf2swf software
#this codeworks in windows environment.
## Important Parameters
$file=$_GET['file'];
$swf="file/".$file.".swf";
if(file_exists($swf)){
$pdf_path ="file/".$file;
$swf_output =$swf;
}else{
$software_path ="pdf2swf" ;
$pdf_path ="file/".$file;
$argument = "-o";
$swf_output =$swf ;
$cmd ="$software_path $pdf_path $argument $swf_output -qq";
//exit;
$result = system($cmd);
$WshShell = new COM("WScript.Shell");
$oExec = $WshShell->Run("cmd /C $cmd ", 0, true);
}
//echo var_dump($result)." ".mktime();
//echo $result;
# 0 for command prompt invisible mode
# 3 for visible
?>
- Ubah variabel file (preview.swf) menjadi :
.
..
...
var flashvars = {
SwfFile : escape("<?php echo $swf;?>"),
Scale : 0.6,
ZoomTransition : "easeOut",
var flashvars = {
SwfFile : escape("<?php echo $swf;?>"),
Scale : 0.6,
ZoomTransition : "easeOut",
...
..
.
- Setelah itu simpan file tersebut dengan nama pdf2swf.php file.
- Untuk mengeksekusi buat perintah sbb:
http://localhost/myapppath/pdf2swf.php?file=my-pdf-file.pdf
Tadaaa
- Setelah itu simpan file tersebut dengan nama pdf2swf.php file.
- Untuk mengeksekusi buat perintah sbb:
http://localhost/myapppath/pdf2swf.php?file=my-pdf-file.pdf
Tadaaa
Labels:
internet dan programming
Subscribe to:
Posts (Atom)