Ahimsa Posted October 2, 2021 Share Posted October 2, 2021 This is my first post and my first request for assistance. Some years ago I made some websites based on templates written in HTML4. I would like to convert them to HTML5. I already bought the video course to learn more about HTML. Could someone point me in the right direction to learn how to rewrite the Adobe flash player items in these 2 websites and if possible give me an example? Thank you. http://gerhardjuchumsculptor.org/slideshow.htm http://www.jameswilkiepsychic.org/About_james_wilkie.htm Link to comment Share on other sites More sharing options...
Ingolme Posted October 2, 2021 Share Posted October 2, 2021 It looks like the flash player elements on those pages were for a slideshow and an mp3 player. These pages have some example code for slideshows: https://www.w3schools.com/howto/howto_js_slideshow.asp https://www.w3schools.com/howto/howto_js_slideshow_gallery.asp For playing sounds and music, you can use the HTML 5 <audio> element as shown in this tutorial: https://www.w3schools.com/html/html5_audio.asp To fully understand and work with the code you will need to dedicate some time to learning HTML, CSS and Javascript. 1 Link to comment Share on other sites More sharing options...
Ahimsa Posted October 2, 2021 Author Share Posted October 2, 2021 Thank you Ingolme, I will look at the code examples for slide shows and audio to implement them on my websites. 16 hours ago, Ingolme said: To fully understand and work with the code you will need to dedicate some time to learning HTML, CSS and Javascript. I'm watching the purchased W3 HTML Video Tutorial. After that basic course, can you suggest some links/courses to learn more about HTML, CSS and Javascript for going forward? Thank you. Link to comment Share on other sites More sharing options...
Ingolme Posted October 2, 2021 Share Posted October 2, 2021 I think the W3Schools tutorials should be good enough as long as you dedicate your time to it. Once you are done with the HTML tutorial, you should go through the CSS and Javascript tutorials. They don't have video tutorials for CSS and Javascript, but the written tutorials are free. Once you have read all of those tutorials carefully, you can look at the code of the W3Schools How To examples and try to understand how they work for practice. The best way to learn is working with code and seeing how your changes affect it. 1 Link to comment Share on other sites More sharing options...
Ahimsa Posted October 3, 2021 Author Share Posted October 3, 2021 Thank you Ingolme. That will keep me busy for a while. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now