简体   繁体   中英

FLASH AS3 - How to stop an external swf file

I have this homepage, http://www.friedmanllp.com/home3.php , and two separate .swf files. I want the top .swf, the skip bar, to stop the bottom video. Is there anyway to do this?

Note I have no way to edit the original video. I wouldn't mind using a javascript solution but would rather target it with AS3 if possible.

Thanks in advance.

Dave

Best way would be to use ExternalInterfaces to call your swf from outside (fe with javascript) but i guess that's what you meant with "no way to edit the original video".

what about a workaround like: 1 click the stop button and call a js function which 2 removes the video.swf from your page and 3 adds it again

best, kris

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM