ActiveDen

AS3 Background Video

  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Europe
kollehel says

looks good :)

3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • Argentina
  • Referred between 1 and 9 users
CIROdg says

great!

3 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
yourbestsuit says
Purchased

Works perfectly – but can you play an external mp4 instead of flv?

2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • United States
stuburguer says
Purchased

Wrote some code for this file.

If you want to have a button change the flv use this in AS3 .

/////

function clickmybutton (evt:MouseEvent):void { ns.play(“path_to_your_file.flv”); }

this.path_to_your_button_clip.addEventListener(MouseEvent.CLICK,clickmybutton);

change clickmybutton on each use, each function must have a seperate name. //////

Now if someone would right an array that could play a random video from a set list, that would be great.

Any Help?

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
compuarc says
Purchased

is posible redirect web to finish video flv

Funnel web would be possible to complete the video

2 years ago
Author
Jerico Jerico replied

??

2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • United States
stuburguer says
Purchased

I have asked this guy 3 times to do custom work on this file. For money. He has not gotten back to me in 2 weeks of trying. Begining to lose hope.

here is my request…again…..

Can you make this file load .swf files as well as .flv?

2 years ago
Author
Jerico Jerico replied

This guy :P has emailed you a quote

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
compuarc says
Purchased

Hi, thanks for your work

I put a button and this works well.

The problem is that I want to open in the same window.

This is the code that uses:

bottomRight.buttonMode = true;

function BotonDeEnlaze(event : MouseEvent) : void { var digirseaURL : URLRequest = new URLRequest(“http://www.samoamax.com/press/”); navigateToURL(digirseaURL,”_self”); }

bottomRight.addEventListener(MouseEvent.CLICK, BotonDeEnlaze);

}

Please help me

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
compuarc says
Purchased

Also I would like once finished the video automatically redirect Web.

Very thanks ;)

2 years ago
Author
Jerico Jerico replied
I’m not understanding your previous posts, but if you want to redirect to a website after play, go to the onStatusEvent function and under NetStream.Play.Stop add the following:
var request:URLRequest = new URLRequest("http://www.yourwebsite.com");
navigateToURL(request,"_self);
2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
compuarc says
Purchased

my buy button launch in in the same window.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
compuarc says
Purchased

Thanks for your time ;)

} if (stat.info.code "NetStream.Play.Stop") { ns.seek(0); }

change

} if (stat.info.code “NetStream.Play.Stop”) { var request:URLRequest = new URLRequest(“http://www.yourwebsite.com”); navigateToURL(request,”_self);

ns.seek(0);
}

NOT LAUNCH TO WEB PAGE AND STOP .

Another question:

bottom open in same window !!!

NOT IN NEW WINDOW

bottomRight.buttonMode = true;

function BotonDeEnlaze(event : MouseEvent) : void { var digirseaURL : URLRequest = new URLRequest(“press/”); navigateToURL(digirseaURL,”_self”); }

bottomRight.addEventListener(MouseEvent.CLICK, BotonDeEnlaze);

}

This open in new window. my buy in SAME window (en la misma ventana)

For my not problem send code for email.

Thaks for all

2 years ago
Author
Jerico Jerico replied
remove the following code to stop playhead at end of video
ns.seek(0);
Your url code needs so be the following exactly, don’t leave out quotation marks and make sure _blank is single quotation(‘) not (“):
var request:URLRequest = new URLRequest("http://www.activeden.net");
navigateToURL(request,'_blank');
2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
alexmanzo says

I would like to control the backgrounds from a button inside my .swf (I want to use my swf as my main file in my site).

If I buy would you help me out with this?...

Can it load .jpegs too???

Thanks…… Great work

1 year ago
Author
Jerico Jerico replied

That would have to be done on a freelance basis.

1 year ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
juliano says
Purchased

hello, I’m using a widescreen video, how can I modify the function of riseze to exploit change for the video to widescreen?

1 year ago
Author
Jerico Jerico replied

That would have to be done on a freelance basis

1 year ago

by
by
by
by
by