yamahafzr
Regular Member
- Mar 29, 2009
- 246
- 154
Hey guys. My partner and I are having an issue with a previously bought site. It happened when we changed over the servers. We need somebody to do the below. It is what was sent to us by the previous owner. We will give you the links and required info. We are paying 5$ after seeing the results. Please PM me if you are interested.
Please PM me
Please PM me
Ok what you
have here is eventually an .fla file that is edited in Adobe Flash CS
3 / CS 4. It is a simple .fla file (project file) which has a script
I'll paste here in the first frame where "mov.flv" is the actual movie
file - the thing is you need to create your own .fla file because .mov
will be deleted (on my account) - please see notes below:
import fl.video.*;
var flv:FLVPlayback;
flv = new FLVPlayback();
flv.source = "http://c0205882.cdn.cloudfiles.rackspacecloud.com/mov.flvURL";
flv.x = 0;
flv.y = 0;
flv.width=250;
flv.height=500;
flv.autoPlay=true;
flv.addEventListener(VideoEvent.COMPLETE, noMoreVideo);
addChild(flv);
function noMoreVideo(evt:VideoEvent):void{
removeChild(flv);
}
In the files I sent you with all the images there are a couple of .flv
files that are larger - those are the movies.
And what you do with this .fla (project file in Adobe Flash CS3 or
CS4) is create (export / publish) an .swf which points to the .flv
file hosted in cloud files (BTW I didn't know you need cloud files and
cloud sites I thought they were integrated - I don't quite understand
why you would need both - but you can discuss with them).
And thats it - you create a new .fla file, you put the script above in
the first frame as "action" for that frame, replace the URL, and then
make sure you name it new2.swf (or whatever the old .swf I gave you
was named) so that the m.js works (these control the popup action from
dpopup.com). If you want to change the m.js (popup) behavior, get the
program at dpopup.com - or create new ones in the future.