here is a link to a download for Blender 2.26. Hopefully with the new python API we won't have to update our scripts every time a new blender version gets released.
I had installed python 2.3.2 release, but when I want to test the blender2Flash script, it says that it do not find the win32com.client module.
Can someone tell me where it is?
Have you downloaded and installed win32 extensions for python, and compiled the swfobj com object as written in the documentation? If you have and it's still not working, then make sure that the correct path pointing to your python directory is in the system variables.
If you don't know how to edit your system variables, right click on my computer, go properties, go to the advanced tab, then click on environment variables. edit a variable called PATH, and make sure that it's pointing to your version of python. Here's what's included in mine:
c:\python22;c:\python22\dlls;
I don't know how it will work with a newer version of Python, but post here if you do get it to work with the latest version of Python.