On a regular image you can right-click to get them but on Flash it just has setting options.
(I’ve opened the View Source, but don’t know what to look for…)
Mainly, I’d like to know the domain it comes from so I can add it to my Host file block list.
Most likely, the HTML element you’ll be looking for (in the source) is <embed>. There are other ways for people to insert Flash into their pages, but this is the most likely approach.
Also, you could probably do a search (in the source) for “.swf”, which will basically look for the name of the embedded Flash file.
Its easy in firefox: Tools > Page Info > Media
Scroll down to embed.
Or you can view source and look for the embed tag.
Also look for the object tag. Embed was deprecated years ago, although still in use.