delgado's Forum Posts

  • 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/

  • > 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
  • 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

  • Im wondering ho can i add code in to Ebay, Allegro to display game window in item description?

    i try use iframe but iframe is blocked

    so i read about this i try make on my own

    but im not programmer so i need tips where i should fix code

    <SCRIPT LANGUAGE="JavaScript">
    <!--
    document.write('<' + 'I' + 'FR' + 'AM' + 'E ' + 'SRC' + '="' + 'https://igamedeveloper.github.io/allegro/" style="border:0px #FFFFFF none;" name="a" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="60px" width="468px"' +'<' + '/' + 'i' +'fr'+ 'am'+ 'e'>')
    //-->
    </SCRIPT>[/code:165e4mwo]
  • [quote:14l0a4w4]Oh well that is totally different than what we thought you were asking.

    So you created an animation on C2 and you want to use it as an image on Ebay.

    How are you going to capture it- as a still picture, animated gif or video?

    You have a license so as far as I am aware whatever you produce using C2 is your property and you can use it any way you want.

    No need to capture or making gif.

    Just export as html5 project upload on server copy url of project and paste modified code to item description in html section in ebay

    Similiar to iframe

    i think its possible

    im not programmer but im trying do something like that:

    <SCRIPT LANGUAGE="JavaScript">

    <!--

    document.write('<' + 'I' + 'FR' + 'AM' + 'E ' + 'SRC' + '="' + 'https://igamedeveloper.github.io/allegro/" style="border:0px #FFFFFF none;" name="a" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="60px" width="468px"' +'<' + '/' + 'i' +'fr'+ 'am'+ 'e'>')

    //-->

    </SCRIPT>

    i think code have errors

    SO if that code will work

    you will be able to play in game on ebay items

  • But to be honest I don't see why you'd WANT to sell on ebay when you have Gamejolt, Itch, Kongregate, NG..

    I dont want sell on Ebay Construct 2 projects, just want to add animation created in c2 to Item description

    Very similiar to adding iframe code to site (iframe dont work for me on ebay )

  • Its possible to add something created with Construct 2 and add that project ito Ebay auction?

  • Weird, i installed newest version of plugin and after opening capx example i have warning (installed plugin is version 4) ?

  • Also take look at best Bundle

    https://www.scirra.com/store/bundles/ig ... ction-3937

  • Browser / mobile CHAT template — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-game-templates/browser-mobile-chat-template-3195

    <p>Working and ready to upload on your hosting Chat template</p><p>Working on browsers and mobiles</p><p>In chat user can:</p>

    • type own channel / room
    • send emoticons by choosing from label
    • send emoticons usinh keyboard ':P"

    <p>No need to create accounts on servers!</p><p>Export, upload, and chat</p><p>Plugins copy to plugins folder in construct 2 directory. Textbox addon drag & drop to opened layout in c2 then run chat capx</p><p>All plugins description you find under this URL's</p><p>Advanced textbox: scirra.com/forum/viewtopic.php plugins(firebase authentication, simple message, wilddog, date) you find here c2rexplugins.weebly.com Also you can download Rex repository to find more plugins</p><p>html Div pode to display hit counter:</p><p>https://www.scirra.com/forum/viewtopic.php?f=153&t=69356&p=1080535&hilit=html+div+pode</h3><div class="deshr"></div>p1080535</p><p>ALL PLUGINS ARE IN ARCHIVE</p>

    Use this topic to leave comments, ask questions and talk about Browser / mobile CHAT template