Scroll Area Action

There's probably a really stupid thing here that I did wrong (it's bee a very long day) http://www.adelmanadvertising.com/update/awards.html
I just want the scroll area action to work. I've used it before and can't figure out what I did wrong.

>So, the bottom line is to use IE...
Hard to do on MAC :-P
(dont work in safari and FF)
You dont think it has somthing to do with the onClick="javascript:urchinTracker('/downloads/tutorial/CSSLink1_Flash') in the link ??
<strong>Basic CSS and links part I.</strong><br>
<a href="../video/golive/csslinks1.html" target="_blank" onClick="javascript:urchinTracker('/downloads/tutorial/CSSLink1_Flash');">[Flash video 4MB]</a><br>
<a href="../video/golive/csslinks1.ZIP" onClick="javascript:urchinTracker('/downloads/tutorial/CSSLink1_Flash_zip');">[Flash download 3.9MB]</a></td>
I can see it if i load the swf file directly /video/golive/csslinks1.swf :-/

Similar Messages

  • UPK - Click Scroll bar action not working in Player only

    In the Developer all action areas are working as they should but when I published to the web one action is not working - the Click Scroll bar action in the TryIt mode. When you reach this step and click the scroll bar nothing happens so you are forced to either go forward or back. Any ideas why this is happening? Thank you.

    Hello,
    This does not sound familiar to me, but it sounds like it should be easy to troubleshoot. I would suggest entering a ticket in My Oracle Support (support.oracle.com). Sorry I couldn't be more helpful.
    Best regards,
    Marc

  • Input text in scrolling area

    I am working on a site in Flash and the content is within a
    scrolling area. On one of the pages I am making a form using input
    text but when I publish the file you are not able to type anything
    in the input boxes. Does anyone have any idea why this could be
    happening? You can preview the file online at
    http://www.creativeradiocontent.com/test/index2.htm
    and the form is on the Contact Us page. Sorry if I posted this in
    the wrong area, but I think it may be a problem with
    ActionScript.

    I am working on a site in Flash and the content is within a
    scrolling area. On one of the pages I am making a form using input
    text but when I publish the file you are not able to type anything
    in the input boxes. Does anyone have any idea why this could be
    happening? You can preview the file online at
    http://www.creativeradiocontent.com/test/index2.htm
    and the form is on the Contact Us page. Sorry if I posted this in
    the wrong area, but I think it may be a problem with
    ActionScript.

  • How to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area

    how to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area
    ananya

    Hey Ananya,
    I believe what you want to do is possible, but it will not be
    easy.  If you want to add a scroll bar that will scroll the graph
    back and forth but keep the axis set, you would want to add a
    horizontal or vertical scrollbar.  Then you would create an event
    handler for the scroll event.  You would have to manually plot
    different data within this scroll event.  Unfortunately, there is
    not really a built in way to do this with the Measurement Studio plot
    control.
    Thanks,
    Pat P.
    Software Engineer
    National Instruments

  • How to detect the size in pixels or percentage of a scrolling area?

    Hello there!
    I'm working capturing scrolling images and found a problem when I try it in another laptop, the thing was the resolution because in mine the scrolled area is added to the principal image and as I go down I merge the scrolling. But in other machines the image appears wrong, with the browser status bar in every scroll.
    Can somebody help or give me some other address where I could find something useful?
    Thank you in advance.

    So you have some sort browser with a scrolable view. As scrolling is preformed you add the newly revealed area to an an image. As more area is revealed, the image is made larger to paint the new area in addition to the old area. Ideally when the whole view has been looked at and scrolled through, then the image reflects the entirety of the view. The problem is, on one particular laptop when the user scrolls, the status bar keeps appearing as part of the newly added area, so you end up with an image of the view along with a bunch of status bars painted in various places of the image.
    Am I correct so far?
    If so, then I guess the question is are we even dealing with Swing components? Why can't you just call
    myScrollPane.getViewport().getView();and paint that?

  • Refresh rate for scroll area in html widget (iBooks Author)

    So, I am finding that within the html widget, the refresh rate of a scrolling area is lagging.
    As someone scrolls, the scroll window is black before the content catches up and is viewable.
    Any recommendations to fix this problem?

    This is stripped down test code:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta name="viewport" content="width=1024px" />
    <title>Test Scrolling Area</title>
    <style type="text/css">
              body { overflow: hidden; background: #000; margin: 0px;}
              #section { position: absolute; }
              .bkgrd { position: absolute; }
              .list {    width: 348px;    height: 471px;    position: absolute;    top: 108px;    left: 8px; overflow: scroll; -webkit-overflow-scrolling: touch; }
              .fill { width: 348px; height: 471px; overflow-x: hidden; overflow-y: scroll; background: transparent; font-size: 1em; font-family: "Optima" sans-serif; color: white; }
              .fill p.lineup { font-weight: bold; color: #fff; margin: 0;}
              .fill .head { font-weight: bold; color: #d40000;  }
              .fill .normal { font-weight: normal; color: #fff; margin: 0;}
              .fill .head { font-weight: bold; color: #d40000;  }
              .fill .date { color: #d40000;  }
              .fill .city { font-weight: bold; }
      </style>
    </head>
    <body>
    <div id="section">
              <div class="bkgrd">
                        <img src="images/bgrd.jpg" width="1024px" height="auto" />
              </div>
              <div class="list">
                        <div class="fill">
                                  <p><span class="head">June</span><br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            </p>
                                  <p><span class="head">June</span><br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            </p>
                                  <br />
                        </div>
              </div>
    </div> <!-- end section -->
    </body>
    </html>

  • Insert HTML area within Scroll Area

    Hi,
    how can i insert HTML arean within the Scroll area.? Scroll area contains HTML area only. while i am saving the page, it raise an error message like "No data for scroll: RecordName.Scroll Area. (15,19)". Any one tell me the solution for that.

    Did you bind the HTML Area to a Derived/Work record? A scroll doesn't make much sense without data, because the point of a scroll is to iterate over a series of rows. If the Derived/Work record doesn't help, then add a field from some other record. If you really don't want data, then just create a record, build it, but don't put any data in it. You can set the field to hidden so it doesn't visibly appear. It just needs to be in the grid.

  • Only show  one or two rows on Scroll areas

    Hi,
    I have a Scroll areas , and have 2000 rows, I only want to display one or two rows at first, if the user click the plus symbol, then show one more row, is that a way to handle this ?

    what tools are you in?
    work around would be to do an noautoselect on scroll properties and do a .select("where condition to show only 2 rows")
    Subhash

  • HT2265 for some reason the only photos that do the random scrolling are events, can I include the albums from iphoto to scroll as well.   the know the albums have synced because i can view them in slideshow

    for some reason the only photos that do the random scrolling are photos in the events section of iphoto. is it possible to include the albums from iphoto to scroll as well.   the know the albums have synced because i can view them in slideshow  pls help

    Welcome to the Apple Community.
    I assume you are referring to the screensaver. You can change the photos used by the screensaver in the screensaver settings. Note if you have a large number of photos in the collection you choose for screensaver, not all of them will be used due to the limited storage available to the Apple TV.

  • Setting Scroll Area Header Title Dynamically

    Hi guys
    I am having a problem, I want to set the Scroll Area Header Title in a sub-page Dynamically.
    is there any way to achieve that?
    Thanks for the answer

    It is not possible to set scroll area header dynamically using Peoplecode.
    May be you can have multiple scroll areas and display/hide each one accordingly.

  • Generated text captions say "scroller area"

    When I record a simulation in training mode, it inserts the captions, highlights and click boxes whenever I click something, but in most cases is unable to read the labels and every caption says "Click the  scroller area" instead of the name of the link or button.
    So I am wondering what Captivate uses to determine the labels for those captions. I'm recording a web application, so if there is something I can tell our developers to add (such as alt text or title tags) I'd love to know that. Or is it something in my settings?
    For reference:
    Captivate 7
    Mac OSX 10.8.5
    Google Chrome
    Thanks!
    Kitzzy

    How Captivate detects thenames of objects being captured is often a bit mysterious and seems to differ with each application or website.
    Windows-based apps seem to follow some kind of standard that Captivate understands reasonably well.  But once you start capturing other more exotic types of software, and web apps in particular, then all bets are off.
    There is a file in the Captivate install directory with RDL file ending that contains the definitions for various types of objects and this file stipulates what Captivate will say about them in the caption text.  You can change this RDL file to suit your own requirements.  It's really just a text file.  But always keep an unedited backup copy in case you screw up.
    If you want 300 more troubleshooting tips for Cp, you'll need to read the book:
    http://www.infosemantics.com.au/troubleshoot-adobe-captivate

  • Touchpad scroll area on hp dv9500

    I've been trying to get the right-hand scroll area on my touchpad to work, without success. I assume the modifications I need to make are within xorg.conf, but I really don't understand all that arcane X'ery. Some help with this would be really appreciated.
    Here is my current xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "dri"
    Load "GLcore"
    Load "record"
    Load "dbe"
    Load "xtrap"
    Load "extmod"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 370 230 # mm
    Identifier "Monitor0"
    VendorName "SEC"
    ModelName "3847"
    HorizSync 30.0 - 130.0
    VertRefresh 50.0 - 100.0
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection

    @ Thunar:
    I have a hp dv9920us which needs the synaptics touchpad to work. I found this touchpad a bit more difficult to configure than my last hp dv4230us touchpad.
    This is what works for me in my XF86Confg (xorg.conf for nvidia).
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5200"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "35"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "FastTaps" "on"
    Option "CoastingSpeed" "0.03"
    Option "CornerCoasting" "on"
    Option "VertEdgeScroll" "on"
    Option "VertTwoFingerScroll" "on"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.05"
    Option "MaxSpeed" "0.05"
    Option "AccelFactor" "0.0000"
    Option "SHMConfig" "on"
    # Option "Repeater" "/dev/ps2mouse"
    EndSection
    ... I also had to use the System-->--Preferences-->--Mouse settings to make it feel perfect.
    these are my other sections:
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    and:
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Last edited by methuselah (2008-08-13 12:36:17)

  • Talking Login Screen Problem "you are currently on a scroll area..."

    Hi,
    On my login screen the text box shown below appears and the MBA reads aloud the text, eg: " you are currently on a scroll area...".
    Its obviously some sort of universal access option, but I cannot see any universal access or text to speech options that are turned on in system prefs and it only happens during the login screen, never on the desktop.
    I would be eternally grateful if anyone knows specifically where this can be turned off?

    Found it ! Its not an access option after all, Go to...
    System Prefs / Users and Groups / Login Options (below the list of users, NOT 'Login Items')
    Uncheck 'Use Voiceover in the login window'
    Phew! that was irritating

  • Scroll panel action script problem

    Hi, I have the following action script:
    and its giving me the following errors:
    Location: Scene 1, Layer 'action', Frame 1, Line 11
    Description: 1120: Access of undefined prperty _xmouse,
    Source: if(_xmouse<b.xMin || _xmouse>b.xMax || _ymouse
    <b.yMin || _ymouse>b.yMax) {
    Location: Scene 1, Layer 'action', Frame 1, Line 11
    Description: 1120: Access of undefined prperty _xmouse,
    Source: if(_xmouse<b.xMin || _xmouse>b.xMax || _ymouse
    <b.yMin || _ymouse>b.yMax) {
    Location: Scene 1, Layer 'action', Frame 1, Line 11
    Description: 1120: Access of undefined prperty _ymouse,
    Source: if(_xmouse<b.xMin || _xmouse>b.xMax || _ymouse
    <b.yMin || _ymouse>b.yMax) {
    Location: Scene 1, Layer 'action', Frame 1, Line 11
    Description: 1120: Access of undefined prperty _ymouse,
    Source: if(_xmouse<b.xMin || _xmouse>b.xMax || _ymouse
    <b.yMin || _ymouse>b.yMax) {
    Location: Scene 1, Layer 'action', Frame 1, Line 24
    Description: 1120: Access of undefined prperty _xmouse,
    Source: var xdist = _xmouse - 185;
    Location: Scene 1, Layer 'action', Frame 1, Line 8
    Description: 1120: Access of undefined prperty _root,
    Source: var b = stroke.getBounds(_root);
    Location: Scene 1, Layer 'action', Frame 1, Line 11
    Description: 1120: Access of undefined prperty _ymouse,
    Source: if(_xmouse<b.xMin || _xmouse>b.xMax || _ymouse
    <b.yMin || _ymouse>b.yMax) {
    HERE IS MY ACTION SCRIPT
    HERE IS MY FILE
    flash5.fla
    I used the following tutorial
    http://www.gotoandlearn.com/
    Scrolling Thumbnail Panel.
    Please help as to what I should do to fix it please.

    I can't be certain, because I don't have Flash CS3 on my
    computer, but it reads as though your publish settings are set to
    the wrong version of Actionscript. The code you have attached is
    Actionscript 2, and those errors sound like something that would be
    spit out if you are trying to publish to Actionscript 3. Check your
    publish settings, and change to AS2. If you are already on AS2,
    reply, and will look into further.
    Hope this helps.

  • Where are actions stored locally for Photoshop CC on a Mac (OS 10.9)?

    I've looked everywhere (on my start-up hard drive) and can't locate where Photoshop CC keeps actions locally. Even if I'm syncing to Adobe Cloud service, I assume there has to be a local version somewhere.

    Well, funny you should mention that...
    What got me started on this time-suck of a quest is looking into this folder:
    ~/Library/Application Support/Adobe/Adobe Photoshop CC/Presets/Actions
    and discovering there were no actions to be found there! So, in my WTF moment, I went, where are my actions? Why is the Actions folder in my home library empty? That's not cool. (More importantly, will the little darlings survive the transition to CC 2014?) I could see them in the Actions palette, so, whew, they're still in tact, but that's what got me asking, Where are they? (Note that I use the tilde for "/User/[user name]" as a shortcut.)
    The other thing that threw me was this:
    The default actions with their .atn extension are living out in the open for all to see in
    /Applications/Adobe Photoshop CC/Presets/Actions
    So, not only did it seem like actions were still alive and well living as separate, .atn files, but that my own actions were intentionally being hidden for some reason.
    So, R_Kelly, I'll be curious, once I do the big install of CC 2014, if actions end up where you said to look because that would actually be a big change.
    It does seem like they are living in
    ~/Library/Preferences/Adobe Photoshop CC Settings/Actions palette.psp
    because I made up some actions, synced up to the ol' cloud in the sky, and they came down to my other computer, so apparently that's how it works.

Maybe you are looking for

  • Dynamically adding a repeating subform is not working in Guided Procedures

    Hi, I created an Adobe XML form file (.xdp) with a button and a subform. In the button click event I wrote javascipt to add a new subform. This is working fine from the PDF preview with in the Adobe Live Cycle Designer.  Then I used this template in

  • Sign On Help using jPos!!!

    Dear All, We are developing a client application that should communicate with the Utiba Uchoose Server. According to the Utiba spec we have to send, 2-byte length header in Binary format (Network byte order) (Note: this length header denotes the numb

  • Ical..... Sort items by due date

    I always like to see my tasks deadlines. so I always like to sort the items by due date in the list the "To Do Items". My point is when I updated something I always need to click the option and sort items by due date again. Can I do that action with

  • How do i change my apple security questions?

    Today while trying to buy a book off ibooks, my Ipad said i have need to compelte security questions, how do i change them, becuase i cannot remeber them

  • Notification plugin

    Hi, I'm having a small issue with the notification plugin on apex 4.1 Whenever this plugin is used in an application (so after a notification is placed on a screen) the developer tools disappear from my browser window after I switch to a new page. Th