converting to excel file

D

durgam

Hi everyone,

I want to convert a flash page into a excel spreadsheet as part of my project. I dont know how to do it and i am trying to see how the excel file code looks like so that i can save that flash file into excel.
So, I am trying to saving a excel file into html file and then i am seeing the excel code in tags. Is there any easy way in doing this? If yes, could you plz. let me know about it

thanks in advance
santosh
 
S

sebastienm

Hi durgam
What do you mean by a Flash page? a web page contaning a flash *.swf animation? are you interested by the whole page or the flash animation only?

When you load such a page, the flash document is loaded into your Temporary Internet Files folder:
C:\Documents and Settings\<user_name>\Local Settings\Temporary Internet Files
replace <user_name>
you can find it there and do whatever you want with it.
 
S

sebastienm

Hi durgam
What do you mean by a Flash page? a web page contaning a flash *.swf animation? are you interested by the whole page or the flash animation only?

When you load such a page, the flash document is loaded into your Temporary Internet Files folder:
C:\Documents and Settings\<user_name>\Local Settings\Temporary Internet Files
replace <user_name>
you can find it there and do whatever you want with it.
 
Top