Forum Moderators: open
:( :( :(
#1 - make movies link to separate pages not just separate movies
pro: this creates multiple pages for search engines to look through and find any text on your page as results (currently page title and any website copyright info, I imagine)
con: this slows down your flash movie loading process
#2 - use CSS to create invisible text on each page that is relevant to the content of the page
pro: this works well with crawlers
con: this is considered very bad design form and does not fit the W3C standards. Additionally you will have to essentially double your work to be most effective because you will be retyping content from your Flash movie onto the HTML page. Obviously this also breaks away from "pure" flash, but you had an HTML page already anyway.
So to conclude, yes this can be done, however the most globally-effective way to use Flash in a website is to have it just be one of many elements. If you are determined to use pure Flash, then just be cool with fewer search engine hits and figure out another way to advertise your web URL :D
Hope that helps Prat