Skip to main content
February 28, 2014
Answered

Crop multiple swf or fla in a folder

  • February 28, 2014
  • 1 reply
  • 745 views

Is there a way that I can crop a specific area of multiple swf or fla files that are in folder? With a script or program? I tried many programs but all are for file by file..

This topic has been closed for replies.
Correct answer kglad

are you trying to load swfs and "crop" the loaded swfs?

if so, apply a mask to the loaded swfs.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
March 1, 2014

are you trying to load swfs and "crop" the loaded swfs?

if so, apply a mask to the loaded swfs.

March 1, 2014

I want to load these swf files inside html file not in a flash file. So i need them to crop them.

As there is not a "crop tool" in flash.. Can I resize the document and re-locate them with a script? Which is close with what crop do approximately.

thanks

kglad
Community Expert
Community Expert
March 1, 2014

you can use the css clip property to crop a div.

or you can make them appear cropped by using an additional swf to load them and apply a mask to them.  then embed that additional swf in your html.