I have a Flex 3 site. I have a bug in my deep connection. For some reason, if another site links to my site, it shows the main content instead of the specific bit that should be displayed. So, if the link is for http: //www.mysite#view=4 , the user will get the default http: //www.mysite# .
I do not want to debug this problem on a production server. Is there a way to make a page on my localhost with a link to my Flex project on my localhost? If so, how can I do this? Thank.
source
share