Help with clicks tag

I was ask to create an ad banner, I need help with how to track the web click on it, is it what the clicktag is for. What should I do, insert that code but where ?

Create Clicktag AS 2.0
1. Create animation
2. Add new layer to very top of timeline. (must be at top) Label "clicktag" or Inv button. (It doesn't really matter what you label it)
3. On first frame of this layer draw rectangle to cover full stage (may go beyond stage dimensions)
4. Rectangle must have a fill color. You may delete frame around the box. (Make sure alpha slider has some fill percentage before you draw rectangle to enable fill)
5. Convert this box to a button symbol.  Name clicktag (or button)
6. Double click on this button or get to edit mode. Select color fill with solid arrow. Click on Properties panel/Fill color and adjust alpha to 0%.
7. Go back to Scene. Click on first frame of clicktag layer. Select the now invisible button by surrounding with solid arrow tool.
8. Select properties panel and click on arrow in circle to get Actions panel.
9. Make sure Actions panel says ACTIONS-BUTTON at top of panel.
10. Add coding from below:
on (release) {
getURL (_level0.clickTag, "_blank");
11. Send swf/html files along with your target URL to publication
Good luck

Similar Messages

  • Help with JSP Tag Libraries

    Could someone please help me with the setup process of tag libraries? I've looked on the Internet and found some instructions, but they are all for Tomcat. I'm using Jserv, and I'm not sure how to setup my environment to work with custom/tag libraries. Could someone help me by giving me some instructions or sending me to an article that could help me?
    Thanks in advance!
    -PV

    Hi pvongboupha
    The best source for getting to know how to set up tag libraries is the JSP specification. You can download this from :
    http://java.sun.com/products/jsp/download.html
    See the chapter on Tag libraries. Any J2EE compliant server will conform to these rules.
    You can also see a chapter from Core Servlets & JSP by Marty Hall. This chapter is on Tag Libraries
    http://developer.java.sun.com/developer/Books/javaserverpages/cservletsjsp/
    Keep me posted on your progress.
    Good Luck!
    Eshwar R
    Developer Technical Support
    Sun microsystems
    http://www.sun.com/developers/support

  • Help with Div Tags

    Hello,
    I've got 2 flash files in separate div tags. Div 1 is sized 100% x 100% to match the movie, and the other div tag is set at 900px x 700px (again to match the movie). The 1st tag sort of acts as a background to the top layer. This all works great and really happy with the result.
    My only problem is when the browser window gets smaller than the top layer a scroll bar appears (this is no problem, i actually don't want the top layer to resize due to text legibility etc.) but what i notice is that when you scroll to view the rest of the top layer, the bottom layer no longer fills the screen, the remainder of the screen is now white, it actually cuts off some of the image from where the window was in it's last position.
    this is the site:
    http://www.baycreative.co.uk/Test.html
    Any suggestions to why this is happening?

    Try this tutorial instead. I believe the one you are
    following is flawed.
    Taking a Fireworks comp to a CSS-based layout in Dreamweaver
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ck64" <[email protected]> wrote in message
    news:g17del$r7k$[email protected]..
    > Hello all,
    > Just started using Dreamweaver and was following a
    tutorial about making a
    > layout in Photoshop, slicing it, and then importing it
    into Dreamweaver.
    > Then I
    > delete the content portions of the image and add a box
    with DIV tags.
    >
    > Now, the site works just fine when I put only a single
    line of
    > text/content
    > for both FF and IE.
    >
    > However, once I add a second line, the site becomes a
    mess in FF.
    >
    > I have the site hosted with 2 lines of text in my main
    content box here:
    >
    http://cnorthington.site.io/sitebase.html
    >
    > Any advice you can offer would be great.
    >
    > Thanks,
    > Chris.
    >

  • Help with DIV tags (i think)

    Hello all,
    Just started using Dreamweaver and was following a tutorial
    about making a layout in Photoshop, slicing it, and then importing
    it into Dreamweaver. Then I delete the content portions of the
    image and add a box with DIV tags.
    Now, the site works just fine when I put only a single line
    of text/content for both FF and IE.
    However, once I add a second line, the site becomes a mess in
    FF.
    I have the site hosted with 2 lines of text in my main
    content box here:
    http://cnorthington.site.io/sitebase.html
    Any advice you can offer would be great.
    Thanks,
    Chris.
    P.S. This is what it looks like without content:
    http://cnorthington.site.io//sitebasetwo.html

    Try this tutorial instead. I believe the one you are
    following is flawed.
    Taking a Fireworks comp to a CSS-based layout in Dreamweaver
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ck64" <[email protected]> wrote in message
    news:g17del$r7k$[email protected]..
    > Hello all,
    > Just started using Dreamweaver and was following a
    tutorial about making a
    > layout in Photoshop, slicing it, and then importing it
    into Dreamweaver.
    > Then I
    > delete the content portions of the image and add a box
    with DIV tags.
    >
    > Now, the site works just fine when I put only a single
    line of
    > text/content
    > for both FF and IE.
    >
    > However, once I add a second line, the site becomes a
    mess in FF.
    >
    > I have the site hosted with 2 lines of text in my main
    content box here:
    >
    http://cnorthington.site.io/sitebase.html
    >
    > Any advice you can offer would be great.
    >
    > Thanks,
    > Chris.
    >

  • Help with DEFINEFONTALIGNZONES TAG

    Hi All,
    Iam using an opensource SWF parser framework which does not
    have any support for the latest tags added. So, Iam trying to write
    the implementation for the missed out tags by referring to the
    swf_file_format_specification_v9.swf. This PDF by adobe contains
    detail about how each and every tag details are fetched from the
    input swf and processed. Here, I found that DEFINEFONTALIGNZONES
    tag uses glyph count which is not read from the stream at all. Have
    the pdf developers, missed out this detail while explaining this
    tag or this detail must be fetched from somewhere else?
    Anyone, please help me out.
    Thanks in advance,
    Prabakaran Srinivasan.

    Create Clicktag AS 2.0
    1. Create animation
    2. Add new layer to very top of timeline. (must be at top) Label "clicktag" or Inv button. (It doesn't really matter what you label it)
    3. On first frame of this layer draw rectangle to cover full stage (may go beyond stage dimensions)
    4. Rectangle must have a fill color. You may delete frame around the box. (Make sure alpha slider has some fill percentage before you draw rectangle to enable fill)
    5. Convert this box to a button symbol.  Name clicktag (or button)
    6. Double click on this button or get to edit mode. Select color fill with solid arrow. Click on Properties panel/Fill color and adjust alpha to 0%.
    7. Go back to Scene. Click on first frame of clicktag layer. Select the now invisible button by surrounding with solid arrow tool.
    8. Select properties panel and click on arrow in circle to get Actions panel.
    9. Make sure Actions panel says ACTIONS-BUTTON at top of panel.
    10. Add coding from below:
    on (release) {
    getURL (_level0.clickTag, "_blank");
    11. Send swf/html files along with your target URL to publication
    Good luck

  • I need help with using Tags in mavericks.

    When i tag a file(for example i tag it RED) than i go to the Finder and click on RED, i will not be shown any of the files or stuff i tag.
    How do i solve this issue.
    Your help would be gratefully appreaciated.

    Hello Alfred. Thanks for reaching out. Yes, all the individual files are created -- whether 1 or 50. Here is the gist of my workflow
    1. Find Finder items
    This searches a specific folder for a PDF file (I previously placed the multi-page file I needed split into this folder)
    I verified this step works
    2. Rename Finder Items
    This renames the PDF file from Step 1 to a specific name
    I verified this step works
    3. Get Specified Finder Items
    This gets the file from Step 2.
    I verified this step works
    4. Split PDF
    This splits the file from Step 3 to single-page files and places them on the desktop.
    It replaces any similar named files on the Desktop.
    I verified this step works
    5. Launch Application
    This step launch the Mail app
    I verified this step works
    6. Open Finder Items
    This step should attach each file created in Step 4 in a separate email.
    This is where a few emails are created and the workflow stops.
    The original PDF file I am using has 9 sheets. I verified all 9 single-page files were created and placed on the Desktop. I also verified each file was a valid PDF file. The workflow created 6 emails with the first 6 single-page PDF files then stopped.
    The error message I receive in Automator is:
    Open finder items failed - 1 error
       Mail.app Application can not open file /Users/myname/Desktop/filename-page7.pdf
    After these steps, I get each file and move them to the trash. I haven't verified these steps as the workflow stops at Step 6.
    This all worked fine in Mavericks but not in Yosemite.
    Please let me know if you need any further info.
    Best,
    Aram

  • Help with nesting tags (STRUTS)

    Hi,
    I'm having a few problems with the following nested tag:
    <input name="indicator_target_<bean:write name='indicators' property='indicator_id'/>" size="10" value="<bean:write name="TargetValuesActionForm" property="indicator_target_<bean:write name='indicators' property='indicator_id'/>"/>"/>
    The page returns no getter method for "indicator_target_", but i'm not trying to get the "indicator_target_" value i'm trying to get the "indicator_target_ + id" (i.e. indicator_target_23) value. For some reason the nested _<bean:write name='indicators' property='indicator_id'/> tag which is part of the input 'value' param is being ignored?
    anyone know how I can resolve this?

    One of the first rules of JSP custom tags - you cannot use a tag as an attribute to another tag. For dynamic attributes you have to use a runtime expression. - either <%= expr %> or in a JSP2.0 container ${expr} as well.
    Your "input" tag is plain template html. So you can use custom tags for the values of the attributes.
    The one that is failing is
    <bean:write name="TargetValuesActionForm" property="indicator_target_<bean:write name='indicators' property='indicator_id'/>"/>
    I am presuming you are in a logic:iterate loop, or equivalent.
    Something like this might work:
    <bean:define id="currentId"  name='indicators' property='indicator_id'/>
    <bean:write name="TargetValuesActionForm" property="<%= "indicator_target_" + currentId %>"/>However all of this is very nasty.
    And struts can do at least part of this for you with indexed properties. You might want to take a look at them.
    Hope this helps,
    evnafets

  • Need help with Click Frequently Asked Questions in iProcurement

    Hi Guys,
    In iProcurement purchasing homepage, we have 1. Click Frequently Asked Questions and 2. Review Purchasing policies on the right side as links.
    When we click Frequently Asked Questions, its taking me to a page where standard FAQ is there. Now my requirement is, If "Frequently Asked Questions" link is clicked, then a page should open and in that i should put two links , one link will open the standard FAQ and the other link will open the Companys FAQ.
    Can we achieve this thru AK Developer. When that link is clicked, what is happening in the background. Actually I checked in Applications-->Messages, by typing "ICX_POR_PRMPT_HOME_FAQ". In the message, I got this "Check <a href=javascript:FAQ()>Frequently Asked Questions</a>". This is what getting displayed on the homepage as a link. All this information, i got it from PORHOME.xml page in which a function calling that FAQ() is also written which is calling another function called "callHelp('faq')".
    But I couldnt see the callHelp() where it is called. Is there any other way to implement this. Help Appreciated.
    Thanks

    Hi,
    If I could understand your requirement correctly then here is what you can do.
    1. Create a complete new HTML page with the two new links and place in HTML directory.
    2. Enable personalizations
    3. Using personalization change the "Destination URI" to the newly created page.
    Hope this helps.
    KC

  • Help with ID3 tag conversion

    hi - I use a product called Squeezecenter as a music server to drive a couple music devices, and in order for it to read tags and artwork properly it needs to used v 2.3. iTunes has always given me the option to select all tracks and convert to v2.3, no problem. Recently I re-ripped my entire CD collection (to AIFF) and also buy high resolution tracks online and transcode from WAV to AIFF. AIFF has tagging capability, but now that my entire library is AIFF and some Apple Lossless, iTunes is no longer giving me the option to convert tags to v2.3 (which I used to do after I added new tracks to ensure compatibility). So, anyone know what version iTunes uses by default with the AIFF format now that I don't have the convert option? (I have a 2nd library with my lossy collection and it still has the option to convert tags, so I'm guessing it's the presence of MP3 or AAC that allows for this?).
    So anyone know how to access the tag conversion feature when just AIFF/Apple Lossless files or which version of tags it might be using? Thank you!

    Hello Odetojoy,
    Thank you for your post.
    It will be helpful in your next post, to include your method
    of PDF creation, and also your page-setup settings prior to
    printing. It is possible that those got mixed up accidentally.
    Other than that suggestion:
    You should know that these forums are specific to the
    Acrobat.com website and its set of hosted services, and do
    not cover the Acrobat family of desktop products.
    Please visit the following Acrobat forums for any questions
    related to the Acrobat family of desktop products:
    http://www.adobeforums.com/cgi-bin/webx/.3bbeda8b/
    Cheers,
    Pete

  • Help with div tag in DWCS4

    Hola
    this is my first time using --or trying to used-- CSS
    I have a div tag that I want to used as a navigation bar.
    I type the links, and when I try to fix them with CSS, if I put a line (border top and bottom) on top of the link, the whole links Shift out of the navigation box.
    Then I tried to put an inside div in the navigation div to try to control the shifting, but it didn't work, still shift out of the div nav.
    I'm going to post a link later so you can "see it".
    Hope you understand my problem
    Thanks for your help.
    Daniel Ulysses
    P.S. I'm learning DW, used to have GoLive, but have to "Update", so far...I love it, just having some issues.

    Try this free menu extension from List-O-Rama.
    http://www.dmxzone.com/go?5618
    Project VII menus:
    Uberlinks -
    http://www.projectseven.com/tutorials/css/uberlinks/
    CSS Express Drop menus-
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Pop Menu Magic 2 - the best
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.com/blogspot.com

  • Help with struts tag

    Hello Friends,
    I'm very new to struts, and have a code piece that does the following:
    <logic:iterate id="paramData" name="<%=printParam%>" >
    <PARAM NAME = "<bean:write name="paramData" property="key" />" VALUE="<bean:write name="paramData" property="value" />">
    <PARAM NAME = "rootUrl" VALUE="<%=HttpUtil.getServerUrl(request)%>" >
    </logic:iterate>
    It iterates through a Map and gets the values in the applet. However I now have to change this so that it gets the applet params from a ParamsVO.java, a value object. How does the code change to get the values now?
    I have paramsvo.getXXX methods that I can use. Though not sure how they are used with struts. Pls help!!
    Karen

    All the parameters are in this ParamsVO object? Each with their own getter/setter?
    I don't think you are able to do this in a loop.
    You just have to write a <PARAM> tag for each property, and get its value.
    For instance if paramsVO has getParam1() method
    <PARAM NAME="param1" VALUE="<bean:write name="paramVO" property="param1"/>">
    Cheers,
    evnafets

  • Help with Pager Tag Library

    I am developing a photo website with the JSP Pager Tag Library (http://jsptags.com/tags/navigation/pager/index.jsp). I have installed it and am using it successfully.
    I have one question.
    I have a page called view_fotos.jsp. This page has the pager tag to display the photos in a series of pages. view_fotos.jsp can accept a variety of parameters.
    For example:
    view_fotos.jsp?groupnum=10
    view_fotos.jsp?groupnum=10&user=john
    view_fotos.jsp?user=john&mode=view
    Now, I would like to add the QueryString to all the indexed page links.
    i.e. The page links should become...
    view_fotos.jsp?groupnum=10&pager.offset=0
    view_fotos.jsp?groupnum=10&pager.offset=6
    view_fotos.jsp?groupnum=10&pager.offset=12
    or
    view_fotos.jsp?groupnum=10&user=john&pager.offset=0
    view_fotos.jsp?groupnum=10&user=john&pager.offset=6
    view_fotos.jsp?groupnum=10&user=john&pager.offset=12
    depending on the request's QueryString. Can anyone please let me know how can I accomplish that?
    Thanks for your kind help!
    Regards,
    Joe

    Take a look at the docs on the pg:param tag. Those parameters will make it on the end of your URL. You might also have to export the offset variable in the pg:pager tag so that you can use it later with <%=offset%> but I think if you set the max items per page part of pg:pager to 6, it will do the offset stuff for you. The docs for the pager tag library should have more info though. That's found at http://jsptags.com/tags/navigation/pager/index.jsp along with the download.

  • Help with nested tags

    Hello,
    I need to do something like this:
    <rss:forEachItem feedId="popes80" startIndex="1" endIndex="5">
       <html:link href="<rss:itemLink feedId='popes80' />" >
             <rss:itemTitle feedId="popes80" />
        </html:link>
    </rss:forEachItem>And I'm having problems because it is "not valid xml", I guess it is because the <rss:itemLink> inside the href.
    I tried everything and I'm out of ideas...
    I'm using the library rss utilities and it comes with no source code and no docs...
    I tried Rome and it's too complicated for my simple case, I tried rsstag but it uses SAX which even gives me more problems ...
    �Does anyone know what can I do whith my code? �Or maybe how to disable in my jboss to check the valid xml ?
    Thanks in advance for your help!
    Mar�a
    Edited by: mery on Jul 8, 2008 11:52 AM
    Edited by: mery on Jul 8, 2008 11:53 AM

    You can't have custom tags as attributes to other custom tags.
    You can only have exressions. Either ${elExpression} or <%= scriptletExpression %>
    Here is one approach using the JSTL tag library. It evaluates the rss:itemLink tag, stores it to an attribute and then uses that value with the html:link tag.
    <rss:forEachItem feedId="popes80" startIndex="1" endIndex="5">
       <c:set var="itemLink"><rss:itemLink feedId='popes80' /></c:set>
       <html:link href="${itemLink}" >
             <rss:itemTitle feedId="popes80" />
        </html:link>
    </rss:forEachItem>

  • Help with custon tag on Jdev 10g preview

    Hi.
    someone know how I can use a custon tag with JDev and ADF Faces component
    or know where I can found information about it.
    thankz in advantage.

    thanks a lot for all
    I already get the information
    http://www.oracle.com/technology/products/jdev/htdocs/jsp/taglibs.html

  • Need help with Click Frequently Asked Questions in iProcuremenet purchasing

    Hi Guys,
    In iProcurement purchasing homepage, we have 1. Click Frequently Asked Questions and 2. Review Purchasing policies on the right side as links. When we click Frequently Asked Questions, its taking me to a page where standard FAQ is there.
    Now my requirement is, If "Frequently Asked Questions" link is clicked, then a page should open and in that i should put two links , one link will open the standard FAQ and the other link will open the Companys FAQ. Can we achieve this thru AK Developer. When that link is clicked, what is happening in the background. Actually I checked in Applications-->Messages, by typing "ICX_POR_PRMPT_HOME_FAQ". In the message, I got this "Check Frequently Asked Questions". This is what getting displayed on the homepage as a link. All this information, i got it from PORHOME.xml page in which a function calling that FAQ() is also written which is calling another function called "callHelp('faq')". But I couldnt see the callHelp() where it is called. Is there any other way to implement this.
    Help Appreciated.
    Thanks

    What Apps version are you on?

Maybe you are looking for