View Full Version : I wish to hire someone...
I have developed an online editable website. I would like you to do the following using AS 2.
Frame 1 (capturing movie clips and displaying)
• 3 - 6 movie clips will be displayed. (vector arts)
• 3 - 6 buttons should be there to capture each movieclip.
• A next button will be three to move in to frame 2.
Frame 2 (this is the submit form)
• 2 combo boxes, few input fields should be there. (the selected images in frame 1 should not be visible here).
• When clicked on the SUBMIT button all the data (whatever is filled) and ONLY the captured images should be sent to a PHP server script.
• I should receive an email with all those information.
• Also I should receive the selected images in a PDF document. Each image should be in separate a PDF. (E.g. if a viewer has selected 3 images I should receive the info + 3 PDF attachments).
Basically what I need is a FLA file which captures ector arts - submitting them to a server side script and receiving it to my mail as a PDF document. I cannot give you the original FLA. Therefore I should be able use your FLA to extract the actionscript and incorporate it in to my FLA file. Please let me know if anyone who feels capable of creating what I want and offer your services. :)
loadlearn
09-08-2009, 05:58 AM
One question.
What do you actually mean by capture each movie clip?
That out of a possible 6 (already displayed) vector arts selected by the user, that those actually selected be sent to you in a PDF format? Or that the user himself uploads a number of vector arts, and that those uploaded vectors are sent to you?
I've sent you a PM.
If you send PM's that limits the number of people viewing the thread who could possibly help you with your task, no? :confused:
Also I noticed this thread, for anyone interested it has some more info on the project, whats not done (PDF server side) Payment 50%/25%/25%, etc..., etc...
http://www.kirupa.com/forum/showthread.php?t=334644
Yes you are correct. If someone need to clarify something please do ask me. Anyone who's interisted let me know asap.
Thanks! :)
CyanBlue
09-09-2009, 03:16 PM
So, there is a chance where you can only get paid 75% of the total payment if you somehow are not able to incorporate it into your project... I don't think it's fair for it to depend on your ability... If somebody does a job, provide the source code, that should be the point where he/she gets the payment... That should be the end of the deal, and it is your job to incorporate it into your file... That's my 2 cents...
Yes you've got a point. But what I'm asking to do is only 10% of the entire project. I'm simply asking it becuse I don't know how to do it. And the expert who is willing to do it should help me out in putting things together. I don't see any harm in helping me out to get the balance 25%?
Anyway I've done the entire setup except fo the AS 2 image uploading script and the PHP to get the images in a PDF or as bitmaps (I dont know weather it's the best way of doing it).
to capture I used
import flash.display.BitmapData;
win1.setSize(120,190);
win1._visible = false;
win1.contentPath = "holder";
one_slct.onRelease = function() {
var bmd:BitmapData = new BitmapData(60,95);
bmd.draw(_root.gmb_mc);
win1.content.attachBitmap(bmd,1);
win1.content._width = 120;
win1.content._height = 190;
{
win1._visible = !win1._visible;
}
};
(the captured movieclip displays in a UI LOADER) It works fine! But here I'm not certain how to export the win1? and in what format is the image been captured!!! :confused:
CyanBlue
09-09-2009, 04:37 PM
My 2 cents on that is that it is two separate projects to the eyys of a programmer... It's one thing to create something standalone and another to port it to the existing system... Of course, I understand that it is one project to you... It is just a different point of view...
Regarding that question bit you had, you might want to post it to AS2 forum... I don't think anybody is interested in helping you solve that problem when it is posted in the Projects forum unless it is something that's really simple... I suggest you to create a simple sample file along with the PHP script you have so that it is easier for people to help you...
bowljoman
09-09-2009, 05:36 PM
Yes, thats two jobs. 1) writing 2) teaching you.
I'd be pretty pissed off if I was told I wouldnt get the balance until the client learned how to integrate something he/she was not smart enough to do them selves. You do not provide the fla source to integrate it for you, yet you wont pay until you can move it from my fla to yours. FAIL
No way! bad practice. Especially when it involves generating output in another format.
Thanks everyone!! I've hired a person. I wish to CLOSE the vacancy! ;)
Thanks & Cheers ACTIONSCRIPT.ORG :)
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.