Since moving on to version 2.0, Kuzoo has a vastly improved repertoire of video and audio embedding support. To spice up your profile and blog, here are a number of ways to do this:
In your profile:
You can embed links to videos from Youtube and Google. Find the video you want to embed, then get its link, which should look something like this: http://www.youtube.com/watch?v=eviF1trL7ck
Just place this link in the Videos section of your profile, add an appropriate title, and it should show thereafter.
In blog entry:
1) One way is to use the “Embed Videos” option in the Kuzoo Blog Editor.
Insert the link in the URL text box, set the video dimensions, and click the insert button. You will then see something like this in your entry:
video:http://www.youtube.com/watch?v=eviF1trL7ck 320×240 placed inside square brackets like so [ ... ]
Notice the space before 320×240, and that 320×240 itself reflects the size of the video image. For most videos the 4:3 ratio is usual (320×240, 400×300, etc). If you follow this syntax, you could directly enter the code in your blog entry.
The advantage of using the Kuzoo Blog Editor syntax to embed videos is that you get to size the video display according to your preferences.
2) The other way to embed video hosted by specialized sites (such as Youtube, Google and Yahoo) is to insert appropriate tags following this syntax:
The following options have the default size preset, at 340×255 for videos, the size in which the coronation videos have been set up for display.
Assuming that the link or url to be embedded is the same as in the earlier example: http://www.youtube.com/watch?v=eviF1trL7ck
For this Youtube video, simply enter this pair of tags: {*}eviF1trL7ck{/*} with ‘youtube’ inserted where the * occurs in the opening and closing tags. Notice that we drop everything before the v= part of the link, and only add the opening and closing youtube tags.
Tags for other video providers follow the same syntax, placing google, myspace, espn, gofish, myvideo, stupidvideos, yahoo, videotube, etc. in place of the * in the two tags.
If the one you wish to embed isn’t listed above, just play around with the opening and closing tag to match the site name, and get the video id which will either follow an “=” sign or a “/”. It’s as simple as that.
3) Audio and video links not provided by specialized sites can be embedded in the following way, with the tags changing based on the format of the media file.
Say the url to an flv (flash video) file is: http://www.filehosting.com/nadasurf.flv
The embed code would be {*remote}http://www.filehosting.com/nadasurf.flv{/*remote}, where again you replace the two occurrences of the * with ‘flv’.
Apply the same logic for other formats by inserting the full url in between the two tags (including the .mp3, .wmv, .wma file extensions), and replacing the * with mp3, wma, wmv, divx, swf. ie. you would have mp3remote, wmaremote, wmvremote, and so on, in the opening and closing tags.
For other formats, just follow the above tag syntax and change the format extension appropriately.