Example URL :: https://www.websitename.com/path/file/file.html
-
Open the link in a Chrome Tab and play. Allow it to load completely.
-
Right click on an empty area outside the main video and select 'Inspect'.
-
Make sure you are on the 'Elements' Tab and click on the 'arrow' symbol that says "Select an element in the page to inspect it".
This allows to point to the corresponding line in HTML code by simply pointing to an element on the page.
-
Now point to the desired video and it will highlight the element as well as its respective code -
"<object type="application/x-shockwave-flash" data="filename.swf" width="1280" height="818">"
Just for note: There will also be another line of code that looks somewhat like -
"<param name="movie" value="filename.swf">"
-
Right click on the code and select 'Edit as HTML'
-
Copy the content besides data or value. In our example it would be "filename.swf"
-
Now edit the URL like -
-
Open this new URL in another tab.
-
Select 'Save page as...' & save it as an *.swf file.
-
The downloaded file can now be played offline in internet explorer or Google Chrome (browser supporting flash unlike Microsoft Edge).