How to publish an Edge banner for DART?

I just finished my first ad set in Adobe Edge. Please keep in mind I am not a coder by any means, and a total noob to html 5 ads. After submitting my ads to be Published on DART for Publishers, I got the following instructions:
It is not possible in DFP to use the files provided in the given format. Please check with developer to provide the code in the way flash files does.
Please request them to compile one code that calls for the assets from remote server. We cannot add up the supporting files such as images or JS code snippets along with html5 code in DFP!
Is there any easy way to do this?

Couldn't we implement a "you have to have AT LEAST this many posts"to change the image?
Or are you asking for the icons next to each, because that seems like it's our own pictures

Similar Messages

  • How to publish Captivate (swf) projects for free

    Hi Cap Users,
    This is not really a question, more of a handy tip.
    When I first started using Captivate I tried to find places where I could publish my projects for free. I've also seen lots of posts by instructional designers and students who want to get their projects 'out there' for little or no cost.
    Here's a short vid that shows you how to publish .swf projects via Weebly.com. You'll need to create a weebly website first. It's all free and the the site builder elements are drag and drop, so you can have a simple site in place within minutes.
    Weebly isn't set up for HTML5 as yet, but I'm sure that won't be far away.
    Click this link to see a demonstration - saving your Cap file, uploading and publishing it.
    Happy publishing!

    Ok, then I Publish the folio in folio producer like Public and Free and that's all, it's ok? Then when I want to sell this folio, back to the folio producer, change to Public and Minorist and in the Android Market build the in-app product, it's ok?
    PD: sorry for my english

  • How to publish flash 8 lesson for scorm 2004

    How can we publish a flash 8 file for scorm 2004? when i try
    to publish as .swf or html it does not give me and xml file for the
    reference ...?

    Not sure what you mean by "does not give me and xml file for
    the reference" but if you are asking about the imsmanifest.xml and
    associated .xsd and .dtd files, you need to generate these or use a
    packager like Reload Editor to package your lessons. Go to
    http://www.reload.ac.uk/editor.html
    For more information check out
    http://www.adlnet.gov/downloads/downloadpage.aspx?ID=127
    I'm struggling with Moodle and SCORM right now but make some
    headway.
    Good luck.

  • How do you make a banner for your Iweb

    I would like to make like I think they call it a banner which is at the top of the page. Which has the webpage site name etc, i would like to merge photos and make a banner our of three or four photos joined. Does anyone know how to do this. Also is there a way so the photos change in the banner so you get a different banner every so often.
    thanks bri

    Hello bjjbri,
    I am glad I don't have to pronounce your chosen name here. About banners, there are several ways and others will put their favorite way shortly I am sure. I like bannerzest
    http://www.aquafadas.com/bannerzest/index.html
    while it is not free, it is excellent you can try the demo and see for yourself.
    Mireille

  • How to "Hack" my Edge Animation for IE8 / IE7?

    I know: Adobe Edge Animate is made for mdoern Browsers. But I'm doing a One-Pager complete in Edge Animation (a worldwide known limonade...). So about 10% uses Internet Explorer 8, less IE 7.
    I konw: there ist the option in publish settings to give lte IE9 users a shout to install the Chrome Frame Plugin. But seriously: that's not a solution (no one installs a plugin just to see a site. most users CANT install because of the rights at work).
    So I have to make my final Edge Animate onepager also work in IE 8. For this I found I can change this file:
    myProject_edgePreload.js
    then there is a function:
    function isCapable(){
              if(hasTransform){
                        if(requiresSVG&&!hasSVG)return!1;
                                  return!0
                        }return!1
    If I change it (ugly, I know) to this, Internet Explorer loads the animation (instead of the Stage for older Browsers):
    function isCapable(){
              return 1;
              if(hasTransform){
                        if(requiresSVG&&!hasSVG)return!1;
                                  return!0
                        }return!1
    But then as a next step I tried to include PIE.js and modernizr.js to get the animation nearly work in IE 8. a) I tried it to iclude the scripts with a conditional IE tag in the head of the HTML-file. Dont worked. Then b) I tried it to load it via yepnope like this:
    yepnope({
        nope : ['iefix/PIE.js'] 
              , complete: fireup
    function fireup(){
                           if (window.PIE) {
            $('.ie').each(function() {
                PIE.attach(this);
    But this also not worked.
    Dear stuff guys: I know, this is not the right way in your plans for Edge Animate. But I REALLY would love to have a version running in IE 8 instead of a dull placeholder. Can anyone help me, please?

    Hi, dworni-
    You managed to catch us as our development team was out on holiday. 
    Unfortunately, IE8 does not support some of the CSS that we rely on to make Edge Animate projects play in IE8, so trying to work around it so that you can play them may not give you the result you want.  The compromise we made to get Animate to its current feature set while still supporting IE8 was, as you pointed out in your original post, using the Chrome Frame.
    That being said, you might want to try hacking in your JS files in your project's compositionReady instead of in the header of the project to see if that works at all.  As you're probably well aware, you're in unchartered and completely unsupported territory here... (thar be dragons )
    Good luck!
    -Elaine

  • How to publish a flash banner without generating errors?

    I need to upload a flash banner every time a condition is
    verified. But I have troubles from the HTML code I use to call the
    flash banner.
    <CFIF #file# IS "fox">
    <div><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    width="468" height="60" vspace="0" hspace="0"><param
    name=movie value="
    http://www.site.com/banners/#address#"><param
    name=quality value=high><embed src="
    http://www.site.com/banners/#address#"
    quality=high pluginspage="
    http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="468" height="60"
    vspace="0" hspace="0"></embed></object></div>
    </CFIF>
    The error i receive is:
    Just in time compilation error
    Invalid parser construct found on line 30 at position 220
    ColdFusion was looking at the following text:
    =
    Invalid expression format. The usual cause is an error in the
    expression structure.
    This error is generated by the HTML code inside the CFIF tags
    because if I change the code between the conditional tags CFIF, it
    works fine.
    Exemple:
    <CFIF #file# IS "fox">
    <div>
    Now it works correctly!
    </div>
    </CFIF>
    Please could you suggest me how to resolve this trouble?
    Than You,
    rikros

    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=5,0,0,0"
    # is a reserved CF symbol. If your template has a
    non-CF-related # symbol
    in it, you need to escape it (##).
    http://www.adobe.com/go/tn_17016
    Adam

  • How to publish software to portal for Win7 PC's

    Hi
    Is it possible to publish software, like Firefox, so that users who want to install this software can go to Intune portal and install the software from there? And I am talking about domain joined computers who's users don't have admin rights to PC's.

    Hi,
    It's possible if you break apart the itunes installer to the set of MSI's they include (by default the EXE won't install silently without user interaction).  You can then deploy those MSI's seperately to machines or wrap them up in a batch file and
    compile an EXE using iExpress for example.  I have done some basic testing and it's possible.  That is the recommendation from Apple as well.
    Thanks,
    Jon L. - MSFT - This posting is provided "AS IS" with no warranties and confers no rights.

  • Create banner for blog

    how can I create a banner for my blog. specifically how can I copy the text box and save it as an image?

    Probably the simplest way other than copy and paste (which may or my not work) is to take a screenshot of the text.
    With the text box visible, CMD-SHIFT-4 - that will turn your mouse pointer into cross-hairs > click (and hold) at the upper left corner of the text and drag to the lower right corner of the text box > release the mouse button. a PNG file will be created entitled "Screenshot XXX.PNG" where XXX is the timestamp. Use this image on your banner.

  • Edge server for Lync 2013

    Hi,
    I have a lync server 2013 in my enviroment. Now users are accessing lync 2013 internally. i want to allow external users to access lync services like web scheduler etc. how we can configure edge server for lync 2013.
    Thanks

    Hi,
    To install Edge Server follow this step by step guide
    http://social.technet.microsoft.com/wiki/contents/articles/16931.installing-lync-2013-edge-server.aspx
    http://www.orcsweb.com/blog/cory-granata/installing-lync-2013-edge-server/
    Whenever you see a helpful reply, click on Vote As Helpful & click on Mark As Answer if a post answers your question.

  • Installing edge animate for students

    How would we install edge animate for a class of students?
    is there any way to install it without using creative cloud?

    Going through Dave's answer there, Animate seems to be currently free, if you have an Creative Cloud account (Free or Paid - http://html.adobe.com/edge/animate/faq.html#pricing). What I would do is get each student to register for a free CC account. Install Edge Animate on each machine, then if a student wants to use it on the machine, they can log into the Application Manager using their Adobe ID and the license should activate the installed Animate for them.
    I assume this wouldn't be against Adobe T&C, as each computer is using a license registered to the student, but it might be something to check.

  • Publish Edge Animate for use as Banner Ad in Client Site

    Building a banner ad for a client to drop into their site, and I am not sure how to publish it for them to use. They only are able to upload an HTML file and its corresponding images. They are not able to put the .js files in the appropriate locations.
    I can add the edgePreload.js file in the header of the HTML file, but is there a way I can handle the other .js files so I can provide her with the single HTML file?
    I published with Frameworks via CDN and Use Static HTML both checked.
    Thanks!

    Inside the edgePreload.js file, the other files are called (I have this on line #52).
    Try changing these addresses to point back to your server or wherever you have the Edge files:
      aLoader = [
        { load: "edge_includes/jquery-1.7.1.min.js"},
        { load: "edge_includes/edge.1.5.0.min.js"},
              { load: "index_edge.js"},
              { load: "index_edgeActions.js"}];
    So instead of this:
    index_edge.js
    try this for each of htese above:
    http://www.your URL/folder to Edge files/index_edge.js
    Hope that helps - let us know!
    James

  • How can Adobe edge banner be used as media buy banner?

    How can Adobe edge banner be used as media buy banner? Most publishers only accept animated gif or flash when using animation? Can iframe code buy used for edge banners?
    IS the current state of Adobe edge too complicated to be used as display banners on Adwords or media buy advertising sites?

    Hi, PR-
    You would upload it the way you would upload any set of files to your web server.  Some companies have them set up as network shares, some have them set up so that you log in with an FTP or SFTP account, and some have them set up so that you use SCP or a similar protocol.  Basically, you will want to publish to web and then take the contents of the publish/web/ directory and put them into a directory on your webserver.
    Hope that helps,
    -Elaine

  • How to publish for Google ADP, and make use of clickTag like Flash

    The transition from Flash to Edge Animate seems pretty straightforward from a coding/user perspective. I have not been able to find a solid answer on how to publish a banner ad, say a 728x90 leaderboard and deliver to a vendor. I need to know:
    1. Which files to deliver
    2. How do you structure the links for the .js files (absolute, root relative etc)
    3. How to add a clickTAG link that the vendor will populate the actual link into.
    Thank you.

    Just uploaded a file snippet created using software you mentioned. Try syncing the file named "TestClip" and see if it exhibits the same audio problem.
    http://homepage.mac.com/WebObjects/FileSharing.woa/wa/default?user=jrwalker4&tem platefn=FileSharing31.html&xmlfn=TKDocument.31.xml&sitefn=RootSite.xml&aff=consu mer&cty=US&lang=en

  • I am wanting to publish a website created in iweb via a third party web host. How do I put a password for anyone wishing to visit the mysite?

    I am wanting to publish a website created in iweb via a third party web host. How do I put a password for anyone wishing to visit the mysite?

    You create the usernames and passwords where you host your website. Made with or without iWeb.
    Usually it's done in the controlpanel where you manage your account.
    If you cannot do it there, you'll have to do it yourself. See this post :
    https://discussions.apple.com/message/16014940#16014940
    And what is the purpose of password protection for ANYONE who vistis your site?

  • How to publish a sharepoint web application to internet for external users.

    Hi
    how to publish a share point site to internet,
    In test server : we branded a publishing enabled site and uploaded content and want to publish for internet users
    we have a production sharepont server,
    1) how to configure alternate access mappings in default zone,internet zone when we create new web application in prod share point server.
    adil

    For internet publishing ifyou want or need change the authentication method you need to EXTEND the website and enable the CLAIM authentication so the user can login using a HTML form for username and password.
    SharePoint make a url parsing to identify the content
    to display so you need to explain all the server name used for contacting the WebApplication. You can use 5 different name for the same server
    (AAM Alternate Access Mapping).
    N.B. http and https are different name (AAM Alternate Access Mapping)Lorenzo
    LSo Lorenzo Soncini Trento TN - Italy

Maybe you are looking for

  • Hughes net vs Wildblue which is better.

    I am considering Satellite internet service.  I live in a rural location where this is the only thing other than dial-up.  Which is better Hughes net or Wildblue?  Second, I need to be able to monitor my dog (live) from a remote location.  What camer

  • Video freezes during call

    Hi, Hoping you can help. I have a fairly new computer, with plenty of space on it (Windows 7m core i7, 4gb) and live in japan with superfast unlimited fibre optic, i think about 300mbs/second- or something like that.  When I make calls to other peopl

  • Select query performance

    Hi friends, Assume that it_pos is an internla table and its having more than 15000 records. Which of the following query will optimize performance of programme. <REMOVED BY MODERATOR> SORT it_pos BY belnr.      LOOP AT it_pos INTO wa_pos .           

  • ERROR: Error from ejbc: in WLS 6.1 sp2 Win2K

    Never had this problem before. Started new project using WLS 6.1 sp2 under Windows 2K Prof., using ANT & get; ERROR: Error from ejbc: In EJB NOTiFYEJB, method createUser defined in the remote interface either does not exist in the bean class, or it i

  • Where on hard drive are mp3 files saved?

    My computer has crashed and I am trying to rescue my iPod files off of the hard drive. Please tell me where I can find these files. I am looking in Program Files but I don't see anything that looks like mp3s in the iTunes or iPod folders. Help! It is