Jump to content

Integrate this code in produt page


Recommended Posts

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>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...