I Have swf file that connects to a web service (that I host on the
same machine). Upon using swfobject to display the swf inside an aspx
page, I am unable to load the web services. Whereas embeding the swf
on html page gets me connected.
We have tried swf with both local file system and network access
publish settings and both failed to connect
This is how I am loading the swf in my aspx page:
var params = { allowScriptAccess: "always" };
var so = new SWFObject("Game/Sales.swf", "NPSales", "1000", "600",
"10.0.0", "#000000", null, params);
so.write("content");
Please advice
--
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en.