The large loop links on that page are just links to the looper itself. For how to embed them in iframe's I have a few samples going currently (namely 3,4,7 & 8 below):
1. https://linkedupradio.intelliweather.net/imagery/LinkedUpRadio/LURadio_reactive_iframe_sample.htm (320x240 loop on page, linked to 320x240 loop in a reactive iframe)
2. https://linkedupradio.intelliweather.net/imagery/LinkedUpRadio/LURadio_reactive_iframe_sample2.htm (640x480 version, linked to 640w iframe)
3. https://linkedupradio.intelliweather.net/imagery/LinkedUpRadio/LURadio_reactive_iframe_sample3.htm (This is a 320w standalone reactive iframe - what the first one links to)
4. https://linkedupradio.intelliweather.net/imagery/LinkedUpRadio/LURadio_reactive_iframe_sample4.htm (This is a 640w standalone reactive iframe - what the second one links to)
Then there are some for the higher qHD resolution images:
5. https://linkedupradio.intelliweather.net/imagery/LinkedUpRadio/LURadio_reactive_iframe_sample5.htm (480x270 loop on page, linked to large 960x540 loop in a reactive iframe)
6. https://linkedupradio.intelliweather.net/imagery/LinkedUpRadio/LURadio_reactive_iframe_sample6.htm (960x540 version, linked to 480w iframe)
7. https://linkedupradio.intelliweather.net/imagery/LinkedUpRadio/LURadio_reactive_iframe_sample7.htm (This is a 480w standalone reactive iframe - what the second one above links to)
8. https://linkedupradio.intelliweather.net/imagery/LinkedUpRadio/LURadio_reactive_iframe_sample8.htm (This is a 960w standalone reactive iframe - what the first one above links to)
And I've realized when setting this up I need to do the same for the square aspect views too, I'll get that going soon. I need to get Donnie some instructions for implementing those on your end, but basically you need to set a style (height for the container div, varies by resoltion of image), an onload reference in the body tag, and a block of code (which is everything in the example #'s 3,4,7 & 8 above).
If you notice any isues let me know!