Team:Edinburgh/team(gallery)

From 2009.igem.org

(Difference between revisions)
Line 268: Line 268:
<div id="text" style="margin-left:20px;margin-top:10px;">
<div id="text" style="margin-left:20px;margin-top:10px;">
-
<script language="javascript">
+
<script type="text/javascript">
-
if (AC_FL_RunContent == 0) {
+
// <![CDATA[
-
alert("This page requires AC_RunActiveContent.js.");
+
-
} else {
+
var so = new SWFObject("https://static.igem.org/mediawiki/2009/7/7a/EdinburghGallery.swf", "sotester", "100%", "430px", "8", "#FF6600");
-
AC_FL_RunContent(
+
so.addVariable("flashVarText", "this is passed in via FlashVars for example only");
-
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
+
so.addParam("scale", "noscale");
-
'width', '100%',
+
so.write("flashcontent");
-
'height', '430',
+
-
'src', 'https://static.igem.org/mediawiki/2009/7/7a/EdinburghGallery',
+
// ]]>
-
'quality', 'high',
+
</script>
-
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
+
-
'align', 'middle',
+
-
'play', 'true',
+
-
'loop', 'true',
+
-
'scale', 'showall',
+
-
'wmode', 'transparent',
+
-
'devicefont', 'false',
+
-
'id', 'EdinburghGallery',
+
-
'bgcolor', '#383838',
+
-
'name', 'EdinburghGallery',
+
-
'menu', 'true',
+
-
'allowFullScreen', 'true',
+
-
'allowScriptAccess','sameDomain',
+
-
'movie', 'https://static.igem.org/mediawiki/2009/7/7a/EdinburghGallery',
+
-
'salign', ''
+
-
); //end AC code
+
-
}
+
-
</script>
+
</div>
</div>

Revision as of 22:22, 15 October 2009