0 Replies Latest reply on Jun 10, 2007 1:40 PM by fcolva

    How to create a WAR file (inside simple html page with swf f

    fcolva

      Hi:
      I am new on this, and i need to now how to create a war archive that contents just a simple html page with a SWF archive inside, just like this:

      <.body>
      <.object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="500" height="150" title="and">
      <.param name="movie" value="./SWF/Andrea.swf" />
      <.param name="quality" value="high" />
      <.embed src="./SWF/Andrea.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="150">
      <./object>
      <./body>
      <./html>
      .
      Thanks in advance