...
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 | ||
---|---|---|
| ||
MediaItemFlashVersion flashversion = null; // Long piece of code that creates a MultiPartFile containing the backup image flashversion. attachBackupImage(mpfileOfTheBackupImage); |
...