Hi,
i have one main swf file now on clicking btn it will play a url video. once video finishes i want to play that main swf file start playing from that place. can anyone has an idea how to do it?
thanks
Hi,
the same code which i am talking about my video problem. I am again giving the same code,
videoBtn.addEventListener(MouseEvent.CLICK,openSwf1 );
function openSwf1(event:MouseEvent):void
{
var request:URLRequest=new URLRequest("whatever.swf");
stop();
//trace("fileOpen");
navigateToURL(request);
}
thanks
This URL has simple localConnection sample.
It may be useful for you
http://actionscriptandflex.blogspot.com/2010/09/localconnection-exampl e-in-actionscript.html
North America
Europe, Middle East and Africa
Asia Pacific