Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Flash media item also has the property of a backup image file. This image will be used that have problems showing the Flash file. The method attachBackupImage works exactly the same as the attachFile method as explained in the previous sectionpreviously in this topic. For example:

 

Code Block
themeEclipse
MediaItemFlashVersion flashversion = null;
// Long piece of code that creates a MultiPartFile containing the backup image
flashversion. attachBackupImage(mpfileOfTheBackupImage);

...