Tampilkan postingan dengan label player. Tampilkan semua postingan
Tampilkan postingan dengan label player. Tampilkan semua postingan

Kamis, 05 Desember 2013

Use-your-Drive | Google Drive plugin for WordPress (Utilities)

Use-your-Drive | WordPress Plugin


This plugin will help you to easily integrate Google Drive into your WordPress website or blog. Use-your-Drive allows you to view, download, delete, rename files & folders directly from a WordPress page. You can use Use-your-Drive as a filebrowser, gallery, audio- or video-player!


NOTE: Use-your-Drive uses the Offical Google API.


Features



Filebrowser



  • View Google Drive folders & files directly on your site

  • Upload form so users can upload (multiple) files to Google Drive

  • Add, delete and rename files & folders

  • Download files as zip file

  • Search your Google Drive for files & folders

  • If needed you can restrict users so they are only able to use their ‘own’ Google Drive folder



Gallery



  • Great looking grid with lightbox

  • Folder thumbnails shows whats inside the folder

  • Customize image row height

  • Shuffle images

  • Add, delete and rename images

  • Download images as zip file



Audio & Video




  • Streams audio files directly from your Google Drive with a HTML 5 audioplayer with flash-fallback.


    • .m4a (AAC/H.264)


    • .oga (Vorbis/Theora)


    • .mp3




  • Streams video files directly from your Google Drive with a HTML 5 audioplayer with flash-fallback.


    • .webmv (Vorbis/VP8)


    • .ogv (Vorbis/Theora)


    • .m4v (AAC/H.264)





General




  • Sort files by name, size or modified date


  • Restrict viewing by file extension and file or folder name


  • Restrict uploading files by file extension


  • Restrict which user can see, download, rename or delete your files or upload new ones. You can set the required capabilities by yourself with WordPress Capabilities


  • Secure OAuth 2 authentication


  • Powerful but intuitive shortcode generator


  • Multi language supported


  • And finally… All elements are responsive!


Do you miss a feature? Let us know!

Requirements



  • At least PHP 5.3 with cURL extension


Screenshots


Use your Drive - Google Drive plugin for WordPress




Changelog


= 1.0.1 (26 November 13) =




  • Added WordPress Multi-Site support


  • Bug fix caching Google API requests


  • Bug fix streaming audio/video files


  • Bug fix Lightbox gallery


= 1.0 (22 November 13) =




  • Initial release version

WebCinema (Galleries)






WebCinema is an easy to use Wordpress Video Plugin with responsive design that gives you the possibility to display your videos or video playlists on your website.






  • Supports Vimeo or Youtube videos

  • Ability to import YouTube playlists

  • Ability to import Vimeo albums

  • Does not require YouTube or Vimeo API keys or registrations

  • Uses Shortcode

  • Responsive Design

  • Videos can be displayed in Popup

  • Video player can be adjusted for 100% Width

  • Draggable Vertical or Horizontal slider playlist. Works on mobile devices such as iPad Retina Display

  • Supports multiple instances of the plugin on one page






From your Admin Panel go to Plugins -> Add New -> Upload -> Browse and pick the WebCinema archive file. Click “Install Now” button. Click “Active Now” after the plugin has been installed. A new menu should now appear in your Admin Menu called “WebCinema”.







From your Admin Panel go to WebCinema -> Local Playlists -> Create New PLaylist. Enter Playlist Name and click “Save Playlist”.






From your Admin Panel go to WebCinema -> Local Playlists.
Hover over the newly created playlist and click the “Browse” button.
Click “Add Video” and enter Vimeo or YouTube video link.
Optionally you can specify the Title and Thumbnail link for the Video or you can leave them blank to be automatically filled.
After that, click the “Save Video” button.

The plugin currently only supports YouTube and Vimeo videos.






From your Admin Panel go to WebCinema -> YouTube Playlists.
Enter the YouTube User ID in the “YouTube User ID” Field and click change user.

The plugin will display list with the user’s playlists. Hover over the playlist and click the “Import” button to copy the playlist to the local database. These imported playlists can later be edited. Editing the imported playlists (changing names, deleting vidoes etc…) won’t affect the originals.






From your Admin Panel go to WebCinema -> Vimeo Playlists.
Enter the Vimeo User ID in the “Vimeo User ID” Field and click change user.

The plugin will display list with the user’s albums. Hover over the album and click the “Import” button to copy the playlist to the local database. These imported albums can later be edited. Editing the imported albums (changing names, deleting vidoes etc…) won’t affect the originals. You can import up to a maximum of 60 videos per album in Vimeo.





To display the plugin simply add the shortcode [webcinema] to the page or post.
If you want to add it directly to the html, paste the following code where you want the plugin to be displayed:
<?php echo do_shortcode("[webcinema]"); ?>






[webcinema]

[webcinema playlist=1,2,3]

[webcinema video=1,2,3]

[webcinema playlist=1,2,3 video=1,2,3]

<?php
webcinema::enqueue_scripts(); // place before wp_head(); hook
echo do_shortcode("[webcinema]"); // place where you want to display the html part
?>


Where playlist=1,2,3 and video=1,2,3 are ID numbers. IDs are visible in the admin section of the plugin.






Use-your-Drive | Google Drive plugin for WordPress (Utilities)

Use-your-Drive | WordPress Plugin


This plugin will help you to easily integrate Google Drive into your WordPress website or blog. Use-your-Drive allows you to view, download, delete, rename files & folders directly from a WordPress page. You can use Use-your-Drive as a filebrowser, gallery, audio- or video-player!


NOTE: Use-your-Drive uses the Offical Google API.


Features



Filebrowser



  • View Google Drive folders & files directly on your site

  • Upload form so users can upload (multiple) files to Google Drive

  • Add, delete and rename files & folders

  • Download files as zip file

  • Search your Google Drive for files & folders

  • If needed you can restrict users so they are only able to use their ‘own’ Google Drive folder



Gallery



  • Great looking grid with lightbox

  • Folder thumbnails shows whats inside the folder

  • Customize image row height

  • Shuffle images

  • Add, delete and rename images

  • Download images as zip file



Audio & Video




  • Streams audio files directly from your Google Drive with a HTML 5 audioplayer with flash-fallback.


    • .m4a (AAC/H.264)


    • .oga (Vorbis/Theora)


    • .mp3




  • Streams video files directly from your Google Drive with a HTML 5 audioplayer with flash-fallback.


    • .webmv (Vorbis/VP8)


    • .ogv (Vorbis/Theora)


    • .m4v (AAC/H.264)





General




  • Sort files by name, size or modified date


  • Restrict viewing by file extension and file or folder name


  • Restrict uploading files by file extension


  • Restrict which user can see, download, rename or delete your files or upload new ones. You can set the required capabilities by yourself with WordPress Capabilities


  • Secure OAuth 2 authentication


  • Powerful but intuitive shortcode generator


  • Multi language supported


  • And finally… All elements are responsive!


Do you miss a feature? Let us know!

Requirements



  • At least PHP 5.3 with cURL extension


Screenshots


Use your Drive - Google Drive plugin for WordPress




Changelog


= 1.0.1 (26 November 13) =




  • Added WordPress Multi-Site support


  • Bug fix caching Google API requests


  • Bug fix streaming audio/video files


  • Bug fix Lightbox gallery


= 1.0 (22 November 13) =




  • Initial release version

Rabu, 04 Desember 2013

Easy Audio Player (Media)

What is Easy Audio Player ?



Easy Audio Player it is a powerful HTML5 audio player for your website with responsive layout and full API spport, it runs with the new HTML5 audio engine and if its not supported, it will use Adobe Flash fallback. Packed with four skins with various styles it can be used in any type of layout and of course the skins can be modified.




Easy Audio Player can be used in any type of HTML page including Wordpress, at this link there is a demo page running in Wordpress (Please note that this is NOT a Wordpress plugin!, the player must be installed manually, we have inclulded a tutorial about how to install it in Wordpress).




Main features:



Packed with tone of options allowing you to control the layout and skin in the way that pleases you most.
Extremely easy to use, setup in less than 3 minutes.




Fully Responsive & Mobile Optimized (Smartphones & Tablets). Video demonstration on Android or Video demonstration demo on IOS.




Support for old browsers like IE7 and IE8.




Full API support, the player has a full set of methods and events / listeners that allows to control the player externally, even more you can hide the entire buttons bar and have an invisible player instance that can be controlled with your own set of buttons.




All buttons are optional (please note that all buttons includding the background can be hidden).




Support for multiple instances of the audio player and different audio (.mp3 files) attached to each instance.




Autoplay, the audio (.mp3 file) should start playing as soon as it is ready (optional).




Loop, the audio (.mp3 file) should start over again, when it is finished (optional).




Volume, the volume can be set.




Animation intro, the entire skin can have a animation intro once the player is ready (optional).




Four skins along with the PSD files included!




Detailed Documentation included!




Example pages included!




API – public methods:



setSource(source:String): – Set the audio path, this method accept a parameter that represents the audio source path.




setVolume(volume:Number): – Set the audio volume, this method accepts a parameter that represents a number between 0 (audio mute state) and 1 (audio maximum volume).




stopToScrub() and stopToScrub(): – Notify instance to stop to scrub (useful only if a custom scrub bar is used).




scrub(): – Notify instance to scrub (set the audio position), this method accepts a parameter that represents a number between 0 (audio start position) and 1 (audio end position).




stop(): – Stops the playback and the loading process if the loading process has started.




play(): – Start / play playback.




pause(): – Pause the playback.




destroy(): – Destroy the Easy Audio Player instance and remove it from DOM.




API – event listeners:



ready – FWDAudioPlayer.READY: – Dispatched when the Easy Audio Player instance API is actually available.




stop – FWDAudioPlayer.STOP: – Dispatched when the Easy Audio Player instance is stopped.




play – FWDAudioPlayer.PLAY: – Dispatched when the Easy Audio Player instance playback start to play.




play – FWDAudioPlayer.PLAY: – Dispatched when the Easy Audio Player instance playback start to play.




pause – FWDAudioPlayer.PAUSE: – Dispatched when the Easy Audio Player instance playback is paused.




update – FWDAudioPlayer.UPDATE: – Dispatched when the Easy Audio Player instance is playing and it’s position is changing (useful to update a custom scrub bar), this event has a property of type Number between 0 (audio start position) and 1 (audio end position).




error – FWDAudioPlayer.ERROR: – Dispatched when the Easy Audio Player instance can’t load or play the audio file, this event has a property of type String that represents the error message.




playComplete – FWDAudioPlayer.PLAY_COMPLETE: – Dispatched when the Easy Audio Player instance playback has reached the end of the audio file.




API – main attributes:



instanceName <String>: – The the Easy Audio Player instance instance name, the API is called by the Easy Audio Player instance name dot property.




skinPath <String>: – Specifies the URL of the skin path.




flashPath <String>: – Specifies the URL of the Flash (SWF) file that will handle the fallback for older browsers. If the SWF file is not in the same folder as your html page. You can change the URL path with this attribute.




sourcePath <String>: – Specifies the URL of the audio files.




useOnlyAPI <Boolean>: – Use only public API with or without the default skin, basically this will hide or show the control bar.




autoPlay <Boolean>: – Specifies whether or not to start playing the Easy Audio Player instance as soon as the audio has loaded.




loop <Boolean>: – Specifies that the Easy Audio Player instance should start over again, when the playback reaches the end.




maxWidth <Number>: – The Easy Audio Player instance maximum width in pixels.




volume <Number>: – Specifies the volume of the audio. The volume ranges from 0 (silent) to 1 (full volume).




animateOnIntro <Boolean>: – Specifies that the Easy Audio Player instance should animate or not the buttons when it is fully loaded.




animateOnIntro <Boolean>: – Specifies that the Easy Audio Player instance should animate or not the buttons when it is fully loaded.




showOnlyPlayButton <Boolean>: – Specifies if only the play button is used.




showBackgroundBar <Boolean>: – Hide or show the buttons background bar.




showVolumeScrubber <Boolean>: – Hide or show the volume scrub bar.




showVolumeButton <Boolean>: – Hide or show the volume button.




showTime <Boolean>: – Hide or show the time.




Special notes:



For simplicity we have used only two audio files, but is important to note that each audio player instance can play a different audio file (.mp3 file).




If autoplay is enabled the Easy Audio Player instance will try to play the audio file, on most mobile devices this is not allowed by the operating system.




On mobile devices the volume is always set to maximum and it can’t be modified, this is again a restrction of the mobile operating system… the volume can be modified using the device volume controller.




Keywords: audio, html5, mp3, ogg, music, player, song, responsive, volume, streaming, fallback, flash, release, wp, podcast

Easy Audio Player (Media)

What is Easy Audio Player ?



Easy Audio Player it is a powerful HTML5 audio player for your website with responsive layout and full API spport, it runs with the new HTML5 audio engine and if its not supported, it will use Adobe Flash fallback. Packed with four skins with various styles it can be used in any type of layout and of course the skins can be modified.




Easy Audio Player can be used in any type of HTML page including Wordpress, at this link there is a demo page running in Wordpress (Please note that this is NOT a Wordpress plugin!, the player must be installed manually, we have inclulded a tutorial about how to install it in Wordpress).




Main features:



Packed with tone of options allowing you to control the layout and skin in the way that pleases you most.
Extremely easy to use, setup in less than 3 minutes.




Fully Responsive & Mobile Optimized (Smartphones & Tablets). Video demonstration on Android or Video demonstration demo on IOS.




Support for old browsers like IE7 and IE8.




Full API support, the player has a full set of methods and events / listeners that allows to control the player externally, even more you can hide the entire buttons bar and have an invisible player instance that can be controlled with your own set of buttons.




All buttons are optional (please note that all buttons includding the background can be hidden).




Support for multiple instances of the audio player and different audio (.mp3 files) attached to each instance.




Autoplay, the audio (.mp3 file) should start playing as soon as it is ready (optional).




Loop, the audio (.mp3 file) should start over again, when it is finished (optional).




Volume, the volume can be set.




Animation intro, the entire skin can have a animation intro once the player is ready (optional).




Four skins along with the PSD files included!




Detailed Documentation included!




Example pages included!




API – public methods:



setSource(source:String): – Set the audio path, this method accept a parameter that represents the audio source path.




setVolume(volume:Number): – Set the audio volume, this method accepts a parameter that represents a number between 0 (audio mute state) and 1 (audio maximum volume).




stopToScrub() and stopToScrub(): – Notify instance to stop to scrub (useful only if a custom scrub bar is used).




scrub(): – Notify instance to scrub (set the audio position), this method accepts a parameter that represents a number between 0 (audio start position) and 1 (audio end position).




stop(): – Stops the playback and the loading process if the loading process has started.




play(): – Start / play playback.




pause(): – Pause the playback.




destroy(): – Destroy the Easy Audio Player instance and remove it from DOM.




API – event listeners:



ready – FWDAudioPlayer.READY: – Dispatched when the Easy Audio Player instance API is actually available.




stop – FWDAudioPlayer.STOP: – Dispatched when the Easy Audio Player instance is stopped.




play – FWDAudioPlayer.PLAY: – Dispatched when the Easy Audio Player instance playback start to play.




play – FWDAudioPlayer.PLAY: – Dispatched when the Easy Audio Player instance playback start to play.




pause – FWDAudioPlayer.PAUSE: – Dispatched when the Easy Audio Player instance playback is paused.




update – FWDAudioPlayer.UPDATE: – Dispatched when the Easy Audio Player instance is playing and it’s position is changing (useful to update a custom scrub bar), this event has a property of type Number between 0 (audio start position) and 1 (audio end position).




error – FWDAudioPlayer.ERROR: – Dispatched when the Easy Audio Player instance can’t load or play the audio file, this event has a property of type String that represents the error message.




playComplete – FWDAudioPlayer.PLAY_COMPLETE: – Dispatched when the Easy Audio Player instance playback has reached the end of the audio file.




API – main attributes:



instanceName <String>: – The the Easy Audio Player instance instance name, the API is called by the Easy Audio Player instance name dot property.




skinPath <String>: – Specifies the URL of the skin path.




flashPath <String>: – Specifies the URL of the Flash (SWF) file that will handle the fallback for older browsers. If the SWF file is not in the same folder as your html page. You can change the URL path with this attribute.




sourcePath <String>: – Specifies the URL of the audio files.




useOnlyAPI <Boolean>: – Use only public API with or without the default skin, basically this will hide or show the control bar.




autoPlay <Boolean>: – Specifies whether or not to start playing the Easy Audio Player instance as soon as the audio has loaded.




loop <Boolean>: – Specifies that the Easy Audio Player instance should start over again, when the playback reaches the end.




maxWidth <Number>: – The Easy Audio Player instance maximum width in pixels.




volume <Number>: – Specifies the volume of the audio. The volume ranges from 0 (silent) to 1 (full volume).




animateOnIntro <Boolean>: – Specifies that the Easy Audio Player instance should animate or not the buttons when it is fully loaded.




animateOnIntro <Boolean>: – Specifies that the Easy Audio Player instance should animate or not the buttons when it is fully loaded.




showOnlyPlayButton <Boolean>: – Specifies if only the play button is used.




showBackgroundBar <Boolean>: – Hide or show the buttons background bar.




showVolumeScrubber <Boolean>: – Hide or show the volume scrub bar.




showVolumeButton <Boolean>: – Hide or show the volume button.




showTime <Boolean>: – Hide or show the time.




Special notes:



For simplicity we have used only two audio files, but is important to note that each audio player instance can play a different audio file (.mp3 file).




If autoplay is enabled the Easy Audio Player instance will try to play the audio file, on most mobile devices this is not allowed by the operating system.




On mobile devices the volume is always set to maximum and it can’t be modified, this is again a restrction of the mobile operating system… the volume can be modified using the device volume controller.




Keywords: audio, html5, mp3, ogg, music, player, song, responsive, volume, streaming, fallback, flash, release, wp, podcast