Not sure if anyone is using ruby on rails and flex, but has anyone see this error ( No action responded to swfobject) before?
Can't seem to find anything? Here is how I am using swfobject.
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
swfobject.embedSWF(<%= "#...@swf_path}?#{time.now.to_i}".to_json
%>, "flashDiv", "100%", "696", "10.0.0","/flash/expressinstall.swf" ,
{},{wmode: 'transparent'}, {id: "network_map", name: "network_app"}
);
</script>

