Tag Archives: Ming Library

My Flash Generator

Yeah finally I can’t publish my final project on my university about my Flash generator. Please visit on BeFlash.phpand try it for free. Leave your comment here if you are interesting on it. You can see this banner that I had generate from it application.

Thx^^

Hacking SWF Version Using PHP

One day, I got trouble to make an Action Script embeded on PHP and Ming. I had success to make random movement, but not for blur filter.

?View Code PHP1
2
3
4
5
6
7
8
$strAction="
var xPercent = 5;
var yPercent = 5;
var ffb=flash.filters.BlurFilter;
var filter = new ffb(xPercent, yPercent, 2);
var filterArray =[];
filterArray.push(filter);
this.text1.filters = filterArray;";

no error, but why it’s not working???
Akh.. what’s wrong? why [...]

Captcha [Part 2]

Captcha again!! In this Captcha, i tried to using Ming Library as PHP extension. Ming Library is used to generate Flash movie on Fly. So I can animated my Captcha using Flash movie. Make sure you have installed this extension. For Windows user you can install easily with XAMPP (download here). It’s same [...]

Simple MP3 Player With Ming

Ming and ming again^^ I really interest with Ming Library on PHP. In this post I’ll share you simple MP3 player using Ming and PHP. Actually Ming Library doesn’t have sound event, but not impossible to make a simple MP3 player using Ming.

Flash Generator [Part 2]

Database Designer

* primary key
** foreign key
There are three table that used to system. First is data_user. It used to collect all data about user, such as username, password, email, and level. The second one is Collection. It used to collect all data about banner form specific user, such as banner_id, banner_name, location, embed, size_id, and [...]

Flash Generator [Part 1]

What is Flash Generator? Flash generator is my final project for Bachelor Degree. This project based on PHP and Ming Library. In this project I tried to explorer technology of Ming Library. In this project i focussed to generate Web banner only.
What is Ming Library? Ming Library is library made by Dave Hayden. Ming allow [...]

Blogroll Link Update