This topic contains 4 replies, has 2 voices, and was last updated by  af3 6 years, 9 months ago.

  • Author
    Posts
  • #13773 Reply

    af3

    Hi, i am evaluating for purchase but would like to ask if a content of an iframe (website) will b auto-refreshed/updated by this plugin ? The src of the iframe is a webpage that is being updated (on the external website) but from the Lite version, it seems like the ifram content is not updated until the iframe parent is reloaded.

    thanks

  • #13775 Reply

    Admin
    Keymaster

    Hi, the content is not refreshed when a slide is disappearing / appearing. The content is only loading when you start your player/sreen.

  • #13783 Reply

    af3

    Thank you for the confirmation. Is there a way to autorefresh the content without restarting the screen? In this case, the iframe content will display updated data. Seems like the plugin will not do this ? Pls confirm. thanks

  • #13784 Reply

    af3

    For clarifications: wouldnt this work ?
    I used the 5-day demo to load a webpage with iframe; and it is not updating the iframe content. I tried putting this on the parent html page but still the iframe is not updated. Is it due to the plugin? meta refresh header is also not working to update the iframe content.

    <script>
    window.setInterval(“reloadIFrame();”, 3000);

    function reloadIFrame() {
    document.frames[“frameNameHere”].location.reload();
    }
    </script>

  • #13785 Reply

    af3

    Adding this is header work ok for now.
    <meta http-equiv=”refresh” content=”60″>

Reply To: Auto refresh iframe content
Your information:




4 + 6 =