Jump to content
Search Community

Search the Community

Showing results for tags 'richmedia'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 5 results

  1. ABOUT US Eskimi is a full-stack creative and media tech platform designed for brands, agencies, and publishers seeking more than just impressions. It combines a programmatic DSP, in-house creative studio, advanced audience targeting tools, customizable Media Packages, and a Monetization Suite for publishers. The platform powers attention-optimized campaigns with rich media formats and premium local inventory. Teams in over 30 countries provide on-the-ground support, offering valuable insights into local languages, cultures, and performance drivers. Our Creative Studio is the brains and innovation behind every rich media banner that brings campaigns to life. As the team that conceptualizes and builds high‑impact banners for clients, our mission is to craft visually stunning and performance‑driven assets that truly stand out and work. This is where strategy meets creativity: by combining data and storytelling, we create banners that capture attention and deliver measurable results—from static visuals to complex interactive rich media formats optimized for client KPIs and user experience. We are looking for a Creative Developer to build high-quality interactive 3D experiences for digital campaigns. This is a developer-first role focused on implementing real-time 3D experiences in the browser. You will be responsible for animation quality, interaction logic, and performance optimization. 3D modeling knowledge is required, but modeling will not be the primary focus of the role. We may collaborate with freelance 3D artists for complex assets — your responsibility will be transforming those assets into polished, performant interactive experiences. WHAT YOU’LL DO Develop interactive 3D experiences using Three.js or similar WebGL frameworks Design and implement animations, transitions, and interaction logic Ensure smooth performance across desktop and mobile devices Optimize rendering performance, asset loading, and memory usage Work with GLB/glTF assets and adjust materials, lighting, and scene setup as needed Collaborate with creative producers and 3D artists to translate concepts into interactive executions Contribute to improving internal real-time 3D production workflows. WHAT WILL HELP YOU DO IT Core Requirements: Strong professional experience with JavaScript (ES6+) Hands-on experience with Three.js or similar real-time 3D frameworks Experience creating animations using GSAP Solid understanding of real-time rendering principles (scene graph, cameras, lighting, materials) Strong skills in animation and interactive experience development Ability to profile and optimize performance (FPS, memory usage, draw calls) Experience working within performance and file size constraints Professional working proficiency in English is required 3D / Asset Skills Working knowledge of Blender Ability to adjust 3D models, materials, UVs, and basic animations Understanding of web asset optimization (polycount, texture size, compression) Experience working with GLB / glTF asset pipelines WHAT’S IN IT FOR YOU Flexible work arrangements: Hybrid work models in cities with physical offices, and remote work options everywhere else. With our hybrid model, Eskimians enjoy Work Away Days—up to one month of fully remote work each year—and flexible schedules, typically beginning the day at 9 a.m. locally. Professional development opportunities: Grow with programs like Leaders Assembly for managers, mentorship programs for growing talents, regular learning sessions, and access to external consultants. Our internship programs also serve as stepping stones for career starters, often leading to full-time roles within the team. Recognition & rewards: Your efforts matter, so we reward contributions with bonus programs and Bonusly, our peer-to-peer recognition system that turns appreciation into points for gifts and vouchers. Additional perks: Private health insurance (location-dependent), volunteer days, and team get-togethers both online and in-person to foster meaningful connections in Eskimi. Take a day off to celebrate your birthday! Everyone deserves to unwind and enjoy their special day, so we provide an extra day off just for your birthday. JOIN US! Be a part of a fast-growing adtech company and work with products that change the landscape of digital advertising around the globe. Let's grow together! With us, not even the sky's the limit. Apply or reach out to [email protected] and let’s chat.
  2. Hello There , Swedish London based Rich Media Banner Developer & Designer, with over a decade of experience of building banners for a wide range of clients. Canvas or no canvas? No problem. Greensock or Pixie? Can do. Story-boarding needed? Yes. Video? You bet! Interactive Javascript or image slider? Consider it done! Can work over Zeplin or WeTransfer, whatever you prefer. A codepen sample of my work: https://codepen.io/ThomasJames/pen/RXQrzp Some of the companies I worked with: WWF, Wunderman Ogilvy Gamesys, TBWA\Copenhagen, MRM Meteorite, McCann, The Two Marias, NKD Learning, DOOH, York Press, TAG Worldwide Ad banner platforms I work with: Google Studio, Google Campaign Manager, Flashtalking, Celtra, Sizmek, Adform, Admeto, +Yours (Send me the specs!) Contact me at [email protected] for more samples of recent work and a discussion of what you need done!
  3. For Sizmek platform , can i use user click through button on first frame to show the disclaimer pop up window on top and close button to see the first frame ?
  4. At the end of 2015, ResponsiveAds recently added the libraries of GSAP into its Fluid HTML5 Ad Studio- NARRATOR Studio. Now ResponsiveAds STRETCH Ad units are the first fluid HTML5 units to have the advanced features of GreenSock. Check out some of these implementations: ResponsiveAds has been developing and innovating in the fluid banner space now for several years and looking for partners and developers to work with on projects specifically related to Greensock integrations. If you are interested in working with us on some killer projects (part or full-time), please feel free to reach out to me personally. Matthew G. Snyder, CEO/Head of Product. [email protected]
  5. I have an ad that was built by another agency as a rich media HTML5 ad and put through Doubleclick studio. We need to get it hosted onto DCM for another use, and our team usually builds our ads in Adobe Edge and uploads to DCM. I need to convert it so that we can upload to DCM. The ad has exits for studio, and I tried replacing the exits and added the DCM clicktag code, but when I upload to DCM, it's not going to the proper URL. It's using the backup ad's URL for all of my clickTags. Does anyone have any experience with this? What am I doing wrong? Here is the exit code that I replaced: function bgExitHandler1(e) { Enabler.exit("click1"); } var exit1Link = document.getElementById('exit1Link'); exit1Link.onclick = bgExitHandler1; function bgExitHandler1(e) { Enabler.exit("click1"); } function bgExitHandler2(e) { Enabler.exit("click2"); } function bgExitHandler3(e) { Enabler.exit("click3"); } function bgExitHandler4(e) { Enabler.exit("click4"); } function bgExitHandler5(e) { Enabler.exit("click5"); } document.getElementById("exit1").addEventListener("click", bgExitHandler1, false); document.getElementById("exit2").addEventListener("click", bgExitHandler2, false); document.getElementById("exit3").addEventListener("click", bgExitHandler3, false); document.getElementById("exit4").addEventListener("click", bgExitHandler4, false); document.getElementById("exit5").addEventListener("click", bgExitHandler5, false); <b><a id="exit2" href="http://www.astrazeneca-us.com/cgi-bin/az_pi.cgi?product=seroquelxr&country=us&popup=no" target="_blank">Please read full Prescribing Information for <br>SEROQUEL XR, including Boxed WARNINGS</a>.</b> Here is the clicktag code I replaced it with: <script type="text/javascript"> var clickTag = "https://www.seroquelxrtouchpoints.com/home"; var clickTag2 = "http://www.astrazeneca-us.com/cgi-bin/az_pi.cgi?product=seroquelxr&country=us&popup=no"; var clickTag4 = "https://www.seroquelxrtouchpoints.com/common/contact-us/"; </script> <a href="javascript:window.open(clickTag)" target="_blank"> <div id="click_btn"></div> <div id="click_btn1"></div> </a>
×
×
  • Create New...