Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Play FLV using AS3

Explorer ,
Jan 16, 2019 Jan 16, 2019

I've made an animation in After Effects and got the output in FLV. It's 84MB in size. I've added it to my Animate file's library. I need to play that FLV in various movie clips. As of now, I have added the FLV directly onto the stage. It's used like 5 times and thus, the size of SWF is going too high because of multiple instances of the same FLV. Is there any way I can add that FLV directly to stage and start playing it using Action Script? It's something like we do with audio. Instead of adding the same audio to different keyframes, we just add actions to play the audio from the library. How can it be done in the case of FLV?

463
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 17, 2019 Jan 17, 2019

use the netstream class to play a video using actionscript.

but, even easier, add your video to a movieclip timeline.  add that movieclip as many times to your project and swf file size will not increase beyond the size required for one movieclip instance.

Translate
Community Expert ,
Jan 17, 2019 Jan 17, 2019

use the netstream class to play a video using actionscript.

but, even easier, add your video to a movieclip timeline.  add that movieclip as many times to your project and swf file size will not increase beyond the size required for one movieclip instance.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 17, 2019 Jan 17, 2019

Oh yeah! That just slipped my mind. Thanks a lot!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 17, 2019 Jan 17, 2019
LATEST

you welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines