Feeds:
Posts
Comments

Archive for January, 2008

Requirements:
1. a swf file
2. a helper file
3. a library file
4. a controller
SWF File:
Download the file and past it root folder like http://localhost/your_folder
Helper File:
Download the helper file and past it root folder like http://localhost/your_folder/system/helpers
Library File:
Download the library file and past it root folder like http://localhost/your_folder/system/libraries
Controller File:
create a controller name Welcome and past the code:
<?php
class Welcome extends [...]

Read Full Post »