hi friend
this is my code
it is working fine for (open file)
file:///D:/WebSite4/swfobject/swfobject1-5/fullpage.html
if i connect to the IIS (http://localhost/TEST/FULLPAGE.HTML)
it is also working fine
asp.net code
it not working
it gives error 'You need to upgrade your Flash Player '
why?
pls help me
this is my code
Code:
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("./yoga/so_tester.swf", "sotester", "100%", "100%", "8", "#FF6600");
so.addVariable("flashVarText", "this is passed in via FlashVars for example only");
so.addParam("scale", "noscale");
so.write("flashcontent");
// ]]>
</script>
file:///D:/WebSite4/swfobject/swfobject1-5/fullpage.html
if i connect to the IIS (http://localhost/TEST/FULLPAGE.HTML)
it is also working fine
asp.net code
Code:
filepath="file:///D:/WebSite4/swfobject/swfobject1-5/fullpage.html"; Response.WriteFile(filepath);
it gives error 'You need to upgrade your Flash Player '
why?
pls help me
Comment