Audiojs.swf?playerInstance audiojs instances [%27audiojs0%27]

If you are using audio.js as MP3 player or playlist …. on some browser it causing error 403 to access SWF file with player instance http://yourdomain.com/audiojs/audiojs.swf?playerInstance=audiojs.instances[%27audiojs0%27]&datetime=1382426114401.4087 You need to make sure you have right permission on that SWF file and check JavaScript playerInstance below…. http://yourdomain.com/audiojs/audiojs.swf?playerInstance=audiojs.instances[%27audiojs0%27]&datetime=1382426114401.4087 Solution: Just replace code (Original audio.js) flashSource: ‘\ <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ … Read more

HTML5 MP3 Player with Folder Feedburner Playlist

WordPress and Standalone HTML5 MP3 Music Player with Playlist for MP3 Folder / Feedburner XML compatible with iOS, Android and supports all browsers Firefox, Chrome, Safari, IE and Opera! Read MP3 Folder URL This plugin can read MP3 folder like http://www.domain.com/mp3/ and automatically create dynamic horizontal & vertical playlist MP3 Folder with song’s index list … Read more

Facebook Adding an App to a Page

You can provide App to Fan Page Tab using URL, but you must check below options to get App (Page Tab) Added Page ID? https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL After successful authorization users will redirect to your Site URL with pageID http://www.domain.com/?tabs_added[pageID]=1#_=_ Integrating with Facebook APIs When a user selects Page Tab and authorize your application, you receive the … Read more

Create Website Thumbnails using PhantomJS

Hope you read my old article “Create WebThumb using LAMP”, it used for creating web thumbnails from Xvfb virtual framebuffer that is more time and resource consuming. Shell Script with Xvfb try to open web browsers in real remote server to capture web-thumbs… That whole setup might take a full day and image quality is … Read more

Cross Browser Flash Detection in Javascript

Option 1: <script type=”text/javascript”> $(document).ready(function(){ if (navigator.mimeTypes [“application/x-shockwave-flash”] == undefined) { alert(“Flash is not insalled on your Web browser.”); } else { alert(“Flash is insalled on your Web browser.”); } }); </script>   Option 2: JavaScript Flash Detection Library (Flash Detect) <script src=”flash_detect.js”></script> <script type=”text/javascript”> if(!FlashDetect.installed){ alert(“Flash is not insalled on your Web browser.”); }else{ … Read more

Amazon S3 Cloud HTML5 MP3 Player

Amazon S3 Cloud HTML5 Player plugin that allows you to link to your amazon S3 bucket and sets up a HTML5 Player playlist (horizontal or vertical). This plugin will support MP3 files only. Amazon S3 Cloud HTML5 MP3 Player is not associated in any way to amazon.com Get Self Hosted Amazon S3 Cloud HTML5 MP3 … Read more

Best JavaScript Obfuscator

JavaScript Obfuscator- Compress JavaScript. Minification is the practice of removing unnecessary characters from code to reduce its size, thus improving load times. JavasScript minification made easy The JavaScript compressor can compress your JavaScript. Compress formats: high ASCII, numeric encoding, normal encoding and even no encoding at all. JavaScript-Obfuscator.com’s JavaScript Compressor works with all sort of … Read more

Adobe Flash ExternalInterface issues with Internet Explorer

I was working for HTML5 Audio.js Player… I really like calling ExternalInterface when using SWFObject on Windows XP IE 8. You can’t use an actionscript callback for a certain set of keywords (“play”, “stop”, “tags”, “item”, “length” etc.) will break in IE and cause a javascript error. Object doesn’t support this property or method public … Read more

Best HTML5 JavaScript Frameworks for Mobile Development

A unified, HTML5-based user interface system for all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design. jQuery mobile framework takes the “write less, do more” mantra to the next level: Instead of writing unique apps … Read more