Search the Community
Showing results for tags 'richmedia'.
-
freelance ? Swedish Greensock and Pixie Expert, Banners, Rich Media, Websites ?
Thomas James Thorstensson posted a topic in Jobs & Freelance
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!-
- 1
-
-
- javascript
- pixie
- (and 11 more)
-
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 ?
- 2 replies
-
- interactive
- popup
-
(and 1 more)
Tagged with:
-
ResponsiveAds to Host GreenSock for fluid html5 ad implementations
ResponsiveAds posted a topic in Banner Animation
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]- 7 replies
-
- 3
-
-
- responsive banners
- responsive web design
- (and 7 more)
-
Can I convert a rich media studio ad to a standard HTML5 DCM ad?
StacyGray posted a topic in Banner Animation
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>