is posible insert this code in products description¿? in the window product html let me put it does not work
<title>VIDEO GALLERY </title>
<style type="text/css">
body {
margin-left: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#222222;
}
</style>
</head>
<body>
index 7
[removed][removed]
[removed]
var so = new SWFObject("index.swf", "mymovie", "640", "480", "9","#222222");
so.addParam("menu", "false");
so.addParam("allowfullscreen", "true");
so.addParam("allowScriptAccess", "always");
so.addVariable("dataPath", "videogalleryt/config.xml");
so.write("flashcontent");
[removed]
</body>
</html>