Show Bid Request
Perl Module To Modify Flash
Bid Request Id: 20027
|
|
|
Posted by: |
gillopez (15 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Very Good - 0.00%
|
Buyer Security Verifications: |
Good
|
Approved on: |
Jun 27, 2002 6:05:47 AM EDT
|
Bidding Closes: |
Jun 30, 2002 6:16:44 AM EDT
|
Viewed (by coders): |
248 times
|
Deadline: |
7/13/2002
TIME EXPIRED
|
|
|
|
Description:
I need a perl module to look for a string in an .swf file and replace it with another string.
The perl module should be coded in OO (object oriented) style and 'use strict' should also be used.
There is a lot of code on sourceforge.net and google. :) I'm just clueless as to how to put it all together.
I should be able to execute this code...
use FlashModule;
my $flash = new FlashModule();
my $string = "Hello World!";
open(FLASH, "flash.swf");
binmode(FLASH);
local undef $/;
my $old = <FLASH>;
close(FLASH);
my $new = $flash->generate($old);
open(FLASH, ">newflash.swf");
print FLASH $new;
close(FLASH);
This will allow me to dynamically create flash files for users based on cgi input. You should be aware that it will be run under a mod_perl environment so all variables must be localized.
A great example of where this is done is at http://www.ownspot.com. They have a free trial you can try out. They allow you to make your own flash intro based on templates they have.
Any comments of whether or not this is possible, etc. would be appreciated. Thanks!
Deliverables: Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
Complete copyrights to all work purchased.
Platform:
perl 5.6.1
Must be 100% finished and received by buyer on:
Jul 13, 2002 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.
Special Conditions / Other:
Hopefully two weeks is plenty of time to accomplish this. The sooner the better.
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
|
This bid was accepted by the buyer!
|
$90 (USD)
|
Jun 27, 2002 7:37:27 AM EDT
|
10
(Excellent)
|
|
|
Hi Gil,
I can do this for you very quick.
Best, Vlad |
|
|
|
|
|