Thursday, November 19, 2009

To manipulate mp3 in DB by actionscript of flash?

1)


I want to use mp3 file stored in a postgre DB.


2)


And I want to manipulate the mp3 file with actionscript of flash as a sound object.


3)


I have succeeded to open the stored mp3 file using following PHP script.


pg_query($dbh,"BEGIN");





$fd=pg_lo_open($dbh,$oid,"r");


pg_lo_read_all($fd);


pg_lo_close($fd);


pg_query($dbh,"COMMIT");





4)


I have succeeded to manipulate the mp3 file with actionscript as follows.


s1_sound.loadSound(soundFile, false);





5) My question is how to manipulate the mp3 file stored in DB from actionscript of flash.

To manipulate mp3 in DB by actionscript of flash?
I have been searching for a long time to try to find a calendar application like the one on a now-abandoned site that a local ministry group had put up a couple of years ago. The calendar consisted of hour-long blocks of time around the clock and people would sign up to commit to pray for local churches during the period for which they were signed up, and they would receive notification e-mails as reminders before the time for which they signed up. I've tried to reach the programmer who put the site together, but he doesn't live in this area, and the people who worked with him to set up the site aren't sure where the application came from. If any of you could tell me where I might find an application like the one at this link, I would be very grateful:








http://24-7terrehaute.com/signup.asp...
Reply:hey

canine teeth

No comments:

Post a Comment