Forum Discussion
13 years ago
How to test flex application which embeded in html?
e.g http://localhost:8080/ows/client/App.html
In the html got script something like:
swfobject.embedSWF(
"App.swf", "flashContent",
"100%", "100%",
swfVersionStr, xiSwfUrlStr,
flashvars, params, attributes);
<!-- JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. -->
swfobject.createCSS("#flashContent", "display:block;text-align:left;");
Thanks
Akmal
e.g http://localhost:8080/ows/client/App.html
In the html got script something like:
swfobject.embedSWF(
"App.swf", "flashContent",
"100%", "100%",
swfVersionStr, xiSwfUrlStr,
flashvars, params, attributes);
<!-- JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. -->
swfobject.createCSS("#flashContent", "display:block;text-align:left;");
Thanks
Akmal