Viewing SWF Elements

SWF Elements



User: Les C. 3 years ago
How do I get an .swf element to play without Flash?

Thanks,
LC
User: EverWeb Support 3 years ago
Hello!

It is possible through HTML5 Video Tag, as a possible solution.

For example:

<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>

You can find <HTML Snippet> in the "Widgets" menu in EverWeb for such purpose.

Please let me know if any questions arise, I will be glad to help.

Last edit 3 years ago

-------------------------------
EverWeb Customer Support
Submit Tickets or Learn More
User: Les C. 3 years ago
--Admin

But for this to work, doesn't my .swf file need to be in one of the source codexes, i.e., mp4?

LC
User: Paul-RAGESW 3 years ago
Hi,

I am sorry for the confusion.

SWF files will no longer play in browsers as Adobe as discontinued it for good.

This article here may provide some resources to help you convert the SWF files to HTML5.

-------------------------------
Paul
EverWeb Developer


Post Reply
You must login or signup to post.