Hi below mentioned is the code for flex sample applicaiotn
Here we have a Emede function that embedes a
pluginspage="http://www.adobe.com/go/getflashplayer">
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
Flexshowcase.swf file
so i beleive it is nto the full code source for the link
It is retrieved from some other flash application so i believe we need to do coding first in the flash tool then in the flex tool.
jsut try any one pl,s
<!-- saved from url=(0014)about:internet -->
Code:
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>FlexStore</title>
<script src="AC_OETags.js" language="javascript"></script>
<style>
body { margin: 0px; overflow:hidden }
</style>
</head>
<body scroll='no'>
<script language="JavaScript" type="text/javascript">
<!--
AC_FL_RunContent(
"src", "flexstore",
"width", "100%",
"height", "100%",
"align", "middle",
"id", "flexstore",
"quality", "high",
"bgcolor", "#869ca7",
"name", "flexstore",
"allowScriptAccess","sameDomain",
"type", "application/x-shockwave-flash",
"pluginspage", "http://www.adobe.com/go/getflashplayer"
);
// -->
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="flexstore" width="100%" height="100%"
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
<param name="movie" value="flexstore.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#869ca7" />
<param name="allowScriptAccess" value="sameDomain" />
<embed src="flexstore.swf" quality="high" bgcolor="#869ca7"
width="100%" height="100%" name="flexstore" 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>
</body>
</html>