Forum Moderators: open
A point to note is that the links contained within flash are treated as relative to where the flash file is located, for example:
If your flash file is located at:
domain.com/flash/myfile.swf and you have a link in the flash file which is:
products/widget.htm Google will read the link and assume it is linking to
domain.com/flash/products/widget.htm In a browser, if the flash file is displayed in:
domain.com/index.htm domain.com/products/widget.htm This is due to the way in which flash files are accessed and referenced. So, the lesson is - never use relative urls in flash files.
HTH,
JP