Why do almost all ads use Flash rather than HTML, CSS, and Javascript? There are very simple advertisements (for example, with a single hover effect) all over the place that are for some reason rendered in Flash. Why is this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Beside other things: more popular and comfortable tools for developing those. Use less bandwidth (SWF is an archive with the payload optimized for streaming, while HTML isn’t optimized for that / it is up to the server to compress it, it comes in chunks, which requires multiple requests).
Ad-exchange networks would rather have a generic solution for ads of various complexity, so having a special case for primitive ads, which can be designed using an alternative technology is an extra work.