Results 1 to 4 of 4

Thread: help with flash application

  1. #1
    Join Date
    Aug 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation help with flash application

    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?

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    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.

  3. #3
    Join Date
    Aug 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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.

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •