Hacking SWF Version Using PHP

PHP July 24th, 2008

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.

1
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 it happen..

Read the rest of this entry »

Sphere: Related Content

Tags: , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Captcha [Part 2]

PHP July 18th, 2008

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 like previous Captcha you need add least 3 PHP files.

Read the rest of this entry »

Sphere: Related Content

Tags: , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Simple MP3 Player With Ming

PHP July 4th, 2008

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.
Read the rest of this entry »

Sphere: Related Content

Tags: , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Flash Generator [Part 2]

Project June 30th, 2008

Database Designer

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 username. The last table is banner_size. It used to collect all about banner size information. I used Google Adsense to my banner size reference.

Read the rest of this entry »

Sphere: Related Content

Tags: , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Flash Generator [Part 1]

Project June 30th, 2008

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 you to create Flash file under PHP, C++, Ruby, Perl and Python. Ming based on Object Oriented Programing. So you can easily use Ming with classes provided. Ming have many class to generate Flash object, such as shapes, gradients, bitmaps (pngs and jpegs). morphs (”shape tweens”), text, buttons, actions, sprite (”movie clips”), streaming mp3, and color transforms. Ming support almost Flash 4 featured. (some Ming tutorial here, written by me^^) Read the rest of this entry »

Sphere: Related Content

Tags: , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Blogroll Link Update