Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Children Display
HTML
	<div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this rotator.</div>
	<script type="text/javascript" src="http://www.teamlead.ru/download/attachments/458754/swfobject.js"></script>
	<script type="text/javascript">
		var s1 = new SWFObject("http://www.teamlead.ru/download/attachments/458754/imagerotator.swf","rotator","400","300","3");

            s1.addVariable("transition","blocks");
            s1.addVariable("usefullscreen","false");
            s1.addVariable("shownavigation","false");
            s1.addVariable("showicons","false");
            s1.addVariable("overstretch","false");

            s1.addVariable("rotatetime","5");
            s1.addVariable("file","http://www.teamlead.ru/download/attachments/458754/madrid.xml");
            s1.addVariable("width","400");
		s1.addVariable("height","300");
		s1.write("container");
	</script>