PDA

View Full Version : MovieClipLoader Help(!!)...Quick Cash


h2o
07-28-2005, 04:15 PM
Hi,

I have been working on a project for about a few months now, and have been stuck for the past few weeks. I am looking for someone who is knowledgeable in Actionscript to do this part of the project. I don't have that much AS experience, but I am sure someone who knows their stuff would take little time to accomplish this. Maybe a couple hours at most.

I'm willing to compensate you with 40-75USD, depending on how quickly and efficiently you can do it. I'm approximating it can be done in one to two hours by an intermediate/advanced actionscripter; hence, it amounts to approximately 20-30USD/hr. FYI, this amount would be approximately 25% of the amount I am being paid, so it is definitely reasonable. I will send you the money by PayPal or whatever is most convenient for you.

I would like to get it done as quickly as possible, so if you are interested, please email me a.s.a.p. My email address is hoomannoori03@yahoo.com (koonkicker@yahoo.com)

Thanks,
-Hooman Noori

h2o
07-28-2005, 06:15 PM
I apologize if I did not explain in enough detail.

Basically, I am trying to load two SWF files using the MovieClipLoader found in MX04. Here is a thread where someone practically has written the actionscript out, for a very similar situation: http://www.kirupa.com/forum/showthread.php?t=48785&highlight=MovieClipLoader

Here is what he wrote:
Maybe some could find this useful, it's a bit messy but works flawlesly:

ActionScript Code:
var jpgfile = new MovieClipLoader();
jpgfile.loadClip(page + ".jpg", _root.mc_foto.mc_fposition);

//Content Preloader
jpgfile.onLoadProgress = function (targetMC, loadedBytes, totalBytes) {
_root.mc_ploader._visible = true;
startDrag(_root.mc_ploader, true);
}
jpgfile.onLoadInit = function (targetMC) {
var swffile = new MovieClipLoader();

swffile.loadClip(page + ".swf",_root.mc_cposition);
swffile.onLoadProgress = function (targetMC, loadedBytes, totalBytes) {
_root.mc_ploader._visible = true;
}
swffile.onLoadInit = function (targetMC) {
_root.mc_articles.easeXf (701);
_root.mc_ploader._visible = false;
_root.mc_cposition._visible = false;
stopDrag();
}
}




So, the code is there. You will barely be doing anything...I couldn't understand the above...so all I need is for you to add this to my .fla file so that it works with my file. If it is of any importance, one SWF file contains a presentation, and the other contains music for the presentation.

Any assistance would be much appreciated, and paid for.

Thanks

h2o
07-30-2005, 02:59 PM
I found someone who completed this project. Thanks for all your emails.

Mods, please delete this thread, thank you.