[extending fireworks] mouse wheel in flash panel

Hello
I'm developing flash panel for fireworks
and can't manage to make mouse wheel work
stage.addEventListener(MouseEvent.MOUSE_WHEEL, onMoeseWheel);
doesn't work for some reason,
could you please help me figure out why?
it works when I'm testing outside fireworks, but stops working inside
I checked there there are some extensions where mouse wheel works
Thanks

Great, yes it works via air,
Aaron, thank you so much for your answers!
But I have another problem with CSXS AIR panel
it is impossible to catch fireworks events with latest CS SDK
ExternalInterface available there
and it is possible to run JS from CSXS2 panel using ExternalInterface.call,
but ExternalInterface.addCallback does nothing :/
I've decompiled CSXSLibrary-2.0-sdk-3.4-public.swc and spent many hours learning it's insides
now I have pretty clear understanding how it works,
but I haven't found any way to register listener for fireworks events :|
so I'm stack with:
New CSXS panels - no events
Old school panels - no mouse wheel
Any thoughts on this would be appreciated

Similar Messages

  • Flash freezes in Firefox when I scroll the mouse wheel over a drop down list or text field (possibly others as well).

    Whenever I scroll in a drop down menu in Flash in Firefox (for example, I move the mouse wheel just one detent), it just continues scrolling on its own all the way to the bottom of the list and freezes all interaction for about 10 seconds.  It's really bizarre.
    If I start click and dragging things, nothing happens, and then all of the sudden everything catches up and moves.  As an experienced programmer, I can say that it looks like some kind of queuing of keyboard/mouse events with delayed execution.   Has anyone else encountered this issue?
    I found something from 2008 that sounds similar, although I am not using the sIFR they mentioned: sIFR mouse wheel scrolling freeze in Firefox - Stack Overflow
    Seems to be a Firefox-specific issue, although it also seems to be something that has just recently started occurring since updating Firefox.
    UPDATE:  I was checking my Firefox version in Help > About Firefox, and it showed version 33, but also had a pending update so I restarted Firefox.  The problem was no longer occurring at that point.  When I checked the version again, it said 33.0.2, but it also said "applying update", with another pending restart. I restarted Firefox again.  It's now stable at version 33.1.  So perhaps it was a problem with that particular version, or even a temporary issue with that running browser instance.

    Hi James,
    Thank you for sharing your solution with us. It will help other users with a similar issue.
    Thanks,
    Preran

  • Flash Slide presentation - mouse wheel

    Hi
    Is it posible to custom flash slide presentation to respond to mouse wheel ?
    can it move to next and previous scene by moving the mouse wheel?
    Please advice

    i am working in AS2

  • CS6 Mouse Wheel Scrolling for Fonts in Character Panel

    in Illustrator CS6 I can no longer use my mouse wheel to scroll the list of fonts [which appear when you click the down arrow next to the font family] in the Character control panel. I could do this in CS5.
    Anyone know how to fix this? I think it dos not work in Photoshop CS6 either.

    Thanks Ivan for the quick response.
    Yes, if I simply hover my mouse over the Font drop down it allows me to scroll through fonts [but only shows the single, selected font]. This is quite helpful, if I have text selected, scrolling through fonts quickly changes my selected text to the scrolled to font, allowing me to preview fonts fast.
    While I do love and use the feature, I still often like to pull up the "full drop down list" of fonts like I've previously mentioned and use the mouse wheel to scroll through the list quickly. This enables me to see many fonts at once, instead of just a single one at a time. But again, this is where the mouse scroll wheel does not seem to scroll the list. I was able to scroll though the list in older versions of Illustrator CS.
    I've attached screenshots to show the specific "list" i'm referring to, just so you fully understand what i'm talking about (which I think you already do).

  • My mouse wheel only brings the page closer up in Flash Player, doesn't make it smaller when using Firefox Browser. I uninstalled and reinstalled Flash Player. What do I need to do ? It works fine with IE 8.

    My internet is Internet Satelite 1.5 MB. speed. Everything else with the Flash Player seems to work fine except the wheel. But the mouse wheel works fine everywhere else.

    So what Flash Player version do you have currently installed?
    BadsantaKQ wrote:
    some flash websites load and work properly, whereas other ones don't.
    What exactly do you see on sites that don't work?

  • Mouse wheel scroll fails after viewing flash video

    It appears that viewing flash videos on hulu or youtube "breaks" the mouse scroll wheel function. The rest of the mouse buttons remain unaffected - the forward/back buttons work fine, as does the mouse-wheel-click scroll and the mousewheel-left/right scroll.
    The scroll function remains completely unaffected in other applications.
    Closing the window or tab that had the "offending" site in it sometimes seems to return things to normal, but not always.
    I use flashblock and noscript, but disabling either or both of these vital plugins seems to have no effect.
    Just disabled both plugins again to test once more, loaded a vid on hulu, and stopped it; all seemed fine, but after hitting "back" to go back to my queue list there, the scroll stopped working.

    focus owner was null
    requestFocusInWindow();
    after the move did the trick

  • Flash CC - Single mouse wheel notch does nothing

    It appears this is part of the deisgn and not a bug, but it's annoying nonetheless and I can't see the benefit of it.
    If I scroll 1 notch down or up with the mouse wheel, it does nothing. I have to do 2 mouse wheel notches to make it move 1 notch IOW.
    And if I scroll the wheel really slowly, it does nothing.
    All it helps is if someone clumsily scrolls 1 notch down/up mistakenly, but it makes people who want to scroll 1 notch up/down have to do 2.
    It's just weird :/
    Maybe it is a bug.

    AHA!
    Well, for anyone else facing this very disconcerting problem... It turns out the Logitech install software had installed a Firefox *add-on*. I noticed it by accident, disabled it, and voila, normal mousewheel operation. Whew. :)

  • Mouse wheel scroll question

    Hello to all, i want to make the following question:
    I have a canvas which has a vertical scroll bar, inside this
    canvas there is a textarea control which has a vertical scroll bar
    too. That i want to make is:
    when the user put the mouse cursor on to the textarea and use
    the mouse wheel i want to make scrolling the canvas and not the
    textarea.
    any help will be appreciated.
    thanks in advance

    Thanks for the replies. The solution to my question is this:
    package
    import flash.events.MouseEvent;
    import mx.controls.TextArea;
    public class newTextArea extends TextArea
    public function newTextArea()
    super();
    override protected function createChildren():void
    super.createChildren();
    textField.mouseWheelEnabled = false;
    private var scrollAnterior:Number=-1;
    private var direccionScroll:Number=0;
    override protected function
    mouseWheelHandler(event:MouseEvent):void
    var dirScroll:int = event.delta <= 0 ? 1 : -1;
    if (verticalScrollPosition==scrollAnterior &&
    direccionScroll==dirScroll)
    return;
    scrollAnterior=verticalScrollPosition;
    direccionScroll=dirScroll;
    super.mouseWheelHandler(event);
    it works fine, but now i want to make the same with the
    canvas, but seems is not possible override mouseWheelHandler event
    in it. Any help or suggestion ?
    Thanks in advance

  • Scrolling mouse wheel

    Hi,
    Does anyone know how to make a movieclip scroll with the
    mouse wheel with a slowdown (makes the movie clip look like its
    slowing down) function so that with one scroll of the wheel the
    movie clip will move down then slow down and with another scroll it
    will go down further etc...? I can get the scroll wheel working
    with the slowdown function but what im finding is flash wont
    recognise the mouse wheel after one 'turn' of the mouse wheel. In
    other words i can scroll once and no more.
    I have attached the code. The code is all on one frame in the
    _root timeline and 'panel' is the movieclip to be scrolled...
    Any help would be great....

    thanks _name for your help, although i didnt have any luck
    with doing it that way. I have made a bit of progress though, i can
    get the mouse to scroll the movieclip (panel) in one direction with
    a friction function attached so once scrolled it goes from faster
    to slow to stop, the main problem is i cant get it to do the same
    thing when scrolled in the opposite direction (i have put a
    function in there to act as a 'stopper' to stop the scroll. Anyone
    have any ideas about this?
    cheers for any advice offered...

  • Transitioning with Mouse Wheel

    I am new to Flash and would like to be able to transition in
    my Flash presentation from slide to slide with the middle mouse
    wheel. Is there a way to do this? Do I have to set the entire slide
    as a hit area and add the behavior? I will have other buttons on my
    slides and wasn't sure if that would interfer.
    Any help is greatly appreciated. Thanks.

    You need to upgrade to 10.1.2.3.0.
    One of the fixes/improvements at this patch is that the scroll wheel is enabled to work within multi record blocks.
    This patch is only available via Metalink. The patch set is 5983622.
    Really though you should be seriously thinking of upgrading to 11g, as Forms 10g Premier Support ends December 2011 and there is no option for Extended Support for Forms, it goes straight to Sustaining Support.
    Sustaining Support does not include
    • New updates, fixes, security alerts, data fixes, and critical patch updates
    • New tax, legal, and regulatory updates
    • New upgrade scripts
    • Certification with new third-party products/versions
    • Certification with new Oracle products
    For more specifics on Premier Support, Extended Support, and Sustaining Support, please refer to
    Oracle’s “Technical Support Policies.”

  • How to use Mouse Wheel Events

    Hello Everyone
    I am using Datagrid in my Canvas.
    I use mouse wheel to scroll the datagrid. But in one scroll
    through that wheel make the more than 4 rows to be scroll.
    So Now my requirement is to control the delta value of mouse
    wheel event and how to use that with my datagrid so that i will
    able to scroll one row through mouse wheel scroller.
    Thanks

    please give me some suggestion around it.
    I want to scroll one row of datagrid with per mousewheel
    scroll. I am not getting how to use the scrollMouseWheelMultiplier
    property of the IConfiguration class because i am not able to
    create the object of this class.
    I am using the Flex 3.0 and flash 9 version.
    please help me out around this.

  • SWF in iFrame - How to get mouse wheel to work

    I have been searching for a solution to this for a few days
    without any luck. I was hoping someone here may have come across
    this problem and know of a solution, or know if it just is not
    possible.
    I have a static page which consists of an iframe, picture and
    a div with some links. The image is an image map and set to load
    all links within the iframe. The flash itself is a 360 degree
    panoramic view with hotspots (links) within the file that also
    point to other pages. My issue is that the mouse wheel scroll is
    supposed to be a zoom in/out feature, which work with the flash
    file and full screen view. However, when the file is loaded within
    the iframe, the scroll wheel on the mouse will only scroll the page
    and will not interact with the flash file at all.
    The problem seems to be with the following browsers (PC):
    Chrome 0.4
    Opera 9.5
    Firefox 3.0
    The zoom works in IE6, although the page does scroll with it.
    When I disabled the page from scrolling (see index2.html) the zoom
    stops working. This is probably due to the code used to disable the
    mouse. I really need to try to get the mouse wheel to zoom in
    FireFox 3 though. The large majority of our visitors are PC users
    with FireFox 3 or IE 7, so these are the two most important
    browsers to have working.
    The pages are still currently under development but examples
    are online here:
    http://www.utoledo.edu/campus/virtualtour/maincampus/index.html
    -Normal page
    http://www.utoledo.edu/campus/virtualtour/maincampus/index2.html
    -Page with scrolling disabled
    Does anyone have any ideas for a possible solution? Thanks
    for taking the time to help.

    As far as I know,there is no facility for detecting mouse scrolling wheel in JDK 1.3.
    Check it in the later releases of JDK.

  • Cant scroll horizontally with mouse wheel in FF

    I cant scroll horizontally in FF unter XP+SP3 by pressing the mouse wheel sideways. This is the same in FF 3.6 and 4.0 beta, while in IE 6.0 and in other MS programs (Explorer, Word, ...) it works fine. I am having this problem with 2 different mice: Fujitsu 400NB and easytouch ET-9600. I cant find newer drivers for them than what I have installed from the CDs. Here some settings from my FF: mousewheel.horizscroll.withnokey.action;0 mousewheel.horizscroll.withnokey.numlines;1 mousewheel.horizscroll.withnokey.sysnumlines;true. Some time ago I played around with them but that didn't help. What else can I do to get FF scrolling horizontally?

    This should get you there
    http://css-tricks.com/snippets/jquery/horz-scroll-with-mouse-wheel/
    1. Load the mousewheel min script via CDN (jquery-mousewheel - cdnjs.com - the missing cdn for javascript and css)  into the Scripts Panel;
    2. Add the provided snippet into your Stage > compositionReady event handler.
    hth
    Darrell

  • Help with Scrolling Horizonal with Mouse Wheel in a Muse Site

    Hi,
    I was trying to scroll left and right instead of Up and down.
    I have created a site that extends long Horizonal.
    Is there a code or way to do this in Muse so when a visitor comes thier mouse wheel will be horizonal scroll?
    Thanks in Advance

    Hello Abhishek,
    Thank you for answering... I'll do as you suggest.
    In the meantime, though, to whom it may be of interest, I've found a "workaround" through this youtube tutorial. It's certainly limiting but nevertheless a way to make simple horizontal scrolling effects:
    https://www.youtube.com/watch?v=diUtfwFGI1w&index=1&list=PLsJZPA1ZfSeFyVNYp4OdhIMDcZBmVynk U
    Thanks again!

  • [X300] Mouse Wheel Scroll Lines Setting does not stick

    I often use an external mouse (no additional driver needed). After every reboot, the setting "Mouse Wheel Scroll Lines" in Control-Panel -> Mouse -> Wheel is reset to 1 (I am using Vista). This is really annoying because it slows down scrolling extremely.
    Does anyone have the same problem?
    I think its caused somehow by the ALPS touchpad driver (The X300 has a really bad one, the Synaptics pads built in previous Thinkpads were WAY BETTER).

    wfaz wrote:
    VPN User ...
    Have you made any progress?  I am having no luck getting the X300 touchpad to scroll with MANY applications: Photoshop, Illustrator, Access to mention some.  I use Windows XP - another user has complained that with Vista he does not getting scrolling to work with iTunes, Live Search.  Plus, wheel events are not handled by the Remote Desktop, so anytime you are tunneling, you don't get touchpad scrolling.  I have been expecting a new UltraNav driver for months - but nothing yet.  I think I have tried every combination of touchpad and trackpoint settings possible, but maybe you know something I don't.
    WFaz
    I am sorry but the problem you describe is a completely different one. Personally, I don' t care for these few applications, especially iTunes and further rubbish. Fact is, the quality Ultranav2 Driver is much much worse compared to the Ultranav1 which uses a Synaptic touchpad. Responsiveness, accuracy, supported applications, bugs are much worse with the Ultranav2 used in X300.
    AFAIK adding applications to support the touchpad needs just adding them to some list in registry or what. But as I said, I never cared for that. The problem that the driver resets mouse settings when using it, I find much more disturbing.

Maybe you are looking for

  • How do you transfer money from one account to another

    How do you transfer money from one account to another?

  • Report on OA target value and net value

    Hi all, Is there any standard report that can list out the target value and net value of a number of OA?  The values are similar to ME33K -> Header -> Statistics -> General.  Thanks.

  • MX Record Lookup Function in Powershell

    Hey Guys, I am looking to get a script running on a weekly basis that takes the information provided by the get-accepteddomain cmdlet and performs an MX lookup for each DomainName.  After the Script has performed the lookups I would like to have it e

  • Liability on two transport vendors for one shipment

    I am in the process of configuring transportation with two level leg determination.  That is from parent plant to one destination, it would be in main leg and from that destination to final destination in subsequent leg. The purpose of doing is that

  • String convertions

    Hi, Is there any routine or function module to have all special country characters translated into standard characters, let's say to A-Z a-z and 0-9 ? I mean all special characters codes because I get short dump that convertion fails. It is special c