Hello Everyone, I have a clip that uses "sendAndLoad" to communicate with a server page. It works fine in Internet Explorer but not in Netscape 4.7 The clip is used twice on the same page (different name and different data). The data loads on the first clip but not on the second one. In the status bar I see "Transferring Data from **HTTP_HOST**" and it does not load anything. Can anyone give me a hint how to fix such problem? I was using FlashPlayer 7 and then upgraded to 8 but the problem did not go away. My object looks like this: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://www.**--****.com/ #version=7,0,0,0" width="400" height="250" id="myFlashObject" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="/mySWFfile.swf"" /> <param name="quality" value="high" /> <param name="scale" value="exactfit" /> <param name="salign" value="lt" /> <param name="bgcolor" value="#ffffff" /> <embed src="/mySWFfile.swf" quality="high" scale="exactfit" salign="lt" bgcolor="#ffffff" width="400" height="250" name="myFlashObject" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage=" http://www.**--****.com/ " /> </object>