简体   繁体   中英

AS3 Netstream Reverse

I'm using netstream to playback a series of videos in a folder.

The idea is for them to work as a menu for a site. Ex:

click button > [play video] > show content

then

click close > [play video in reverse > show menu

is this possible?

Thanks

Reverse playback is not possible with NetStream object. You're limited by the capabilities of the object as written by Adobe. You could step through individual frames if you had a streaming media server, but the playback would likely be subpar for realtime.

Your best bet is to create two versions of your videos: one forward, one rendered in reverse. You can then simply ns.play() each stream forward.

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