CINXE.COM

BBC - WebWise Guides

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.bbc.co.uk/webwise/categories/plug/flash/flash.shtml?intro","20090210101217","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1234260737"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>BBC - WebWise Guides</title> <meta name="ROBOTS" content="NOINDEX,NOFOLLOW"> <script language="JavaScript" type="text/javascript"> <!-- function ifl_getCSS(){ } function ifl_pbCombos(){ } //--> </script> <script language="JavaScript1.1" src="/web/20090210101217js_/http://www.bbc.co.uk/eoltools/css/ifl_getCSS.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ifl_getCSS('/webwise/css/','base','129,66,9,10,17,18,33'); // --> </script> <noscript><link type="text/css" rel="stylesheet" href="/web/20090210101217cs_/http://www.bbc.co.uk/webwise/css/base.css"/></noscript> <script language="JavaScript" type="text/javascript"> <!-- function resizeFix(){void 0} function showElement(){void 0} function hideElement(){void 0} function positionElement(){void 0} function openWindow(){return false} function swapImage(){void 0} function preLoadImages(){void 0} //--> </script> <script language="JavaScript1.1" src="/web/20090210101217js_/http://www.bbc.co.uk/eoltools/dynamichtml.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript" src="/web/20090210101217js_/http://www.bbc.co.uk/webwise/askbruce/includes/stanwords.js"></script> <script language="JavaScript" type="text/javascript"> <!-- /* alert("here"); */ function navOver() { return false; } function navOut () { return false; } //Opens the popup window for the newsletter. As per the old homepage function sendIt(form) { ctrl = form.email; if ((ctrl.value.indexOf('@') == -1) || (ctrl.value.indexOf('.') == -1)) { alert ('You need an "@" symbol\nand a "." in an\nemail address'); ctrl.select(); return false; } window.open('/cgi-bin/cgiemail/webwise/newsletter.txt','quizpopup','status=no,scrollbars=yes,resizable=yes,width=355,height=187'); form.submit(); return true; } //open the guides window function openGuide(url) { var guidewin = openWindow(url,'popup',618,450, 'resizable=no,status=no,menubar=no,toolbar=no,scrollbars=yes,left=250,top=150,screenX=250,screenY=150'); return false } //Exit from a pop up guide, and load the relevant link into the parent window. function exitGuide(url, closepref) { window.opener.location = url; window.opener.focus(); if (closepref==1) window.close(this); return false; } //open a generic popup window function popWin(url, w, h, sc, st, rz) { rz = rz ? "yes" : "no"; st = st ? "yes" : "no"; st = sc ? "yes" : "no"; var optionStr = 'resizable=' + rz+ ',status=' + st + ',menubar=no,toolbar=no,scrollbars=' + sc; var popupwin = openWindow(url, 'popupwin', w, h, optionStr); return false; } //Simple browser sniffs: if (document.getElementById) var brFam = 6; else if (document.all) var brFam = 5; else if (document.layers) var brFam = 4; else {var brFam = 3; event=false;} //--> </script> <script language="JavaScript1.2" type="text/javascript"> <!-- /* Functions for highlighting the left hand nav... As per the Business site */ //check DOM var isDHTML = 0; var isID = 0; var isAll = 0; var isLayers = 0; var home = false; if (document.getElementById) {isID = 1; isDHTML = 1;} else { if (document.all) {isAll = 1; isDHTML = 1;} else { browserVersion = parseInt(navigator.appVersion); if ((navigator.appName.indexOf('Netscape') != -1) && (browserVersion == 4)) {isLayers = 1; isDHTML = 1;} } } function domSel(objectID,withStyle) { if (withStyle == 1) { if (isID) { return (document.getElementById(objectID).style) ; } else { if (isAll) { return (document.all[objectID].style); } else { if (isLayers) { return (document.layers[objectID]); } };} } else { if (isID) { return (document.getElementById(objectID)) ; } else { if (isAll) { return (document.all[objectID]); } else { if (isLayers) { return (document.layers[objectID]); } };} } } //functions for navigation function navOver(highlight) { domSel(highlight,1).backgroundColor = "#A896FF"; } function navOut(highlight) { domSel(highlight,1).backgroundColor = "#FFFFFF"; } //--> </script> <noscript> <style> a.mainlinks:hover {background-color:#A896FF;} .containbox {margin:20px;} </style> </noscript> <script language="JavaScript" type="text/javascript"> <!-- //doBruce will strip out all words we don't want to search for, and adds other bits to make //the search engine work that little bit harder. function doBruce(tf) { var wrdArray = new Array; var tmpStr = ""; var matched = false; wrdArray = stripNonAlpha(tf.ab_search.value).split(" "); //loop through the inputted data to strip out non-keywords. for (var i in wrdArray) { for (var j in ignoredArray) if (wrdArray[i].toLowerCase() == ignoredArray[j]) matched = true; if (!matched) tmpStr += "\\b"+wrdArray[i] + "|"; matched = false; } //remove the final pipe tmpStr = tmpStr.substring(0,tmpStr.length-1); //alert(tf.ab_search.value+ "\nBecomes:\n\"" + tmpStr +"\""); tf.val_1_1.value = tmpStr; return true; } //Removes any characters that may cause trouble. function stripNonAlpha(str) { var strip = true; var retStr = ""; for (var x=0; x<str.length; x++) { for (var y in lettersArray) if (str.charAt(x).toLowerCase() == lettersArray[y]) strip = false; if(!strip) retStr += str.charAt(x); strip = true; } return retStr; } //--> </script> <script language="JavaScript1.2" type="text/javascript"> <!-- // Netscape fix resize bug Ns4 if (document.layers) { var oW=innerWidth; var oH=innerHeight; onresize=function(){if(innerWidth!=oW||innerHeight!=oH){window.location = window.location}} } // catch all errors... function stopError() {return true;} window.onerror=stopError; //--> </script> <script language="JavaScript" type="text/javascript"> <!-- preLoadImages ("/webwise/askbruce/images/cached/print_art_off.gif","/webwise/askbruce/images/cached/print_art_off.gif", "/webwise/images/jargon_banner.gif") //--> </script> <!-- The following is the jargon popup code. Only for v4+ broswers --> <script language="JavaScript" type="text/javascript"> var badbrowser = (brFam<5); function swapJBox(e, disp, id) { //alert("called, with id of "+id); if (brFam>3) { var shown = (disp==0) ? 'none':'block'; if (!e) var e = window.event; if (brFam>=6) { //Set our var to none / block: var jbox = document.getElementById(id+"_Container"); var rightOK = checkWidths(e.clientX); if (rightOK) jbox.style.left = e.clientX+"px"; else jbox.style.left = (e.clientX-315)+"px"; //work out if we've scrolled vertically: var offsety = (navigator.userAgent.indexOf("MSIE") != -1) ? document.body.scrollTop : window.pageYOffset; //some stupid IE5 mac problem... if (navigator.userAgent.indexOf("Mac") !=-1) offsety -= 100; jbox.style.top = (e.clientY+offsety)+"px"; jbox.style.display = shown; } else if(brFam==5) { //disable IEv4 support, for now //return; var rightOK = checkWidths(e.clientX); document.all[id+"_Container"].style.display = "block"; document.all[id+"_Container"].style.top = e.clientY; if (rightOK) document.all[id+"_Container"].style.left = e.clientX; else document.all[id+"_Container"].style.left = e.clientX-315; document.all[id+"_Container"].style.visibility = disp==0? "hidden":"visible"; } else if(brFam==4) return; } } //Calculates whether the pop up jargon box should appear on the right or the left of the cursor. function checkWidths (x) { if ( (x+332) > document.body.offsetWidth) return false; else return true; } // //Ask Bruce search survey script. // //This script opens a popup window to contain the form action. var nextpage = '/apps/ifl/webwise/askbruce/form2results?_name=results&'; //your chances of getting the capturing page, higher the number - less likely var odds = 5; function df(frm) { var rnd = Math.round(Math.random() * odds); if (rnd == 0) { pw = window.open('about:blank', 'popcgi', "scrollbars=no,width=10,height=10"); window.focus(); var x = nextpage + "search=" + frm.q.value; pw.location.href = x; } return true; } </script> </head> <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" bgcolor="#999999"> <table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td height="0" class="guidehead"><img src="/web/20090210101217im_/http://www.bbc.co.uk/webwise/categories/plug/images/logo_bbc_co_uk.gif" width="87" height="17" alt="bbc.co.uk" border="0"></td> <td height="0" class="guidehead" align="right">DOWNLOAD&nbsp;GUIDE&nbsp;</td> </tr> <tr> <td colspan="2" height="0" class="guidetitle"> Flash Player plug-in </td> </tr> <tr> <td colspan="2" height="100%" valign="top" class="guidecontent"> <h3 align="center">Disclaimer</h3> <p>Some pages on bbc.co.uk require extra bits of software so that you can do things such as view animations, play games or listen to audio. We do not make these pieces of software (called 'plug-ins'), so you will need to download them from other companies.</p> <p>All the plug-ins you need to access our content on bbc.co.uk are FREE to download and use. You will never have to give any payment details such as your credit card number.</p> <p>When you download these plug-ins, you will be asked to agree to some terms and conditions with the other company. This does not involve the BBC. They should also tell you what they will do with your personal information.</p> <p>Some companies may offer you other products, including products that are paid for. The BBC does not endorse any products or plug-ins made by other companies and is not liable for their download or use.</p> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td valign="top" class="guidecontent"><p><a href="/web/20090210101217/http://www.bbc.co.uk/webwise/categories/plug/flash/read_more.shtml" class="contentlink">Read more</a> about <br/>the BBC's policy on<br/> plugins.</p></td> <td valign="top" align="right" class="guidecontent"><p><a href="/web/20090210101217/http://www.bbc.co.uk/webwise/categories/plug/flash/flash.shtml?intro2" class="contentlink"><img src="/web/20090210101217im_/http://www.bbc.co.uk/webwise/images/disclaimernew.gif" width="75" height="35" alt="start" border="0"></a></p></td> </tr> </table> </td> </tr> <tr> <td colspan="2" bgcolor="#000000"><img src="/web/20090210101217im_/http://www.bbc.co.uk/furniture/tiny.gif" width="1" height="1" alt=""/></td> </tr> <tr> <td class="guideclose"><a href="javascript:window.close();">CLOSE WINDOW</a></td> <td align="right" valign="bottom" bgcolor="#999999" height="28"> <img src="/web/20090210101217im_/http://www.bbc.co.uk/furniture/tiny.gif" width="1" height="28" alt=""/> </td> </tr> </table> </body> </html> <!-- FILE ARCHIVED ON 10:12:17 Feb 10, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 01:44:06 Feb 27, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 7.658 exclusion.robots: 0.024 exclusion.robots.policy: 0.015 esindex: 0.011 cdx.remote: 9.851 LoadShardBlock: 124.96 (3) PetaboxLoader3.datanode: 204.537 (4) PetaboxLoader3.resolve: 130.394 (2) load_resource: 221.776 -->

Pages: 1 2 3 4 5 6 7 8 9 10