{"id":9992,"date":"2010-08-03T18:19:07","date_gmt":"2010-08-03T18:19:07","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/flashtml5-video\/"},"modified":"2010-08-09T16:56:18","modified_gmt":"2010-08-09T16:56:18","slug":"flashtml5-video","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/flashtml5-video\/","author":6696177,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.1","tested":"3.0.5","requires":"2.0.2","requires_php":"","requires_plugins":"","header_name":"FlasHTML5 Video","header_author":"Hook","header_description":"","assets_banners_color":"","last_updated":"2010-08-09 16:56:18","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.byhook.com\/","header_plugin_uri":"http:\/\/labs.byhook.com\/","header_author_uri":"http:\/\/www.byhook.com\/","rating":5,"author_block_rating":0,"active_installs":10,"downloads":4754,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0.1":"<p>Corrected readme and added more info to the admin panel<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2907,206,203,841,222],"plugin_category":[50],"plugin_contributors":[89764],"plugin_business_model":[],"class_list":["post-9992","plugin","type-plugin","status-closed","hentry","plugin_tags-fallback","plugin_tags-flash","plugin_tags-html5","plugin_tags-mobile","plugin_tags-video","plugin_category-media","plugin_contributors-hookstudios","plugin_committers-hookstudios"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/flashtml5-video.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>A Wordpress implementation of the FlasHTML5 Video Javascript Library featuring HTML5 \/ Flash Video with Mobile Fallback.  Supported Platforms include:<br \/>\n<br \/>\n- Modern Browsers (HTML5)<br \/>\n- All Browsers (Flash)<br \/>\n- Android (HTML5)<br \/>\n- iPhone (HTML5)<br \/>\n- iPad (HTML5)<br \/>\n- iPod (HTML5)<br \/>\n<br \/>\nSimply use the following short codes [FlasHTML5][\/FlasHTML5], paste in the main parameters from the library function, and the plugin will do the rest. Also, do not forget to add the .htaccess file to the directory with your videos. <br \/><br \/>An example of the plugin in action and associated code can be viewed <a href=\"http:\/\/labs.byhook.com\/flashtml5-video-demo\/\">here<\/a>. (All you really need to do is copy the code from the demo page, update the file names, change the sizes, and you will be good to go.<\/p>\n\n<h3>A brief Markdown Example<\/h3>\n\n<p>A Wordpress implementation of the FlasHTML5 Video Javascript Library.  Simply use the following short codes [FlasHTML5][\/FlasHTML5], paste in the main parameters from the library function, and the plugin will do the rest. Also, do not forget to add the .htaccess file to the directory with your videos. <br \/><br \/>An example of the plugin in action and associated code can be viewed <a href=\"http:\/\/http:\/\/labs.byhook.com\/flashtml5-video-demo\/\">here<\/a>. (All you really need to do is copy the code from the demo page, update the file names, change the sizes, and you will be good to go. <br \/><br \/><\/p>\n\n<pre><code>[FlasHTML5]\nuseFlashFirst:false,\nmobileVideoObject: new HTML5VideoObject(480,192, {\"autobuffer\":\"autobuffer\",\"controls\":\"controls\"}),\nmobileH264: new HTML5VideoAsset(\"http:\/\/labs.byhook.com\/html5video\/telematics_mobile.mp4\",\"video\/mp4\"),\nmobilePosterImage: new HTML5VideoImage(\"http:\/\/labs.byhook.com\/html5video\/telematics_mobile.jpg\", 480, 192, \"telematics\", \"No video playback capabilities.\"),\nandroidPosterImage: new HTML5VideoImage(\"http:\/\/labs.byhook.com\/html5video\/telematics_mobile_play.jpg\", 480, 192),\ndesktopVideoObject: new HTML5VideoObject(980, 390, {\"autobuffer\":\"autobuffer\",\"controls\":\"controls\"}),\ndesktopH264: new HTML5VideoAsset(\"http:\/\/labs.byhook.com\/html5video\/telematics_desktop.mp4\",\"video\/mp4\"),\ndesktopAdditionalVideos: [new HTML5VideoAsset(\"http:\/\/labs.byhook.com\/html5video\/telematics_desktop.ogv\",\"video\/ogg\"), new HTML5VideoAsset(\"http:\/\/labs.byhook.com\/html5video\/telematics_desktop.webm\",\"video\/webm\")],\ndesktopFlashObject: new HTML5VideoFlashObject(\"http:\/\/labs.byhook.com\/html5video\/player.swf\", 980, 414, {\"allowFullScreen\":\"true\", \"flashvars\":\"file=http:\/\/labs.byhook.com\/html5video\/telematics_desktop.flv&amp;image=http:\/\/labs.byhook.com\/html5video\/telematics_desktop.jpg\"}),\ndesktopPosterImage: new HTML5VideoImage(\"http:\/\/labs.byhook.com\/html5video\/telematics_desktop.jpg\", 980, 390, \"telematics\", \"No video playback capabilities.\")\n[\/FlasHTML5]\n<\/code><\/pre>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<p>e.g.<\/p>\n\n<ol>\n<li>Upload <code>flashhtml5-video.php<\/code> and .js files to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Place the .htaccess file in the directory with you videos<\/li>\n<li>Check out the admin panel for useage info and sytax<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I use this plugin?<\/dt>\n<dd><p>Simply use the following short codes [FlasHTML5][\/FlasHTML5], paste in the main parameters from the library function, and the plugin will do the rest. An example of the plugin in action and associated code can be viewed <a href=\"http:\/\/labs.byhook.com\/flashtml5-video-demo\/\">here<\/a>. (All you really need to do is copy the code from the demo page, update the file names, change the sizes, and you will be good to go.<\/p><\/dd>\n<dt>Where can I learn move about the Javascript Library?<\/dt>\n<dd><p>Visit <a href=\"http:\/\/labs.byhook.com\/2010\/07\/30\/flashtml5-the-javascript-library-and-wordpress-plugin\/\">this post<\/a> for more information.<\/p><\/dd>\n<dt>I have all the code correct, but my browser can't find the videos?<\/dt>\n<dd><p>Don't forget to add the .htaccess file to the directory with your videos.<\/p><\/dd>\n<dt>Where can I learn about encoding the videos for html5 and mobile devices?<\/dt>\n<dd><p>Visit <a href=\"http:\/\/labs.byhook.com\/2010\/07\/28\/html5-video-with-flash-fallback-and-vice-versa\/\">this post<\/a> for more information.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Corrected readme and added more info to the admin panel<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial Release<\/li>\n<\/ul>","raw_excerpt":"A Wordpress implementation of the FlasHTML5 Video Javascript Library.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/9992","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=9992"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/hookstudios"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=9992"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=9992"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=9992"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=9992"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=9992"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=9992"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}