10 Steps to Create Poster Fallback Image for Adobe Animate Video Banner | Instructions with Screenshots
For all the clients I’ve had the fortune of developing HTML5 Video Display Ads for, static fallback images are a requirement. These step-by-step instructions will help guide through the process.
- In Adobe Animate, add a
Video Component
to the stage by navigating to toolbar > Window > Components > Video - In Adobe Animate, set the
Component Parameters
by navigating to toolbar > Window > Component Parameters. Link thesource
parameter to the video file. Link theposter image
to the image you’d like to use for the initial frame - In the actions layer of the Adobe Animate window, add
root.stage.canvas.style.zIndex = 1;
to actions layer. This places the canvas above the exporteddiv
in the published HTML file in standard CSS fashion - In Adobe Animate publish settings, uncheck the
override HTML on export
option. With this setting on, updates added to the HTML file directly between publishing will be overwritten - Publish the Adobe Animate file
- Open the published HTML file in a text editor. Ensure
override HTML on export
is unchecked in publish settings - Navigate to the sibling div next to the
canvas
element (in this example theDIV
has an iddiv#dom_overlay_container
). Note this example is leveraging the GreenSockJS library and theID
is automatically added. If you are using another method, locate the sibling div next to the canvas element - Inside this sibling div, add an
image element
. For the image elementscr
attribute, add the URL path for the poster image you’d like to use for the initial frame (add consistency and save time using same poster image from step 2). - Save HTML file
- Test to validate
Screenshots:
If you found this helpful, like > follow > share > comment.
CR Rollyson is a Digital UX & Web manager for a S&P 500 FinTech company and is the COO of Side Role, a marketing agency partnering with In-house Teams & Agencies, Non-profits, and Start-Ups. Learn more about Side Role here.