Hi, I have an file1.SWF which has a button.( I am using AS3.) Click on the button, creates an LocalSharedObject and enters data to it. An another swf, file2.SWF, when open, reads this shared object. All this is working fine when played in flash player. But when I embed the file1.swf in a HTML page, and the file2.swf in a second HTML page, and try running, nothing happens. Click the button on the first HTML page just opens the second HTML page. Since the LSO is not created when the button is clicked on first HTML page, the second HTML page does not have a shared object to read it.(I am using Google chrome to run the HTML pages). click on the button of first HTML should create the LSO whih is not happening. I request anyone to help me on this.