var so = new SWFObject("Flexapp.swf", "swfMain", "100%", "100%", "9");
so.addParam("wmode", "transparent");
so.addVariable("divLayer","divLayer");
so.write("swfLayer");in the above code SWFObject does this userdefined object or else is there any inbuilt property for JavaScript. I doing an example in Flex,I need to place an HTML div on Flex page. For this i am try to utilize write functionality.But when i look into the swfobject.js there is no document.write() function,I am using swfobject2.2. Please let me know that does i need to modify swfobject.js --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
