<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-265244841668593145</id><updated>2010-07-24T06:15:43.338-07:00</updated><title type='text'>MyWebTV</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>22</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-2889206058707235825</id><published>2010-05-28T05:14:00.000-07:00</published><updated>2010-05-28T05:24:25.257-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='embed channel'/><title type='text'>Use embed code to add channel</title><content type='html'>Hello,&lt;br /&gt;&lt;br /&gt;I have added another feature to the webtv. If you wish, you can use a channels embed code to publish it to your webtv. Most streaming sites allow you to embed their player on your website and give you an html embed code to do so. Now all you need to do is to paste this piece of html into the "Add Channel" form in your control panel. If you have trouble with a particular code, please post it here.&lt;br /&gt;&lt;br /&gt;Elvis&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-2889206058707235825?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/2889206058707235825/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2010/05/use-embed-code-to-add-channel.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/2889206058707235825'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/2889206058707235825'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2010/05/use-embed-code-to-add-channel.html' title='Use embed code to add channel'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-3623760013793278981</id><published>2010-05-24T20:22:00.000-07:00</published><updated>2010-05-25T18:32:57.159-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='HTML css'/><title type='text'>Add HTML to your webtv</title><content type='html'>If you wish to add html to your webtv, this is now possible. You can use it in the description field of your channels. If you want to add hyperlinks, this can be inconvenient though because when your visitors will click on the link, it will also launch the channel you added the html description for.&lt;br /&gt;&lt;br /&gt;Therefore I have added what I call HTML channels. These channels are particular in the fact no player will be launched when the user clicks on its row in the webtv channel list. If you want to add a html channel, just leave the channel link blank and insert the html you want to add in the description field. Optionally add a channel name. If you don't, the logo, the channel number and the channel name columns will not be displayed. Just the HTML code you have added in the description. This way you could add a chat for instance, a chipin widget or any other piece of html directly in your webtv. You may also want to use this to add text in a seperate row in the webtv, with instructions for your viewers for example. An example of an html channel is displayed in the &lt;a href="http://mywebtv.cc/" target="_self"&gt;webtv demo on the homepage&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;To create this HTML channel I have simply added this piece of code in the description field of the "Add Channel" form:&lt;br /&gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;http://blog.mywebtv.cc/2010/05/add-html-to-your-webtv.html&amp;quot; target=&amp;quot;_blank&amp;quot; class=&amp;quot;customlink&amp;quot;&amp;gt;HTML Popup Demo&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;br /&gt;I have also added this piece of css in my &lt;a href="http://mywebtv.cc/admin?section=WebTvStyle" target="_self"&gt;WebTV Style page&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;a.customlink:link,&lt;br /&gt;a.customlink:hover,&lt;br /&gt;a.customlink:visited,&lt;br /&gt;a.customlink:active,&lt;br /&gt;a.customlink:focus {&lt;br /&gt; display:block;&lt;br /&gt; text-decoration:none;&lt;br /&gt; text-align:center;&lt;br /&gt; color:white;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;a.customlink:hover {&lt;br /&gt; background:#cc4400;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;This css code transforms the simple hyperlink into a large button that changes color when hovered upon. This is optional though.&lt;br /&gt;&lt;br /&gt;Another thing you may want to consider when making html channels is the style to give to the html channel rows. You can do this with the htmlrow class added to html channel rows. You can find the demo webtv css file &lt;a href="http://mywebtv.cc/css/custom/demo01_v4webtv.css" target="_top"&gt;here&lt;/a&gt;. I have used this css rule to turn off row highlighting on html channels:&lt;br /&gt;&lt;br /&gt;.tv tr.highlightrow.htmlrow {&lt;br /&gt; background:transparent;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;So there you go. A simple example of how to add html to your webtv by making a html channel. Giving it style with your css file is more challenging but it gives great results.&lt;br /&gt;&lt;br /&gt;Thanks for using mywebtv,&lt;br /&gt;Elvis&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-3623760013793278981?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/3623760013793278981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2010/05/add-html-to-your-webtv.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/3623760013793278981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/3623760013793278981'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2010/05/add-html-to-your-webtv.html' title='Add HTML to your webtv'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-5958200838998716085</id><published>2010-05-21T12:23:00.000-07:00</published><updated>2010-05-26T12:16:01.642-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='veetle'/><category scheme='http://www.blogger.com/atom/ns#' term='webpage'/><category scheme='http://www.blogger.com/atom/ns#' term='zonein'/><title type='text'>Veetle + Zonein + Webpages</title><content type='html'>I have added support for Veetle and Zonein. You can add Veetle channels like this:&lt;br /&gt;&lt;br /&gt;http://www.veetle.com/v/xxxxxxxxxxxxx&lt;br /&gt;or&lt;br /&gt;http://www.veetle.com/view/index.html#xxxxxxxxxxxxx &lt;br /&gt;&lt;br /&gt;you can add Zonein channels like this:&lt;br /&gt;http://mywetv.cc/zonein/xxxx&lt;br /&gt;&lt;br /&gt;You must substitute the xxxx with the channel id.&lt;br /&gt;&lt;br /&gt;To add webpages, just use the url of the webpage you want to add. By default the webpages will open in the webtv. If you want the webpage to popup in a new window, add #popup at the end of the url. If you want it to open in the current window, add #top.&lt;br /&gt;&lt;br /&gt;You can find info on Veetle and Zonein here:&lt;br /&gt;&lt;a href="http://www.veetle.com" target="_top"&gt;http://www.veetle.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.zonein.tv" target="_top"&gt;http://www.zonein.tv&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enjoy,&lt;br /&gt;Admin&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-5958200838998716085?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/5958200838998716085/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2010/05/veetle-zonein-webpages.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/5958200838998716085'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/5958200838998716085'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2010/05/veetle-zonein-webpages.html' title='Veetle + Zonein + Webpages'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-5250167226041709896</id><published>2010-05-04T21:27:00.000-07:00</published><updated>2010-05-11T13:09:55.146-07:00</updated><title type='text'>WebTV API</title><content type='html'>Hello,&lt;br /&gt;&lt;br /&gt;for those of you who would like to do a little more with your website and your webtv, I have added an API to the webtv so you can control it with javascript from within your own website. The API offers 3 functions to you:&lt;br /&gt;&lt;br /&gt;toggleChannels()&lt;br /&gt;togglePlayer()&lt;br /&gt;playChannel('xxxxx')&lt;br /&gt;&lt;br /&gt;As you can imagine toggleChannels() will open the channel list but it will also refresh the channel list. togglePlayer() will open the player, displaying the last channel that was playing. playChannel('xxxxx') will play the channel number xxxxx. You can find the number for each of your channels in your channel list xml file. A link to this file is given in your control panel &lt;a href="http://mywebtv.cc/admin?section=MyTools" target="_self"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I have posted a demonstration of how you can use the API &lt;a href="http://mywebtv.noads.biz/customchlist.html" target="_self"&gt;here&lt;/a&gt;. Here is the code I have used to make links to control the webtv:&lt;br /&gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;javascript:void(togglePlayer())&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Player&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;javascript:void(toggleChannels())&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Channels&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;javascript:void(playChannel(&amp;#39;58777&amp;#39;))&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;JustinTV Demo&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;javascript:void(playChannel(&amp;#39;58778&amp;#39;))&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Ustream Demo&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;javascript:void(playChannel(&amp;#39;58785&amp;#39;))&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Youtube Demo&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;br /&gt;If you wish, you could also use buttons or images instead of links to control the webtv. The API should give you all the freedom you need in designing the webtv so it really has the look you want.&lt;br /&gt;&lt;br /&gt;You may find it tedious to go manually updating your channel list on your website. To overcome this obstacle you can use php with simplexml and parse your webtv xml file. You can find a demonstration of this technique &lt;a href="http://mywebtv.noads.biz/customchlist.php" target="_self"&gt;here&lt;/a&gt;. Here is the php code to create the channel list dynamically:&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- Start of the custom channel list --&amp;gt;&lt;br /&gt;&amp;lt;div style=&amp;quot;float:left; width:200px; height:300px; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;javascript:void(togglePlayer())&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Player&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;javascript:void(toggleChannels())&amp;quot; target=&amp;quot;_self&amp;quot;&amp;gt;Channels&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;?php&lt;br /&gt;$webtv = &amp;quot;BlackTV&amp;quot;;&lt;br /&gt;&lt;br /&gt;// Get your webtv channels from mywebtv server&lt;br /&gt;$channels = simplexml_load_file(&amp;quot;http://mywebtv.cc/$webtv.xml&amp;quot;);&lt;br /&gt;// If your webserver doesn&amp;#39;t support allow_url_fopen (see phpinfo())&lt;br /&gt;// then replace the above line with the following&lt;br /&gt;// Copy you channels file in you webserver directory&lt;br /&gt;//$channels = simplexml_load_string(file_get_contents(&amp;quot;$webtv.xml&amp;quot;));&lt;br /&gt;&lt;br /&gt;// You can make a button for each channel that is online&lt;br /&gt;foreach ($channels-&amp;gt;channel as $channel)&lt;br /&gt;    if ($channel-&amp;gt;online)&lt;br /&gt;        echo &amp;quot;&amp;lt;a href=\&amp;quot;javascript:void(playChannel(&amp;#39;$channel-&amp;gt;id&amp;#39;))\&amp;quot; target=\&amp;quot;_self\&amp;quot; title=\&amp;quot;$channel-&amp;gt;description\&amp;quot;&amp;gt;$channel-&amp;gt;name&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;&amp;quot;;&lt;br /&gt;?&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- End of the custom channel list --&amp;gt;&lt;br /&gt;&lt;br /&gt;In order to load your channel list xml file into a simplexml object you will need to do one of two things. Either you fetch it directly on mywebtv server, in which case you are sure it is fresh. This is the better option. If however your php server doesn't allow you to fetch a file on a remote server, which is the case with most free php webservers, then you will need to copy your xml file on your server. I have added a FTP Server option in your control panel (&lt;a href="http://mywebtv.cc/admin?section=Account" target="_self"&gt;here&lt;/a&gt;) if you wish MyWebTV to upload your xml file on your ftp server to keep the file fresh.&lt;br /&gt;&lt;br /&gt;It may be of some interest to you to know I have found 2 free php servers supporting remote files access and simplexml with php:&lt;br /&gt;- &lt;a href="http://www.freewebhostingarea.com/" target="_self"&gt;http://www.freewebhostingarea.com/&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://www.000webhost.com/" target="_self"&gt;http://www.000webhost.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Finally, it's important to note you will need to update your webtv code with the latest embed code available from your &lt;a href="http://mywebtv.cc/admin?section=MyTools" target="_self"&gt;control panel&lt;/a&gt; in order to use the webtv api.&lt;br /&gt;&lt;br /&gt;Enjoy,&lt;br /&gt;Elvis&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-5250167226041709896?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/5250167226041709896/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2010/05/webtv-api.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/5250167226041709896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/5250167226041709896'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2010/05/webtv-api.html' title='WebTV API'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-6555293429861236377</id><published>2010-05-04T21:16:00.000-07:00</published><updated>2010-05-04T21:21:48.427-07:00</updated><title type='text'>Keyboard shortcuts</title><content type='html'>If you go to your &lt;a href="http://mywebtv.cc/admin?section=MyTools" target="_self"&gt;webtv tools section&lt;/a&gt; you will find a few new options to customize your embed code. One of them is to include keyboard shortcuts. If you choose to include them, then you can open the channel list and refresh channels with "C" and you can open the player with "P". This should be particularly useful if you wish to remove the navigation bar from your webtv.&lt;br /&gt;&lt;br /&gt;Elvis&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-6555293429861236377?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/6555293429861236377/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2010/05/keyboard-shortcuts.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/6555293429861236377'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/6555293429861236377'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2010/05/keyboard-shortcuts.html' title='Keyboard shortcuts'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-4921891941309364704</id><published>2010-04-27T14:34:00.000-07:00</published><updated>2010-04-27T14:56:29.915-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='custom'/><category scheme='http://www.blogger.com/atom/ns#' term='webtv widget'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>Removing or resizing columns</title><content type='html'>Hello,&lt;br /&gt;&lt;br /&gt;in this post I'll explain how to remove column(s) and how to resize column(s). You can see the result of the manipulation here &lt;a href="http://mywebtv.cc/BlackTV.html" target="_blank"&gt;http://mywebtv.cc/BlackTV.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You can see the column of icons has been removed and the column of index has been made smaller. So has the column of channel title. The column of channel description is wider. Here is the css code of the columns before the manipulation:&lt;br /&gt;&lt;br /&gt;.title_desc {&lt;br /&gt; width:10%;&lt;br /&gt; text-align:center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.title_asce {&lt;br /&gt; width:10%;&lt;br /&gt; text-align:center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.title_channel {&lt;br /&gt; width:40%;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.title_description {&lt;br /&gt; width:40%; &lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;The css class title_desc is applied to the index column, title_asce is applied to the icons column, title_channel is applied to the channel name column and title_description is applied to the channel description column.&lt;br /&gt;&lt;br /&gt;Here is the css code after modification:&lt;br /&gt;&lt;br /&gt;.title_desc {&lt;br /&gt; width:5%;&lt;br /&gt; text-align:center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.title_asce {&lt;br /&gt; width:0;&lt;br /&gt; display:none;&lt;br /&gt; text-align:center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.title_channel {&lt;br /&gt; width:20%;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.title_description {&lt;br /&gt; width:75%; &lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Notice the width property of the columns has changed. By default, width of the columns are defined in percentage values because I do not know what width you will want your webtv to have. However if you are set on what width you will give your webtv you can use pixels instead to specify the width. Just make sure you use all percentage or all pixels and if you use pixels, make sure the width sums up to the width of your webtv.&lt;br /&gt;&lt;br /&gt;Also notice that display property is set to none on the icons column. This effectively removes it from your webtv.&lt;br /&gt;&lt;br /&gt;If you are making changes to your webtv css and you want the changes to be applied immediately, you will need to cache manually the webtv after saving the changes (using the cache button on the FeaturedChannels section of your control panel).&lt;br /&gt;&lt;br /&gt;So there you go.&lt;br /&gt;&lt;br /&gt;Enjoy the webtvs,&lt;br /&gt;Elvis&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-4921891941309364704?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/4921891941309364704/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2010/04/removing-or-resizing-columns.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/4921891941309364704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/4921891941309364704'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2010/04/removing-or-resizing-columns.html' title='Removing or resizing columns'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-2908743694473831551</id><published>2010-04-27T13:20:00.000-07:00</published><updated>2010-04-27T18:21:19.620-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='webtv widget'/><category scheme='http://www.blogger.com/atom/ns#' term='code'/><category scheme='http://www.blogger.com/atom/ns#' term='embed'/><title type='text'>Embedding your webtv</title><content type='html'>Hello,&lt;br /&gt;&lt;br /&gt;I'd like to take a little time to explain how to embed the webtv. Assuming you have already registered and activated your account, the next step will be to get your webtv code in the "MyTools" section of your control panel located here: &lt;a href="http://mywebtv.cc/admin?section=MyTools" target="_blank"&gt;http://mywebtv.cc/admin?section=MyTools&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;There you will see a big box with your webtv embed code in it. Under the box you can customize the code for your webtv by changing its size. You can set the width of your webtv in pixels or in percentage. You can only set the height in pixels. You can also change the startup channel. This setting will override the "Default channel" setting in FeaturedChannels section. So as long as the channel you've set there is not deleted from your webtv, you webtv will start this channel on load. Normally, you will want to leave this to "no override".&lt;br /&gt;&lt;br /&gt;Once you've customized your embed code you must copy it onto your website/blog/webpage. The embed code is html code. This means when you paste it on your webpage, you must make sure you can use html. This will only be a problem if you are using a content management system. If you are publishing the webtv directly on your website, then this won't be problem.&lt;br /&gt;&lt;br /&gt;If you are pasting your webtv code on your website, you must make sure the page isn't displayed in quirks mode in internet explorer, because the webtv doesn't display very well in quirks mode. Amongst other things, pay attention to your doctype declaration to ensure the page doesn't enter quirks mode.&lt;br /&gt;&lt;br /&gt;The webtv should be embedded in the top window. The reason for this is that tracking of the webtvs uses the document.referer property and this won't work if the webtv is embedded inside a child frame. Tracking can be deactivated for the premium webtvs. So if you keep getting "You must embed the webtv in the top window." error and you have a premium webtv, disable tracking from the control panel.&lt;br /&gt;&lt;br /&gt;Getting back to the topic at hand. Once you have copied the webtv code, you must paste it into your webpage. You can paste it anywhere inside the body of your page. Here is the html code for this page: &lt;a href="http://mywebtv.cc/BlackTV.html" target="_blank"&gt;http://mywebtv.cc/BlackTV.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;BlackTV Demo&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;center&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- Start of BlackTV code --&amp;gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;webtvdiv&amp;quot; style=&amp;quot;text-align: center; line-height: 0;&amp;quot;&amp;gt;&amp;lt;div&amp;gt;&amp;lt;iframe src=&amp;quot;http://mywebtv.cc/BlackTV/bar&amp;quot; frameborder=&amp;quot;0&amp;quot; allowtransparency=&amp;quot;true&amp;quot; scrolling=&amp;quot;no&amp;quot; id=&amp;quot;bar&amp;quot; name=&amp;quot;bar&amp;quot; width=&amp;quot;80%&amp;quot; height=&amp;quot;28px&amp;quot; style=&amp;quot;margin:0;padding:0;&amp;quot;&amp;gt;Your browser doesn&amp;#39;t support iframe&amp;lt;/iframe&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div&amp;gt;&amp;lt;iframe src=&amp;quot;http://mywebtv.cc/BlackTV/webtv&amp;quot; frameborder=&amp;quot;0&amp;quot; allowtransparency=&amp;quot;true&amp;quot; style=&amp;quot;margin:1px 0 0 0; padding:0;&amp;quot; scrolling=&amp;quot;auto&amp;quot; id=&amp;quot;webtv&amp;quot; name=&amp;quot;webtv&amp;quot; width=&amp;quot;80%&amp;quot; height=&amp;quot;371px&amp;quot;&amp;gt;Your browser doesn&amp;#39;t support iframe&amp;lt;/iframe&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- End of BlackTV code --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/center&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&lt;br /&gt;If you want to test your webtv without publishing it to the internet, just paste the above html into your favorite text editor, replace the BlackTV code with your own code you got in the control panel and save the file with .html extension. Then open it with your web browser and you will see your webtv embedded onto a webpage.&lt;br /&gt;&lt;br /&gt;So there you go. Bottom line is:&lt;br /&gt;1- Copy your code from control panel&lt;br /&gt;2- Paste it into your website/bog/webpage&lt;br /&gt;&lt;br /&gt;Hoping this can help you out,&lt;br /&gt;MyWebTV Admin&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-2908743694473831551?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/2908743694473831551/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2010/04/embedding-your-webtv.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/2908743694473831551'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/2908743694473831551'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2010/04/embedding-your-webtv.html' title='Embedding your webtv'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-3104513003194545530</id><published>2010-04-21T16:22:00.000-07:00</published><updated>2010-04-23T04:53:09.553-07:00</updated><title type='text'>Ads + Privacy + Donation</title><content type='html'>Hello,&lt;br /&gt;&lt;br /&gt;As you may have also seen with the new webtv design, the text ads are gone. However I have kept the referral link to mywebtv. and I've put it as a button in the navigation bar of the webtv. I have also added a redirection to the webtv. An advertisement will popup every four times the widget is loaded in the browser. This is aimed particularly to users placing the widget behind password protected pages, as I cannot confirm the navigation bar and the referral link are properly displayed in these cases.&lt;br /&gt;&lt;br /&gt;In order to further enforce the privacy of the mywebtv users, I have changed the cache process of the webtv so it deletes the webtv home page (http://mywebtv.cc/webtvname) if you set your webtv as private.&lt;br /&gt;&lt;br /&gt;I have also started accepting donations. In return for your donations, you will get 1 month of adless premium webtv service for each 4 full dollars donated. You will be able to add an illimited number of channels. In order to donate for your webtv, you should login and visit the donation page:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://mywebtv.cc/donate"&gt;http://mywebtv.cc/donate&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you donate 12$ or more I can also customize your webtv for you. I can make a custom css with the colors of your website, blog or webpage. I can also integrate the webtv with your own navigation bar so you can eliminate the mywebtv navigation bar. If you wish we can also put the channel list and the player in two different windows. If you want a slimmer channel list, I can remove some of the columns in the channel list. For instance we could set it up so it only has the logo and the channel name.&lt;br /&gt;&lt;br /&gt;Hoping to hear from you soon,&lt;br /&gt;Elvis&lt;br /&gt;admin at mywebtv.cc&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-3104513003194545530?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/3104513003194545530/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2010/04/ads-privacy-donation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/3104513003194545530'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/3104513003194545530'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2010/04/ads-privacy-donation.html' title='Ads + Privacy + Donation'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-678120471329839758</id><published>2010-04-17T01:20:00.000-07:00</published><updated>2010-04-27T08:51:35.549-07:00</updated><title type='text'>WebTV simplified</title><content type='html'>Hello&lt;br /&gt;&lt;br /&gt;I have redesigned slightly the webtvs to improve the loading time and to make them easier to use. I have removed the yahoo libraries. This hopefully will make it so you can change your css files more easily. As you will see the html of the webtv and the css is much simpler and easier to customize. I have also seperated the widget in two iframes so the channels table loads faster and better. The top iframe contains the navigation bar and the main iframe contains the channels table and the player. I have removed the use of tabs and placed two buttons instead, "Player" and "Channels". In order to refresh the channel list, you must hit the "Channels" button. You will also see there is now a status bar that appears on top of the channel list. It will display messages when refreshing the channel list or when an error occurs, for instance if you are trying to play a TVU stream with firefox.&lt;br /&gt;&lt;br /&gt;One of the side effects of dropping the yahoo libraries is that older web browsers may not be supported very well. Right now the navigation bar is mandatory because it contains the referral link to mywebtv. If you wish to use your own navigation bar instead, email me and we can talk about it.&lt;br /&gt;&lt;br /&gt;All the webtvs have switched to the blue theme. You can switch them to the theme you want by copy pasting the content of these files into your WebTVStyle page in the control panel:&lt;br /&gt;&lt;a href="http://mywebtv.cc/css/custom/bluetv_v4webtv.css"&gt;http://mywebtv.cc/css/custom/bluetv_v4webtv.css&lt;/a&gt;&lt;br /&gt;&lt;a href="http://mywebtv.cc/css/custom/brown_tv_v4webtv.css"&gt;http://mywebtv.cc/css/custom/brown_tv_v4webtv.css&lt;/a&gt;&lt;br /&gt;&lt;a href="http://mywebtv.cc/css/custom/fish_tv_v4webtv.css"&gt;http://mywebtv.cc/css/custom/fish_tv_v4webtv.css&lt;/a&gt;&lt;br /&gt;&lt;a href="http://mywebtv.cc/css/custom/green_tv_v4webtv.css"&gt;http://mywebtv.cc/css/custom/green_tv_v4webtv.css&lt;/a&gt;&lt;br /&gt;&lt;a href="http://mywebtv.cc/css/custom/ocean_tv_v4webtv.css"&gt;http://mywebtv.cc/css/custom/ocean_tv_v4webtv.css&lt;/a&gt;&lt;br /&gt;&lt;a href="http://mywebtv.cc/css/custom/orange_v4webtv.css"&gt;http://mywebtv.cc/css/custom/orange_v4webtv.css&lt;/a&gt;&lt;br /&gt;&lt;a href="http://mywebtv.cc/css/custom/red_tv_v4webtv.css"&gt;http://mywebtv.cc/css/custom/red_tv_v4webtv.css&lt;/a&gt;&lt;br /&gt;&lt;a href="http://mywebtv.cc/css/custom/violet_tv_v4webtv.css"&gt;http://mywebtv.cc/css/custom/violet_tv_v4webtv.css&lt;/a&gt;&lt;br /&gt;&lt;a href="http://mywebtv.cc/css/custom/blacktv_v4webtv.css"&gt;http://mywebtv.cc/css/custom/blacktv_v4webtv.css&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Elvis&lt;br /&gt;admin at mywebtv.cc&lt;br /&gt;&lt;br /&gt;********** edit ***********&lt;br /&gt;&lt;br /&gt;As you may have also seen with the new webtv design, the text ads are gone. However I have kept the referral link to mywebtv. and I've put it as a button in the navigation bar of the webtv. I have also added a redirection to the webtv. An advertisement will popup every four times the widget is loaded in the browser. This is aimed particularly to users placing the widget behind password protected pages, as I cannot confirm the navigation bar and the referral link are properly displayed in these cases.&lt;br /&gt;&lt;br /&gt;In order to further enforce the privacy of the mywebtv users, I have changed the cache process of the webtv so it deletes the webtv home page (http://mywebtv.cc/webtvname) if you set your webtv as private.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-678120471329839758?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/678120471329839758/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2010/04/webtv-simplified.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/678120471329839758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/678120471329839758'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2010/04/webtv-simplified.html' title='WebTV simplified'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-5062632224151021139</id><published>2009-08-01T08:23:00.000-07:00</published><updated>2009-08-01T08:40:37.480-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='features'/><title type='text'>More New Features</title><content type='html'>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;a few more features have been added to the service today. The webtvs now have a home page located at http://mywebtv.cc/yourtvname. Also a cbox has been associated to your account. It is visible on the webtv home page. You can change the cbox code to your own cbox code if you have one from the new &lt;a href="http://mywebtv.cc/admin?section=Account" target="_top"&gt;Account panel&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;If you don't wish to have you webtv acitivty displayed on the homepage, you can also select the new private option. The activity for your webtv is also in the control panel now.&lt;br /&gt;&lt;br /&gt;Elvis&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-5062632224151021139?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/5062632224151021139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2009/08/more-new-features.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/5062632224151021139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/5062632224151021139'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2009/08/more-new-features.html' title='More New Features'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-1057109404687411959</id><published>2009-07-29T19:10:00.001-07:00</published><updated>2009-08-14T05:39:14.522-07:00</updated><title type='text'>New MyWebTV features</title><content type='html'>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;today the mywebtv service has been updated. As a result your webtvs now have a new look. There are now 8 skins you can choose from for your webtv. They can be watched on the &lt;a href="http://myywebtv.cc/gallery" target="_top"&gt;gallery&lt;/a&gt;. You now also have greater control over the webtv css so you can give it the look you want. You must make sure however the "Powered by MyWebTV" text and the ads text stays visible or your webtv will be disabled.&lt;/p&gt;&lt;p&gt;Also the MyWebTV search has been reengineered so it will let you add very easily any public channel from these networks:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.ustream.tv" target="_top"&gt;Ustream&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.justin.tv" target="_top"&gt;JustinTV&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.livestream.com" target="_top"&gt;Livestram (aka Mogulus)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.blogtv.com" target="_top"&gt;BlogTV&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.freedocast.com" target="_top"&gt;Freedocast&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.sopcast.com" target="_top"&gt;Sopcast&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.tvunetworks.com" target="_top"&gt;TVU&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The search engine is reserved to registered users. Once you are registered and logged in, you can try it out from here: &lt;/p&gt;&lt;a href="http://mywebtv.cc/search" target="_top"&gt;http://mywebtv.cc/search&lt;/a&gt;&lt;br /&gt;&lt;p&gt;As you may have noted in the previous list, support for the freedocast channels has been added. If you wish to add them through the regular form, you will need to enter the channel url in the following manner: &lt;span style="font-size:8px;"&gt;http://www.freedocast.com/forms/embedplayer.aspx?fid=xxxxxxxxxxx&amp;ftype=stream&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There has also been an improvement made to the control panel. You can now drag and drop your channels in your channel list to move them, instead of using the arrows. So if you have aa long channel list this should come in handy.&lt;/p&gt;&lt;p&gt;Enjoy,&lt;br/&gt;Elvis&lt;br /&gt;MyWebTV Admin&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-1057109404687411959?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/1057109404687411959/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2009/07/new-mywebtv-features.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/1057109404687411959'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/1057109404687411959'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2009/07/new-mywebtv-features.html' title='New MyWebTV features'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-3285072688002061969</id><published>2009-07-17T02:12:00.000-07:00</published><updated>2009-07-17T02:17:52.912-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='IE8 fix liquid layout'/><title type='text'>New liquid layout for the website plus fixes</title><content type='html'>Hi all,&lt;br /&gt;&lt;br /&gt;I've updated the layout for the website today so it's ideal for wide screens. Also you might have noted the bitrate column has been removed from the webtv. if you want to use it, you can right click on the headers and select it from the context menu. Some fixes have also been made to the webtv so it's compatible with IE8.&lt;br /&gt;&lt;br /&gt;Enjoy,&lt;br /&gt;Elvis&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-3285072688002061969?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/3285072688002061969/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2009/07/new-liquid-layout-for-website-plus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/3285072688002061969'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/3285072688002061969'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2009/07/new-liquid-layout-for-website-plus.html' title='New liquid layout for the website plus fixes'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-2131270048140909262</id><published>2009-02-04T08:54:00.000-08:00</published><updated>2009-02-04T08:57:30.571-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='justin.tv'/><title type='text'>Justin.tv player in Firefox</title><content type='html'>&lt;p&gt;hi,&lt;/p&gt;&lt;p&gt;some of you reported a new bug with the justin.tv player on the firefox browser. the stream wouldn't show up, just the monkey face. the bug is now fixed.&lt;/p&gt;&lt;p&gt;enjoy&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-2131270048140909262?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/2131270048140909262/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2009/02/justintv-player-in-firefox.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/2131270048140909262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/2131270048140909262'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2009/02/justintv-player-in-firefox.html' title='Justin.tv player in Firefox'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-8379389774927010427</id><published>2009-01-17T19:41:00.001-08:00</published><updated>2009-01-17T20:00:04.103-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ustream'/><title type='text'>How to add ustream channels?</title><content type='html'>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I had a question lately asking how to add a ustream channel to the webtv. So I'll answer this here.&lt;/p&gt;&lt;p&gt;There are two ways to add ustream channels.&lt;/p&gt;&lt;p&gt;1) The first way is to use the mywebtv search utility: &lt;a href="http://mywebtv.cc/search" target="top"&gt;http://mywebtv.cc/search&lt;/a&gt;&lt;br /&gt;2) The second way to add ustream channels is to add the ustream channel url. To find the url for the ustream channel, you will need to go into ustream channel embed code and find a url with this pattern inside the embed code: http://www.ustream.tv/flash/live/?/???&lt;/p&gt;&lt;p&gt;So for example in this embed code, the url would be the following.&lt;/p&gt;&lt;p&gt;Embed code:&lt;br /&gt;&lt;textarea&gt;&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="320" id="utv37431"&gt;&lt;param name="flashvars" value="viewcount=true&amp;amp;autoplay=false&amp;amp;brand=embed"/&gt;&lt;param name="allowfullscreen" value="true"/&gt;&lt;param name="allowscriptaccess" value="always"/&gt;&lt;param name="movie" value="http://www.ustream.tv/flash/live/1/553"/&gt;&lt;embed flashvars="viewcount=true&amp;amp;autoplay=false&amp;amp;brand=embed" width="400" height="320" allowfullscreen="true" allowscriptaccess="always" id="utv37431" name="utv_n_558366" src="http://www.ustream.tv/flash/live/1/553" type="application/x-shockwave-flash" /&gt;&lt;/object&gt;&lt;a href="http://www.ustream.tv/" style="padding:2px 0px 4px;width:400px;background:#FFFFFF;display:block;color:#000000;font-weight:normal;font-size:10px;text-decoration:underline;text-align:center;" target="_blank"&gt;Streaming .TV shows by Ustream&lt;/a&gt;&lt;/textarea&gt;&lt;br /&gt;URL: http://www.ustream.tv/flash/live/1/553&lt;/p&gt;&lt;p&gt;Enjoy the webtvs,&lt;br /&gt;Elvis&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-8379389774927010427?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/8379389774927010427/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2009/01/how-to-add-ustream-channels.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/8379389774927010427'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/8379389774927010427'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2009/01/how-to-add-ustream-channels.html' title='How to add ustream channels?'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-484229477156531543</id><published>2009-01-12T09:45:00.000-08:00</published><updated>2009-01-12T10:03:54.921-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='channel'/><category scheme='http://www.blogger.com/atom/ns#' term='online'/><category scheme='http://www.blogger.com/atom/ns#' term='public'/><title type='text'>Public Channels available</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;I am currently working on building a database of online public internet tv channels. You can easily add them to your webtv from here: http://mywebtv.cc/search&lt;br /&gt;&lt;br /&gt;They are all the public channels from JustinTV, UStream, Mogulus, Sopcast and TVU.&lt;br /&gt;&lt;br /&gt;The database is currently updated every hour. I am working on improving this to updating the database every minute. Once this is the case, I will start working on the control panel.&lt;br /&gt;&lt;br /&gt;Elvis&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-484229477156531543?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/484229477156531543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2009/01/public-channels-available.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/484229477156531543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/484229477156531543'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2009/01/public-channels-available.html' title='Public Channels available'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-9099056272105416721</id><published>2008-12-23T04:58:00.000-08:00</published><updated>2008-12-23T05:11:04.655-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='login problem'/><title type='text'>Logging in problem</title><content type='html'>&lt;p&gt;hi,&lt;/p&gt;&lt;p&gt;some of you have experienced some problems logging into the webtvs. This was due to a bad update yesterday. So you know, you can always reset your password from here: &lt;a href="http://mywebtv.cc/recoverpwd.php" target="_top"&gt;http://mywebtv.cc/recoverpwd.php&lt;/a&gt;&lt;/p&gt;&lt;p&gt;this wouldn't have resolved yesterday's problem though because it was related to cookies so you couldn't maintain a session after logging in. Please take note you can always use the support chat &lt;a href="http://mywebtv.cc/contact" target="_top"&gt;http://mywebtv.cc/contact&lt;/a&gt; for more immediate assistance.&lt;/p&gt;&lt;p&gt;Thanks to those who emailed me though about the problem&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-9099056272105416721?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/9099056272105416721/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2008/12/logging-in-problem.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/9099056272105416721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/9099056272105416721'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2008/12/logging-in-problem.html' title='Logging in problem'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-8652672976821127411</id><published>2008-12-22T06:57:00.000-08:00</published><updated>2008-12-22T07:22:41.727-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='player'/><category scheme='http://www.blogger.com/atom/ns#' term='blogtv'/><title type='text'>BlogTV player added</title><content type='html'>hey all,&lt;br /&gt;&lt;br /&gt;a little quick word to say the BlogTV player has just been added. If you want to add a channel from blog tv to your webtv, you will need to find the link in the embed code they supply you with. Here's an example of blogtv embed code:&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;&lt;embed src="http://www.blogtv.com/livesdk/Zu_Gb2_Eae7EbeTvbP" width="330" height="330" type="application/x-shockwave-flash" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;&lt;a href="http://www.blogtv.com/People/HowieReportingLive"&gt;HowieReportingLive&lt;/a&gt;- &lt;a href="http://www.blogtv.com/"&gt;Broadcast your self LIVE&lt;/a&gt;&lt;/span&gt;&lt;/textarea&gt;&lt;br /&gt;So the link you will need to post in your webtv is the following:&lt;br /&gt;http://www.blogtv.com/livesdk/Zu_Gb2_Eae7EbeTvbP&lt;br /&gt;&lt;br /&gt;Enjoy&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-8652672976821127411?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/8652672976821127411/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2008/12/blogtv-player-added.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/8652672976821127411'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/8652672976821127411'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2008/12/blogtv-player-added.html' title='BlogTV player added'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-7585214746751372310</id><published>2008-12-19T00:58:00.000-08:00</published><updated>2008-12-22T07:06:15.847-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='update'/><title type='text'>Updates applied</title><content type='html'>ok, so it's been a fun few days working on the widget.&lt;br /&gt;&lt;br /&gt;I've finished all the updates planned in the previous post except for the one about indexing ustream.tv and justin.tv channels.&lt;br /&gt;&lt;br /&gt;So in this update the webtv has been updated. The first time you load the webtv it will reload by itself with the new version and then you will always get the latest version.&lt;br /&gt;&lt;br /&gt;The JW player has been added to the webtv. If you want to use it, you will need to specify the link the following way:&lt;br /&gt;&lt;br /&gt;jwplayer.swf?file=xxxxx&amp;amp;streamer=xxxxx&amp;amp;othervar=yyyy&lt;br /&gt;&lt;br /&gt;If you have trouble using it, please let me know. You should also know that I have added support for any other flash player and stream as well. The application will recognize a flash stream when a link starting with "http://" also has a ".swf" in the link, like this for example:&lt;br /&gt;&lt;br /&gt;http://somedomain.com/anything/someplayer.swf?file=xxxxx&amp;amp;streamer=xxxxx&amp;amp;othervar=yyyy&lt;br /&gt;&lt;br /&gt;The fact is you could use this second option to use the jwplayer and it wouldn't make much difference. The only difference is that if you use the first option, the jwplayer will systematically appear with a a black skin so you don't need to specify the colors for the player every time. If you don't like the colors thoough, you can add the link like this and specify the colors you want for the jw player:&lt;br /&gt;&lt;br /&gt;http://www.jeroenwijering.com/embed/player.swf?file=xxxxx&amp;amp;streamer=xxxxx&amp;amp;othervar=yyyy&amp;amp;forecolor=??????&amp;amp;backcolor=??????&lt;br /&gt;&lt;br /&gt;You can find the full list of the flashvars supported by the jw player here: &lt;a href="http://developer.longtailvideo.com/trac/wiki/FlashVars"&gt;http://developer.longtailvideo.com/trac/wiki/FlashVars&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you plan on using this player you will find interesting options there.&lt;br /&gt;&lt;br /&gt;Also in this new version you will find the performance of the webtv has been improved. It is now lighter and it will load much faster, especially if you have a low speed or intermediate speed internet connection.&lt;br /&gt;&lt;br /&gt;The TVU player has been fixed and is now using the latest version of the activex control. The default channels now fire up better as well. Finally if the amazon ads will stay hidden unless you are using a default channel.&lt;br /&gt;&lt;br /&gt;The next big step will be to add justin.tv and ustream.tv links to the database and making it very easy to add these channels to the webtvs. I will also work on the control panel, to try and make it easier to add channels.&lt;br /&gt;&lt;br /&gt;Have fun&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-7585214746751372310?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/7585214746751372310/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2008/12/updates-applied.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/7585214746751372310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/7585214746751372310'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2008/12/updates-applied.html' title='Updates applied'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-6043198180482133085</id><published>2008-12-15T12:38:00.000-08:00</published><updated>2008-12-15T20:39:26.505-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tvu'/><category scheme='http://www.blogger.com/atom/ns#' term='performance'/><category scheme='http://www.blogger.com/atom/ns#' term='mywebtv.cc'/><category scheme='http://www.blogger.com/atom/ns#' term='justin.tv'/><category scheme='http://www.blogger.com/atom/ns#' term='upcoming updates'/><category scheme='http://www.blogger.com/atom/ns#' term='amazon ads'/><category scheme='http://www.blogger.com/atom/ns#' term='ustream.tv'/><title type='text'>Upcoming updates</title><content type='html'>hi,&lt;br /&gt;&lt;br /&gt;here is a list of the improvements I will make to MyWebTV in the next few days:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Improve performance of the webtv: this will certainly take me a few days but it is the most important update to come. the webtvs should load very fast after this&lt;/li&gt;&lt;li&gt;Add support for the JW player&lt;/li&gt;&lt;li&gt;Improve the webtv default channel feature so the channels don't show up before the channel fires up: this is rather secondary since few of the users seem to be using the default channel feature. It should take about a day&lt;/li&gt;&lt;li&gt;Fix the TVU player in the webtv: in the new webtv, when you try to play a tvu channel, the channel doesn't play unless you hit the play button. it should play right away. also there is a problem if you close the tvu player and then open up a new one. Thanks to Moe for pointing out this problem&lt;/li&gt;&lt;li&gt;Change amazon ads so they only show up if a default channel is fired up in the webtv&lt;/li&gt;&lt;li&gt;Add Justin.tv and Ustream.tv streams to the mywebtv search engine and make them accessible from the control panel: this is a big one also. It should take me a few days also&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;So it's shaping up to be a very busy Christmas vacation! In all I think this represents a week and a half of work. Hopefully I have enough time to do all of this but chances are it will spread out after during the month of January as well. Anyhow I will keep you posted here on the MyWebTV blog. By the way, have a look at the home page. I spiced it up a bit around the activity box.&lt;/p&gt;&lt;p&gt;Talk to you soon&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-6043198180482133085?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/6043198180482133085/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2008/12/upcoming-updates.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/6043198180482133085'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/6043198180482133085'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2008/12/upcoming-updates.html' title='Upcoming updates'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-654333656536122927</id><published>2008-12-08T18:50:00.000-08:00</published><updated>2008-12-22T07:08:46.543-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mywebtv.cc'/><category scheme='http://www.blogger.com/atom/ns#' term='contact'/><category scheme='http://www.blogger.com/atom/ns#' term='messenger'/><category scheme='http://www.blogger.com/atom/ns#' term='chat'/><title type='text'>New chat in the contact page</title><content type='html'>hi,&lt;br /&gt;&lt;br /&gt;I have just embedded my windows live messenger for you to use if you need support or you need to chat with me. You can find it on the contact page: &lt;a href="http://mywebtv.cc/contact.php"&gt;http://mywebtv.cc/contact.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I have tested it and it is working very well. However I suspect a lot of the time I will be away or offline so it may be necessary to email me.&lt;br /&gt;&lt;br /&gt;Disappointingly the embedded messenger doesn't seem to authorize offline messaging which is why I think I will leave messenger online a lot of the time.&lt;br /&gt;&lt;br /&gt;So I'm looking forward to hearing from you&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-654333656536122927?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/654333656536122927/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2008/12/new-chat-in-contact-page.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/654333656536122927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/654333656536122927'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2008/12/new-chat-in-contact-page.html' title='New chat in the contact page'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-3871732183189817574</id><published>2008-12-06T13:37:00.000-08:00</published><updated>2008-12-15T13:39:32.346-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='plugin'/><category scheme='http://www.blogger.com/atom/ns#' term='volume'/><category scheme='http://www.blogger.com/atom/ns#' term='justin.tv'/><title type='text'>Volume problem fixed with Justin.tv plugin</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Justin.tv recently updated their plugin. As a result, two problems have risen with the mywebtv widget. The first problem was fixed two days ago and it is described in the previous post.&lt;/p&gt;&lt;p&gt;Here is the second one. When you start playing a Justin.tv link inside the webtv, the sound of the player is too loud. This has been fixed just now. Please note you will need to clear your browser's cache for the fix to work. Alternatively, if you are using Internet Explorer or Firefox, you can refresh the webtv with Ctrl-F5 which will do the trick also without deleting all your cache.&lt;/p&gt;&lt;p&gt;Thanks to Jonny for signaling the bug to me.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-3871732183189817574?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/3871732183189817574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2008/12/volume-problem-fixed-with-justintv.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/3871732183189817574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/3871732183189817574'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2008/12/volume-problem-fixed-with-justintv.html' title='Volume problem fixed with Justin.tv plugin'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-265244841668593145.post-9115642845805688465</id><published>2008-12-04T21:48:00.001-08:00</published><updated>2008-12-22T07:03:52.020-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mywebtv.cc'/><category scheme='http://www.blogger.com/atom/ns#' term='webtv widget'/><category scheme='http://www.blogger.com/atom/ns#' term='justin.tv'/><title type='text'>Justin.tv player decentered inside MyWebTV widget</title><content type='html'>hi,&lt;br /&gt;&lt;br /&gt;it's come to my attention today december 4 there was a problem with the justin.tv player. The Justin.tv player was decentered in the MyWebTV widget and as a result part of the player wasn't visible anymore. So I've had a look at it and it's been fixed. however you may need to refresh your browser's cache for the fix to work. If you are using Internet Explorer or Firefox just hit Ctrl-F5 and it will do the trick. If you have any trouble just email me: &lt;a href="mailto:support@mywebtv.cc"&gt;support@mywebtv.cc&lt;/a&gt; or you can also reply to this message.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/265244841668593145-9115642845805688465?l=blog.mywebtv.cc' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.mywebtv.cc/feeds/9115642845805688465/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.mywebtv.cc/2008/12/bug-with-justintv-player-inside-mywebtv.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/9115642845805688465'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/265244841668593145/posts/default/9115642845805688465'/><link rel='alternate' type='text/html' href='http://blog.mywebtv.cc/2008/12/bug-with-justintv-player-inside-mywebtv.html' title='Justin.tv player decentered inside MyWebTV widget'/><author><name>MyWebTV</name><uri>http://www.blogger.com/profile/07475871999401899064</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13503511760190734115'/></author><thr:total>0</thr:total></entry></feed>