We recently came across a flash video created for our project, but unfortunately we do not have access to the source file. However, we are planning to host the video on our website and it generates a sol cookie (flash cookie) to track the user's progress as they watch the video. My idea is to retrieve information from this cookie to determine how far along the user has watched the video and trigger an event once they have completed it.
I've been searching online for assistance but haven't found much so far. I learned that it can be done using JavaScript and came across some .net sol file viewers, yet I'm struggling to find clear examples to follow.
After monitoring the network traffic with Fiddler, I noticed that each time the next button is clicked, a new request is sent with the swt file being accessed. I would also be interested in tracking every access of these swt files.
Appreciate any help or guidance. Thank you.