I created a Flex project, now I want to import it into the JSP, so I have just taken the ‘noscript’ section and have added to my jsp.
But the porblem is that the swf file does not play, any help?
Here is the piece of code
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="TeamStructure" width="100%" height="100%"
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
<param name="movie" value="TeamStructure.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#869ca7" />
<param name="allowScriptAccess" value="sameDomain" />
<embed src="TeamStructure.swf" quality="high" bgcolor="#869ca7"
width="100%" height="100%" name="TeamStructure" align="middle"
play="true"
loop="false"
quality="high"
allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/go/getflashplayer">
</embed>
</object>
</noscript>
All the paths and other stuff have been validated!!
I think flex generates an html page, and you should just copy-paste. Here’s something that’s working: