so my friend asked me to make a simple music player for his blog and i accepted. i face one issue though. how do i get it as a gadget on blogspot?
Is this music player made in Unity?
If not, why post it here?
yes it is. srry for the wait. but yes it is and i cant get it on blogsot
You need to build as web… It will generate an WebPlayer.html and an WebPlayer.unity3d.
If I’m not mistake you need to upload the WebPlayer.unity3d to your blog and then copy the link to the archive, then you simply add an embed with this link ( ).
But I’m not really sure…
you can add a plug in paid version
cacowad: Is it that you have built a web-player and are asking how you can put the Unity web player into a blog post?
i built it already on it own page but i want to embed it into the blog itself. sorry for the inactiveness all
When I use iWeb, I simply have to paste the code from the .html created by the web build.
When building to the web, you get one .html web page and one unity package:
The .html code looks for the .unity3d file via a path in the code. Ultimately you will need to upload the .unity3d file and then point the player code to that file.
You can look at the code created by the web build, or you can look at these pages in the docs:
http://unity3d.com/support/documentation/Manual/Web%20Player%20Deployment.html