Flash and SEO Strategy

I trying to think of the best way to make an all Flash site searchable by search engines. I wanted to get some feedback from you guys.

Here’s my strategy:

My flash site has this structure:

http://www.example.com/#/Home
http://www.example.com/#/Page1
http://www.example.com/#/Page2

For Google I will create these html pages with the same content (but only text):
http://www.example.com/index.html (the swf will be embedded in this one)
http://www.example.com/page1.html
http://www.example.com/page2.html

For each html page I will add some javascript that will redirect the visitor to the corresponding page:
http://www.example.com/page2.html -> http://www.example.com/#/Page2

If the visitor does not have javascript enabled, or flash player, then he will not be forwarded.

Will this be an effective way to allow Google to index my site?

Thanks!