Hopefully I am understanding what you are trying to do. Have you thought of using swfobject for your flash files? I think this would be the best way to handle what you are trying to do. You can then add your "nomapid" to the parameters of your flash movie and should work with all browsers.
code.google.com/p/swfobject ------Original Message------ From: Greg Ligierko Sender: [email protected] To: Flash Coders List ReplyTo: Flashcoders ReplyTo: Flash Coders List Subject: [Flashcoders] A variable "nodemapid=" makes <embed> gone (IE and FF) Sent: Nov 23, 2009 1:29 PM I have a strange issue with a http variable in <embed> tag and I would appreciate much if you test two links with short HTML code. I prepared two ultra-thin HTMLs. http://www.l-d5.com/sn/embed8.htm its source code is: <object><embed src="nodemapid="/></object> http://www.l-d5.com/sn/embed9.htm its source code is: <object><embed src="nodemapidq="/></object> (note the "q" character) Now... for embed8.htm, IE7 and FF(3.5.5) show source ("view page source"): <object><!-- --></object> (removed <embed>) While for embed9.htm, both browsers show the expected source: <object><embed src="nodemapidq="/></object> Safari shows full code for both files. Can you see this too ? Or perhaps this is some local issue of my PC ? Thanks, Greg _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Nathan Mynarcik Interactive Web Developer [email protected] 254.749.2525 www.mynarcik.com _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

