SILEX - Open source Flash CMS 1.1


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X OpenSource RSS SILEX - Open source Flash CMS 1.1
# 1  
Old 10-22-2008
CPU & Memory SILEX - Open source Flash CMS 1.1

ImageAbout SILEX - Open source Flash CMS
An open source RIA which lets you build Flash websites for Flash Player 7, 8 and 9. A new kind of CMS (Content Management System), a mix between editing software and wiki based software. All multimedia file formats can be assembled in SILEX WYSIWYG editor for publishing website online, in a local computer and on CD-R.

SILEX users have chosen this tool for:
- its legitimate integration in the CS3 package
- its automatic SEO system
- its multilingual contexts management
- its constant evolution
- its short learning curve
- its documentation and the designers and developers community which is bigger and bigger
- its light weight
- the SILEX components and themes provided with it
- the Flash look and feel of the produced applications

More from Apple...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Web Development

Need recommendation for open source cms

Hi, I recently bought web hosting at asphostportal.com. I want to create my site with open source CMS. I want to make an ecommerce site for my sell product. Anyone has recommended open source cms for ecommerce? Thanks. (1 Reply)
Discussion started by: minnawanda
1 Replies
Login or Register to Ask a Question
Data::AMF::Remoting(3pm)				User Contributed Perl Documentation				  Data::AMF::Remoting(3pm)

NAME
Data::AMF::Remoting - handle Flash/Flex RPC. SYNOPSIS
use Data::AMF::Remoting my $remoting = Data::AMF::Remoting->new( source => $data, headers_handler => sub { my @headers = @_; # Do authenticate or something. return @headers; }, message_handler => sub { my $message = shift; # Call action using target_uri and value. my ($controller_name, $action) = split '.', $message->target_uri; $controller_name->require; my $controller = $controller_name->new; return $controller->$action($message->value); } ); $remoting->run; my $data = $remoting->data; DESCRIPTION
Data::AMF::Remoting provides to handle Flash/Flex RPC. SEE ALSO
Data::AMF METHODS
run Handle AMF Packet data. ACCESSORS
data return AMF Data AUTHOR
Takuho Yoshizu <seagirl@cpan.org> COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.12.4 2010-07-21 Data::AMF::Remoting(3pm)