Flex 4 AMFPHP Directory Viewer

Antonos's picture

Description

Directory Files/Folders Structure Viewer developed with Flex 4 sdk, Mate Framework and AMFPHP 1.9

files/folders list is loading with lazy loading design pattern (means that nested files/folders is loading by request)

you can easily change document root in amfphp/globals.php by changing FILEMANAGER_DOCROOT constant value

you can also put server site on one domain and use structure viewer component on other domain or locally (take care of crossdomain.xml in those cases)

let me know if you have any questions/request about this component
Application Credentials

To view this page ensure that Adobe Flash Player version 10.0.0 or greater is installed.

Share This Flex Application
flexden's picture

flexden says:

Smile Flexden

FlexDen Site Admin
forumadmin(@)flexden.net
http://www.flexden.net

bitperbit says:

Hi Antonos,

Could you please tell what do I have to do to implement your solution?
I'm not very good at flex so I got no idea how to make it work on my project.
Is functioning on linux isn't it?

Thank you
Gabriel

Antonos's picture

Antonos says:

Hello Gabriel,

to implement you will need webserver with php
in purchased sources you can find server side and client side sources
server side sources you should upload on you webserver
client side sources it's a FlashBuilder project
to make connection between your server and client you will have to update url in src\services-config.xml (endpoint.@uri), you will find following value there "http://localhost/amfphp/gateway.php" so you need to change it to your server gateway.php url
if you client is on other domain than server side sources don't forget about cross-domain policy file (e.g. http://go4flex.com/crossdomain.xml)

Best regards,
Antonos