Jump to content
Search Community

somnamblst

Members
  • Posts

    359
  • Joined

  • Last visited

Everything posted by somnamblst

  1. Great work Cartamundi and ihatetomatoes! Given that banner advertising is not permitted to loop forever, 3X or 15 seconds, how would you stop this?
  2. My former company had created an elaborate template for the ad serving software Doubleclick for Publishers that delivered a frequency capped pushdown. The authoring tool was Edge Animate. Coming form Flash I was frustrated by Edge. I just wanted to be able to load sub SWFs. Until I realized I could not only iFrame anything, unlike with Flash, cross domain was not an issue either. sym.$("Box").html("<iframe width='1320' height='380' src='http://***********/iframe.html' scrolling='no' border='0' border='no' frameBorder='0' ALLOWTRANSPARENCY='true'></iframe>"); For hand coding gurus I like what Ad Form is doing. http://studio.adform.com/
  3. Has anyone told you how much you rock Carl? Out of curiosity do earlier jquery versions which were much smaller in k weight work with GSAP?
  4. I used this codepen demo http://codepen.io/GreenSock/pen/Dtqwz to create a 728x90 banner ad that will ultimately be uploaded to Doubleclick Studio. In DC's documentation they strongly oppose the use of jquery, though just a few weeks ago the documentation said if you have to use jQuery use jquery 1. jQuery is not recommended for HTML5 ads for these reasons:As an alternative, you can use zepto.js.Degraded performance on mobile devices because of reliance on time-based animations. Unnecessary file weight: the majority of the library's functionality isn't required. When I try to use an earlier (smaller) version of jquery it breaks the animation. Or I could just be implementing it wrong. The frame source of the codepen I used has these scripts in this order. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script><script src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js'></script><script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js'></script> Thanks in advance for the awesome patience of the moderators
  5. My bad. i was missing the draggable script. Thanks Diaco! <script src='//cdnjs.cloudflare.com/ajax/libs/gsap/1.17.0/utils/Draggable.min.js'></script>
  6. I'm waiting to do an iframe check. I don't have access at work to a server I can host the iframe file on. All the files are uploaded to Doubleclick Studio including their HTML5 enabler JS files so it would be difficult to separate what is happening from the Doubleclick Studio environment, especially since Doubleclick previews are not just like trafficked ad tags and their Studio previews especially for HTML5 are not all that. But if you think about it all advertising is loaded to pages via iframes so I am hopeful the iframe trick will work. And we are going to have a session next week with a Doubleclick Creative engineer. I will keep you updated as to what I find out, as I think GSAP for HTML5 ads is going to be really helpful. As of September chrome is going to make all Flash ads click to play.
  7. I think I am going to have to iframe it. The codepen is 100%. My file is 320x480 so when i touch to swipe, everything moves rather than the box divs.
  8. Thanks for the quick reply! I'll try it first thing tomorrow.
  9. I re-purposed this codepen example by Diaco-ML. Problem is, it does nothing on a mobile device. Is it possible to have it react to both the mousewheel and touch? $(window).on('mousewheel DOMMouseScroll', function (event) {
×
×
  • Create New...