Question: The above is the instruction of how to prevent people grap your embed videos/movies. But my question is how to grap the embed movies/videos code from that method ? any idea . Thanks
All displayed data can be ripped from a website, but you could add an session check before showing certain data.
Can you please be more specific about it ? such as how to view the source like that in firefox or what should I do to grap the embed code if a site using that method to hide the embed code ? I'm not sure 100% understand .. thanks for ya help
Use something to view the live http headers; this is a good one if you use Firefox: https://addons.mozilla.org/en-US/firefox/addon/966
hmm how about this: 1. View the source of that main html page 2. search for iframe in that source (ctrl+f and type iframe and search it). it should look something like this "<iframe src =.../blahblah.html..." 3. after you find it which html/htm page they have iframed there open it directly in your browser 4. in that page source (the one that was placed in iframe) you will be able to see source for that embed code maybe there is some easier way... this method sounds logic