Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Do locked games run in iframe? — Gideros Forum

Do locked games run in iframe?

plicatibuplicatibu Member
edited December 2019 in General questions
When one locks the game to an specific host I understand game won't run in other sites if their files were loaded from them.

But what about iframe? If someone iframes the game that is hosted (and locked) into my site, will it work?

Does anyone have checked it?

Thanks in advance.
Tagged:

Comments

  • SinisterSoftSinisterSoft Maintainer
    Accepted Answer
    Hmm, it might do. This is locked - try it...

    https://web.reportcomplete.com/
    Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!).
    https://deluxepixel.com
  • @SinisterSoft what a beautiful piece of work. I am amazed.
    I remember going to Preston when I was 14, brings back nice memories :)

    Likes: SinisterSoft

    my growING GIDEROS github repositories: https://github.com/mokalux?tab=repositories
    +1 -1 (+1 / -0 )Share on Facebook
  • @SinisterSoft Yes, it does. I tried with the following code and it worked like a charm.
    <iframe src="XPTO://web.reportcomplete.com/" frameborder="0" scrolling="no" width="1000" height="635" allowfullscreen>
    </iframe>
    By the way, your report complete application looks awesome.

    Thanks.

    Note: I replaced https by XPTO in order to avoid editor to mess up with the code.

    Likes: SinisterSoft

    +1 -1 (+1 / -0 )Share on Facebook
  • I tried Sinistersofts link but the application didn;t function correctly...



    After clicking accept, there is a small blue square in the middle of the display and that's all, nothing else happens.
    image.png
    1187 x 1040 - 50K
  • It's just a test app right now, virtually nothing in it is working. There is an Easter Egg - click the title of any of the dialog boxes... ;)
    Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!).
    https://deluxepixel.com
  • btw, there are various links here that go to the same link but with different parameters - to test Gideros passing values from a link to the app.

    https://reportcomplete.com/web
    Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!).
    https://deluxepixel.com
Sign In or Register to comment.