There might be security issues going across different domains. Other than that and making sure you copied all the code including history.js, it should work
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Baetz Sent: Wednesday, October 29, 2008 5:13 AM To: [email protected] Subject: [flexcoders] How to Embed an Application that Supports Deep-Linking? Hi, for Training i developed an application that uses the Flex 3 Deeplinking-Mechanism. I used the Flex Builder and everything Works perfect when i open the html-file, the flex builder creates. Now i tried to embed the application into an existing page (for example www.mydomain.de/myapp.html . I placed the application at www.myotherdomain.de/testapp/ and started trying. Since i don't know much about JavaScript i tried the "copy-paste"-Approach. Copy the content of the generated html-file, fix all links, check all links, hope it works. Well, all links work, i hoped and it didn't. No action inside my app changes the url inside the browser. No parameters attached to the url in the prowser affect the application. My current Testembed is added as an attachment. Everything beside testapp_embed.txt was generated by the flex builder. How can (or should) i use a flex application from another domain and make deeplinking still work? I hope somebody out there can help me. Greetings, Alexander

