One more Thread about: How to upload a webplayer

I want to upload a webplayer, make it public so to say. How do I do that? And yes I saw the tutorials on the main page, but, well, I didn’t get it. :expressionless:
What I want is to upload the files on a Google site and then make those files playable on a Google blog. First of all, is this even possible, second, if yes, is there some kind of super-basic-code-snip I can just copy and paste, replace the file names and done?

Usually I use the (very awesome) game Uploader by creative coder (Link). But this time I use a non-common screen resolution setting. You can’t change these settings at creative coder and… well, I guess it’s time to get into browser coding anyway.

yes it’s possible, no you don’t need a code snip since Unity provides all when you build as webplayer.
Just build as webplayer, remember where you put the file when you build it. Browse to that directory and you’ll see 2 files, a html page and the file for the player. Upload the two files to a webpage and browse to it’s url with an internet browser ( http://www.somedomain,com/Webplayer.html ) and start playing.

Oh, thats way easier than I thought ;). Thanks man, I’ll try it out.