Re: [flexcoders] load fla file into web UI then edit image inside it

2008-11-12 Thread vuthecuong
rfkrocktk wrote: Well, first you need to implement some backend programming which will read a FLA file. You can try opening an FLA file with Notepad or maybe as a ZIP Archive... I'm not sure which format the FLA type follows, if it even has a format. Once you 'get in' to the FLA file's

Re: [flexcoders] load fla file into web UI then edit image inside it

2008-10-31 Thread Tyler Kocheran
Well, first you need to implement some backend programming which will read a FLA file. You can try opening an FLA file with Notepad or maybe as a ZIP Archive... I'm not sure which format the FLA type follows, if it even has a format. Once you 'get in' to the FLA file's contents, you'll have to

Re: [flexcoders] load fla file into web UI then edit image inside it

2008-10-31 Thread Rich Rodecker
supposedly you would be able to do something like that with flash's new file format, xfl (not with flas): http://www.moock.org/blog/archives/000269.html I haven't touched cs4 or heard anything more about xfl so that's all i have on that. You *might* be able to pull something off with jsfl, but I

[flexcoders] load fla file into web UI then edit image inside it

2008-10-30 Thread vuthecuong
Suppose that I biuld a wab app with php as back-end and flex sitting on font-end with porpose to load fla file to display on web UI, then extract text and image inside it, edit these text and images, then save back to that fla file. - How can do this with Flex or with anything else? I just want