delgado's Recent Forum Activity

  • Monster in my pocket- throw — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/monster-in-my-pocket-throw-2289

    <p>Remember NES game Monster in my pocket?</p><p>In this platform template you learn how grab item and throw in to enemy</p>

    Use this topic to leave comments, ask questions and talk about Monster in my pocket- throw

  • android?

    works perfectly on mobiles

  • Touch drag and throw object — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/touch-drag-and-throw-object-3405

    <p>In this template tou receive 2 similiar examples</p>

    Use this topic to leave comments, ask questions and talk about Touch drag and throw object

  • like this and waiting

  • Hello, its possible to make GPS module and track signal?

  • > That doesn't seem like a large-scale solution. You could get it to "work," but what if other people view the site? You can't force everyone else to also use an apache proxy... I'm sure there's some detail I'm missing here, but if you can't get the standard ebay.com to do it, how does it help?

    >

    Proxying in general is a very large-scale solution, and it is the only secure solution to this guy's problem. Proxying it through his own site will place the remote site "in domain" under his domain and make the iFrame fall naturally under the "ORIGIN" access control which most browsers (and Scirra's export) operate on.

    You don't need to 'force' anyone to use a proxy. You set it up for yourself and it simply funnels traffic through your domain to another site and back. Think of it like a tunnel from your server to the site of interest.

    I actually use this exactly to get our blog site to run in an iFrame on our website.

    > interesting, can you show example?

    >

    Look at our website and blog. Or do you mean a Construct example?

    I do like 's solution too.

    i mean example of fixed my code or new code example, ready to paste in my ebay description

    in code should be included this url: https://igamedeveloper.github.io/balon/

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • > That doesn't seem like a large-scale solution. You could get it to "work," but what if other people view the site? You can't force everyone else to also use an apache proxy... I'm sure there's some detail I'm missing here, but if you can't get the standard ebay.com to do it, how does it help?

    >

    Proxying in general is a very large-scale solution, and it is the only secure solution to this guy's problem. Proxying it through his own site will place the remote site "in domain" under his domain and make the iFrame fall naturally under the "ORIGIN" access control which most browsers (and Scirra's export) operate on.

    You don't need to 'force' anyone to use a proxy. You set it up for yourself and it simply funnels traffic through your domain to another site and back. Think of it like a tunnel from your server to the site of interest.

    I actually use this exactly to get our blog site to run in an iFrame on our website.

    > interesting, can you show example?

    >

    Look at our website and blog. Or do you mean a Construct example?

    I do like 's solution too.

    i mean example of fixed my code or new code example, ready to paste in my ebay description

    in code should be included this url: https://igamedeveloper.github.io/balon/

  • dont use iframe... use <object> </object> or <embed></embed>

    see blog post about this

    however iframe will work on a personal website just fine. but is blocked by amazon or ebay... so you should look what they allow to embed on their websites.

    try this code for iframe on personal website or even on ebay see if works.

    <iframe class="someclass" src="yourlinktofolderofgame can be /game" frameborder="0" allowtransparency="true" backgroundcolor="transparent" ;="" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px; z-index:1; " height="100%" width="100%" allowfullscreen="true" msallowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>[/code:11z5aaoe]
    

    Interesting i must say, Your proposition dont work but i use code from blog

    <div">  
      <object data="[insert resource]" type="[insert MIME type]" style="height: 840px; width: 650px;">
        <embed src="[insert resource]" type="[insert MIME type]">
      <p>It appears you don't have a the proper plugin to load this in your browser. You can <a href="[insert resource link]">click here to access the resource.</a></p>
      </object>
    </div>  [/code:11z5aaoe]
    
    and i modify to:
    [code:11z5aaoe]<div">  
      <object data="https://igamedeveloper.github.io/balon/" type="application/html" style="height: 840px; width: 650px;">
        <embed src="https://igamedeveloper.github.io/balon/" type="application/html">
      <p>It appears you don't have a the proper plugin to load this in your browser. You can <a href="[insert resource link]">click here to access the resource.</a></p>
      </object>
    </div>  [/code:11z5aaoe]
    
    finally in description i have that error
    [img="https://dl.dropboxusercontent.com/u/44710358/ebay.png"]
    
    PS
    
    i dont know what i should type in "[insert MIME type]"
  • Motocross bike Trial gears — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/motocross-bike-trial-gears-3283

    <p>In this example you receive motor bike with own statistics</p><p>Engine power (KM)</p><p>Bike weight</p><p>You can use this statistics to change behavior on ground</p><p>higher KM - faster start</p><p>Also bike have gearbox / bearcase</p><p>dificult is set to automatic gearbox</p>

    Use this topic to leave comments, ask questions and talk about Motocross bike Trial gears

  • Combat scope for shooter — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/combat-scope-for-shooter-3213

    <p>You buy two commenced examples </p><p>Watch demo to see how this works</p>

    Use this topic to leave comments, ask questions and talk about Combat scope for shooter

  • > He can't change the security headers in ebay, it's not his site.

    >

    Sure you can. Use an Apache proxy. You can change the headers if you proxy the Ebay site through an Apache proxy. Although, if you use an Apache proxy, then the X-Frame-Options: SAME ORIGIN will work for you, and you won't have to change the X-Frame-Options header.

    interesting, can you show example?

  • > It's blocked because of browser security measures. You need to change the X-Frame-Options HTTP header in order for it to work properly.

    >

    > Just understand that you are playing with security fire.

    >

    He can't change the security headers in ebay, it's not his site.

    Delgado, even if you sneak the HTML of an iframe onto a page, it won't work if Ebay doesn't allow iframes to be loaded on their page, as configured by ebay in their site's headers, like gumshoe mentioned. You need to use something else. Can you possibly use an image?

    hi, i know how use image, prabably gifs too but i need insert window with c2 project

delgado's avatar

delgado

Member since 20 Sep, 2011

Twitter
delgado has 18 followers

Connect with delgado

Trophy Case

  • 14-Year Club
  • Entrepreneur Sold something in the asset store
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x9
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

25/44
How to earn trophies