Jump to content

I want to add an interactive flash movie to a CMS created page


Recommended Posts

Now you probably say, just click the "insert/edit embedded media" -button, well the problem is that this doesn't load the movie since I have the following code I must add somehow.....

script type="text/javascript" src="swfobject.js">[removed]


and also:


       <$cript type="text/javascript">
           var so = new SWFObject("test.swf", "mymovie", "540", "294", "9","#222222");
           so.addParam("menu", "false");
           so.addVariable("dataPath", "test_asset/data.xml");
           so.addVariable("openSlideNumber", "0");
           so.write("flashcontent");
       [removed]



How do I get this to work? Can I use some kind of -tag to call the script and it's config?

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...