Log in

View Full Version : help with flash application



kien
08-11-2007, 03:45 AM
I need a flash application which allow me submit content via back-end and they will be show on front-end. General it likes a FAQ system by Flash.

* Back-End:
- admin panel with secure login.
- can add content manually by text editor. Admin can add link, add images... like WYSIWYG.
- can add/del/edit content and can move content to folder or sub-folder.
- can add/del/edit directory (folder and sub folder)
- content should saved on MySQL database. Content always contains text, images, links… such as HTML. Some content has link to other flash file, make sure you can do it.
- admin can change pass, pass must be secure too, maybe it should be encoded.

* Front-End:
- show content in 2 columns: left is folder, content tittle and right is content details. Such as windows explorer.
- You must add link or button: < Previous Next > , they are allow user jump to newer or older content.
- user access content can NOT use any flash-decompiler software to get content or anything. This means application must be secure, no one can copy content or detect admin pass, url, files of application…

Is it possible to create system like this? How? Do you know any extensions for flash or flex help me that?

Medyman
08-11-2007, 04:16 PM
What's the reason that you want to make this in Flash?

Constructing a back end admin panel is flash seems almost fruitless. You would have to deal with the AS/PHP interaction which can get kind of cumbersome at times.

It's best to just construct it using PHP/HTML.

Will the front end be in flash as well? If so, you'll have to deal with creating XML from PHP (a project that I'm currently fooling around with).

If you do it right, decompiling the flash won't reveal much except for the visuals.

kien
08-12-2007, 03:17 AM
I just want to protect content, avoice copy/paste content. Actually I need front page in flash, admin can be html, php. If you have same application, I would like to buy it from you.

djr33
08-12-2007, 03:34 AM
It won't really protect anything. A screen capture can take images, and you can take text manually or by doing a screen capture and using an OCR program to read it.

Decompiling the flash, if done correctly, would reveal exactly how the flash works, including any sensitive data like passwords, if they are included in the flash. You could probably code the flash to just send to the PHP, which verifies security and uses the data from flash, but doesn't reveal anything sensitive.