Digizex Video Tutorial - Basic Structure of a Flash Web Site - CS3/AS3 - SEO,CMS,Multilingual,MVC · Jun 23, 09:10 PM

The ultimate tutorial on how to create a content-managed, multilingual Flash website using Flash CS3 and opensource tools: FlashDevelop, Digizex, SWFAddress, SWFObject, Zend, Zend AMF, MySQL, XAMPP, PureMVC, Fabrication, Flight Framework Data Binding, BumpSlide UI Library, Demonster Debugger, KapInspect, Flex 3 SDK, Digitalus CMS, Minimal Remoting (AMF library for AS3), AllFlashWebsite’s FlashDevelop Project Templates. There are 8 videos totaling one hour.

Prerequisits

This is a pretty advanced tutorial for Flash/AS3 developers. You should familiarize yourself with PureMVC first. Then download the latest version of Digizex (see below) and follow the installation tutorial.

Download

Download the Digizex package and example source code from Digizex on Google Code. Either grab the source from SVN (recommended), or download the latest version from the Downloads section.

Video Tutorials

— Pickle

---

Comment

  1. Hi there,
    I am using mac and encountering real issue with the database installation of Zend. I have tried to research but no answers. I have created the database and imported the database you made. Also with the host thing, i don’t bother to do it as it’s not nessecary for me to have that shortcut for digi.localhost. But for vhost I updated it to:

    NameVirtualHost *:80
    <VirtualHost *:80> DocumentRoot “/Applications/XAMPP/xamppfiles/htdocs” ServerName localhost
    </VirtualHost>

    <VirtualHost *:80> DocumentRoot “/Applications/XAMPP/xamppfiles/htdocs/digi” ServerName digi.localhost
    </VirtualHost>

    Then I opened my localhost/digi, bang! I wasted my 5 hours just to figure this stupid issue. I mean, I am a flash dev so I can’t do anything with this.

    Fatal error: Uncaught exception ‘Zend_Controller_Exception’ with message ‘No default module defined for this application’ in /Applications/XAMPP/xamppfiles/htdocs/digi/library/Zend/Controller/Dispatcher/Standard.php:392 Stack trace: #0 /Applications/XAMPP/xamppfiles/htdocs/digi/library/Zend/Controller/Dispatcher/Standard.php(211): Zend_Controller_Dispatcher_Standard->getControllerClass(Object(Zend_Controller_Request_Http)) #1 /Applications/XAMPP/xamppfiles/htdocs/digi/library/Zend/Controller/Dispatcher/Standard.php(245): Zend_Controller_Dispatcher_Standard->isDispatchable(Object(Zend_Controller_Request_Http)) #2 /Applications/XAMPP/xamppfiles/htdocs/digi/library/Zend/Controller/Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #3 /Applications/XAMPP/xamppfiles/htdocs/digi/application/bootstrap.php(29): Zend_Controller_Front->dispatch() #4 /Applications/XAMPP/xamppfiles/htdocs/digi/index.php(5): require(’/Applications/X…’) #5 {main} in /Applications/XAMPP/xamppfiles/htdocs/digi/library/Zend/Controller/Dispatcher/Standard.php on line 392

    I am trying to download the latest ZendFramework now, see if that works. But help would be reallly really appreciated! Thank you!

    Regards,
    Robert

    Robert · Aug 4, 08:05 PM · #

  2. I might do a video tutorial for installation on my MacBook. Until then the only advise I can give you is set it up with the digi subdomain at least until you get it working.

    Pickle · Aug 5, 11:21 AM · #

  3. why using asubdomain at all? on some webpackages you cant do such things. :/

    dl · Nov 18, 05:46 AM · #

  4. There are a lot of good reasons to use sub-domains. It’s a decision I spent a lot of time on, but it was a while ago so I can’t remember all the reasons. If your host does not support sub-domains then you should get a new host.

    Pickle · Nov 19, 10:07 AM · #

Textile Help