Mobile Applications
Mobile devices, such as the iPhone, iPad, Droid, and BlackBerry, require different HTML and JavaScript to support audio and video playback. Different desktop browsers, such as Internet Explorer, Firefox, and Safara, have some differences also. Sunrise Resources LLC has developed JavaScript and PHP based functions that recognize the type of client browser (such as Mobile Safari for iPhone and iPad using HTML5 or Firefox for desktop), and then generate the proper JavaScript and HTML for the specific type of media file (e.g. .mp3) from a MySQL database. You are using the browser:
CCBot/1.0 (+http://www.commoncrawl.org/bot.html) As new media file formats and playback technologies become available, the database is updated so the single line of web page coding does not need to be changed. For example
play_media( filename, no_player_display, full_size, loop ); The table below shows shows a sample of browsers and mobile devices along with their most common media players and video formats. By supporting video in the .flv and .mp4 formats, you can cover a very high percentage of popular browsers and mobile devices. Our preferred method is to employ a server script to convert media files to the supported formats and sizes upon upload. It is also possible to convert media files to the format and size required in real-time. | Browser | Screen Size | Most Common Media Player | Most Common Video Format | | Internet Explorer 8 | Variable | Flash | .flv | | Firefox | Variable | Flash | .flv | | Safari (desktop) | Variable | Flash | .flv | | iPhone 4 - Mobile Safari | 960 x 640 | HTML5 | .mp4 | | iPhone 3 - Mobile Safari | 640 x 480 | HTML5 | .mp4 | | iPad - Mobile Safari | 1024 x 768 | HTML5 | .mp4 | | Droid X - Mobile Safari | 854 x 480 | Android Media Player | .flv | | BlackBerry Tour 9630 | 480 x 360 | BlackBerry Media Player | .mp4 |
New mobile devices and browsers can be quickly supported. FastOrder.info (Mobile and Desktop Layout and CSS) Audio Demo (notification sound) Audio Demo (While My Guitar Gently Weeps) Stop Demo |