• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Installing SoundManager2 With Great 360° Player

By Abhishek Ghosh April 19, 2013 6:36 pm Updated on October 17, 2014

Installing SoundManager2 With Great 360° Player

Advertisement

Installing SoundManager2 now has great looking 360° Players with Spectrum/EQ visualizations. Can be embeded in WordPress. Source Code is same of SoundCloud. Obviously, without a Content Delivery Network, the loading will be slower. We recommend to use a streaming CDN like Akamai, Rackspace Cloud Files etc. Please provide time for reading this guide. Each and every sentence is important.

 

Preface to Installing SoundManager2

 

You can read two very important guides for better understanding of the practical usage of Streaming Media :

Rackspace Cloud Files and Flowplayer

Advertisement

---

Embedding Streaming Video From Rackspace Cloud Files in WordPress

The above two guides has very little to do directly with Installing SoundManager2. The importance is that – if you use a streaming CDN for the media files, the effect of loading will be instant, you can serve the CSS and javascripts from non-SSL CDN. In case you are delivering on a SSL enabled domain, you must use all the static files from the SSL enabled CDN, otherwise you will face mix content error. SSL URL itself will increase the page loading time as there will be the SSL negotiation.

 

Source codes for Installing SoundManager2 can be found here :

 

Vim
1
https://github.com/scottschiller/SoundManager2

 

Installing SoundManager2 With Great 360° Player

As you can see in the screenshot, the PSD file is included in the demo folder. Demo usually is enough for the average users. Otherwise you have to code yourself :

 

Vim
1
http://www.schillmania.com/projects/soundmanager2/doc/getstarted/

 

Installing SoundManager2 With Great 360° Player

 

Installing means uploading the files after proper changes. The xml file will serve the work of saving data for advanced usage, otherwise the Demo instances are enough.

Example :

 

Vim
1
http://www.schillmania.com/projects/soundmanager2/demo/360-player/canvas-visualization.html

 

Click the play icon of each player to see the effect. You will get the same things in the zip download from Github, inside the demo folder.

In case of WordPress, you can insert in two ways; first via inline CSS and Javascripts through post. One of such example can be the guide to add Font Emboss, 3D Effect, Animated Effect Using Google Font API. I can not give warranty for Microsoft’s odd browser Internet Explorer, all ‘normal’ standard browsers except IE can load them if embedded in this way. That includes the mobile browsers too.

Another way to use is to use PHP to load the javascripts and CSS and adding the video specific code for the player manually :

 

// load SoundManager2 Stylesheet// childtheme is a vague name, replace with yours function childtheme_create_stylesheet($content) { $content .= "t"; $content .= " <link rel="stylesheet" type="text/css" href=""; $content .= get_bloginfo('stylesheet_directory') . '/'; $content .= 'inlineplayer.css'; $content .= "" />"; $content .= "nn"; return $content; } add_filter('childtheme_create_stylesheet', 'childtheme_create_stylesheet');// SoundManager2 Javascript function childtheme_scripts() {//Close PHP if required by uncommenting//?>// domain, child themes are vague names <script type="text/javascript" src="http://domain/wp-content/themes/childtheme/js/soundmanager2.js"></script> <script type="text/javascript" src="http://domain/wordpress/wp-content/themes/childtheme/js/inlineplayer.js"></script>//Uncomment php start if needed//< ?php }add_action('wp_head','childtheme_scripts');

There is absolutely no support for the code and distributed under GNU GPL 3.0 Licence. It will work with Genesis Framework, Thematic Themes (both tested) after modifications and obviously tweak will be needed for other themes. For Genesis, you can combine the functions, add shortcodes etc. Please check Genesis Themes official and unofficial guides. I have not searched for WordPress Plugin, there can be plugins.
 

Abhishek-GhoshTagged With 08HH , LYY0 , soundmanager2 360プレーヤー
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Installing SoundManager2 With Great 360° Player

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • OpenStack Swift & HPCloud CDN PHP Bindings : Basics

    Here is the basics of OpenStack Swift & HPCloud CDN PHP Bindings for the WordPress Plugin developers and those who works with PHP based CMS.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy