• 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-Ghosh Tagged With 08HH , LYY0 , soundmanager2 360プレーヤー

This Article Has Been Shared 195 Times!

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

  • Syntax Highlighting : All About the Colorful Snippets

    Syntax Highlighting is a method for coloring certain words and characters in a text depending on their importance in in an piece of code or snippet.

  • Self Hosted WordPress on Cloud Server for Dummies

    Self Hosted WordPress is itself a scary phrase to a non-tech person and add Cloud Server on it. Here is Very Easy Guide to under Self Hosted WordPress.

  • Cloud Computing and Management of Browser Audio Elements

    Cloud Computing has made the Management of Browser Audio Elements easier with the advent of Edge Computing and Content Distribution Network.

  • Host Your Website on Google Drive : Detailed Guide

    Host your website on Google Drive – you can actually use Google Cloud to host and serve static HTML webpages. This is a detailed guide with reference to MIME.

  • When Load Balancing is Required ?

    When Load Balancing is Required ? How you will decide that your website or server needs Load Balancing? Number of pageviews per month does not determines it.

Additionally, 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

  • What is Voice User Interface (VUI) January 31, 2023
  • Proxy Server: Design Pattern in Programming January 30, 2023
  • Cyberpunk Aesthetics: What’s in it Special January 27, 2023
  • How to Do Electrical Layout Plan for Adding Smart Switches January 26, 2023
  • What is a Data Mesh? January 25, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Installing SoundManager2 With Great 360° Player," in The Customize Windows, April 19, 2013, February 1, 2023, https://thecustomizewindows.com/2013/04/installing-soundmanager2-with-great-360-player/.

Source:The Customize Windows, JiMA.in

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

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT