-
1. Re: Retrieving informations from flash animation
kglad Dec 23, 2010 3:29 PM (in response to zferd)you're trying to get data from your swf and save it where?
-
2. Re: Retrieving informations from flash animation
zferd Dec 23, 2010 3:43 PM (in response to kglad)In a text file for example.
But main problem is to get it, being able to automatically handle it in a c or java program
-
3. Re: Retrieving informations from flash animation
Lee Burrows Dec 23, 2010 4:14 PM (in response to zferd)if you are just trying to extract data from a swf, you would need to know where in the swf the relevant info is - you could use a swf decompiler to analyse the swf file and find where in the file the data is stored. then you could load the file and extract the relevant bytes
assuming that the flash animation is getting its info from somewhere else, cant you just bypass the swf and get the data from the same place?
-
4. Re: Retrieving informations from flash animation
kglad Dec 23, 2010 4:55 PM (in response to zferd)if you're trying to extract data from a website that's not under your control (especially if that's publically available info like weather data), you should look for a website that has an rss feed designed for public use.