Can i capture laser pointer events in Flash?

Hi.
I have some people who are doing a medical presentation. Of course they are using PowerPoint and a couple of flash movies. When they launch their Flash movies from within the powerpoint they want to slide the flash presentation using the Laser Pointer.
I made the flash files to slide at click on the stage. But that laser pointer doesn't have a click, It has two buttons wich launch somekind of event though USB of forward and backward which the powerpoint recognizes.
So can flash recognise those, do any of you have any experience with this things? Can i listen globaly to all event that are triggered in flash to see if any of those come up?
Tnx.

FMLE will not directly mux audio connections from different sources. You could try possibly using a "Virtual Audio Cable", which is a outside program. Search Google for it.
If you want to have more control over what you broadcast, I suggest using a 3rd party program such as Telestream Wirecast, or Xsplit..
Xsplit is a realtively cheap alternative to Wirecast which is pricey.
Check them Out..

Similar Messages

  • How can I capture mouse click events on BSP or Web Dynpro ABAP Screen

    hi Guys,
    Currently we have a user inactivity problem,
    the requirement is: if user is clicking on BSP/Web Dynpro ABAP screen, he/she is considered active. so we need an mechanism to capture the mouse click event.
    Using Firebug, we found that this js is in the iframe which contains BSP/web dynpro scrren: /sap/public/bc/ur/nw5/js/languages/urMessageBundle_en.js
    we want to find this js file & put in some javascript code to track user's mouse click, but i cannot find it on server.
    while in ie if we type http://host:port/sap/public/bc/ur/nw5/js/languages/urMessageBundle_en.js
    this file can be downloaded, means this file is there.
    Any one can help on this issue? find the js file or another way to capture the mouse click event.
    Thanks a lot with points!

    Hi  Feng Guo,
                        We can not capture mouse click events on Web Dynpro ABAP Screen . I am not sure about BSP. But as for as I know the portal keep active the iViews until unless mouse clicks happens.
    But for your problem I think you can get solution by setting iView Expiration to some more time period.
    Regards,
    Siva

  • How can I capture Microsoft EventSource Events on a Windows Phone?

    I use
    Microsoft EventSource Library to create events to instrument our applications. For Windows Applications running on Windows 7/8/8.1 I can use xperf
    to capture the events (xperf.exe" -start UserLogger -on GUID -f User.etl).
    But how can I do this on a Windows Phone 8.1?
    I use Win8.1 Pro (x64), VS2013 Community Edition with Update4 and try capture a trace with the custom events on my Lumia 1320 Dev Preview Update Build 8.10.14203.

    Hi Andre,
    First, sorry about the inconvenience Franklin brought to you.
    Developer Power tools can be used to capture ETW log, but I think it will not work for custom events. Check the
    thread replied by Eric.
    AFAIK, the option to capture custom events only opens to Microsoft OEMs as mentioned in
    this article.
    And I just found the following uservoice in our
    official uservoice channel.
    https://wpdev.uservoice.com/forums/110705-dev-platform/suggestions/6101326-enable-collection-of-custom-etw-events-to-etl-fil
    I think you can vote on that thread to push that.
    <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    Alan Yao
    MSDN Community Support
    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.

  • Help, I can not capture Audio Pinnacle to a flash media player encoder 2.5

    Help Please ...... As you can do to capture in Adobe Flash
    Media Encoder 2.5 audio moviebox A Pinnacle Studio Plus, since only
    TE Tom THE video, but does not capture the audio, and therefore I
    have a delay in the video against Audi. Do I configure Encoder
    2.5.

    Here is the fix:
    http://forums.creative.com/creativelabs/board/message?board.id=Vista&message.id=29191

  • How can I capture delete user event in Active Directory 2008 using Powershell command

    Hi,
    In my Active Directory every user have own home drive in the file server. When I delete user I also need to delete folder from the server. 
    My target is make the process automated, so that when I delete user account form AD, the folder associate with user also delete.
    Can I write any power shell script to grep the delete event  and remove folder from file server.
    Thanks
    Tamim Khan

    You can setup event viewer to provide alerts (email alerts) for event id 630.
    Find an existing Event ID 630 entry, right click on it and "Attach Task To This Event...."
    Follow the wizard.
    ** Event ID Sample **
    Event ID: 630
    Type: Success Audit
    Description: User Account Deleted:
    Target Account Name: %1 Target Domain: %2
    Target Account ID: %3 Caller User Name: %4
    Caller Domain: %5 Caller Logon ID: %6
    Privileges: %7
    - Chris Ream -
    **Remember, if you find a post that is helpful, or is the answer, please mark it appropriately.**

  • Can't capture escape-key event

    I have made a class which implements KeyListener and have added to a dialog. The keyPressed(KeyEvent e) method is called with common keys but not with the escape-key. How can I make this work with the escape?

    This works for me:
    protected JRootPane createRootPane() {
        ActionListener escLis = new ActionListener() {
            public void actionPerformed(ActionEvent actionEvent) {
                dispose();
        JRootPane rootPane = super.createRootPane();
        KeyStroke ks = KeyStroke.getKeyStroke (KeyEvent.VK_ESCAPE, 0);
        rootPane.registerKeyboardAction(escLis, ks, WHEN_IN_FOCUSED_WINDOW);
        return rootPane;
    }I'm pretty sure that registerKeyboardAction() has been deprecated so you'll probably want to replace that portion of the code.
    Col

  • Can we capture the show/hide layer event in PS?

    Hi All..!!!
    I have a query to all Photoshop coders! Can we capture the click event of show/hide layers in Photoshop..? I needed to know in my code when the user has clicked the show/hide layer eye..!!
    Pls answer soon..!!
    Thanks!

    http://forums.adobe.com/thread/858391?tstart=0

  • Capturing a webcam image in flash

    Hi,
    Can anyone tell me how can I capture a webcam photo in flash.
    I'm developing an interface that is going to be in a computer in a
    little shop. People will see thier image on the screen (made with
    flash) and take a picture of them and then print it.
    I don`t Know how to start!!!
    Thank you

    Hi there
    Please take a moment and report your findings as a bug. The more folks that do this, the more likely it will be that Adobe will address the issue or at least take it seriously.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Capture onclick event on flash object using javascript

    May the admins forgive me if this is in the wrong forum.
    How to capture the onclick event on a web page when the click
    happens on an embedded flash object?
    You can't. At least not in IE. For some arcane reason either
    microsofts developers or the flash guys decided to overrule the DOM
    in IE.
    So the onclick event is never fired, in any browsers, when
    the user clicks an embedded flash object like this:
    However there's a workaround. Add the wmode="transparent"
    parameter. This make the onclick event okay in Firefox, but still
    not IE - where the flash movie is transparent the click event
    fires, but only those places.
    Instead use the onmousedown and onmouseup events which fires
    anywhere on the flash.

    >
    I tried each of the following in the the Element HTML Form Element Attributes for the File Browse item:
    onClick=javascript:alert(this.value);
    onClick=javascript:popupURL('http://www.google.com');
    onFocus=javascript:alert(this.value);
    onChange=javascript:alert(this.value);And what happened?
    [A few points on good practice:
    1. In the XHTML normally used in APEX 4.0 mark-up, all XHTML, including attribute/event handler names, should be in lower case: <tt>onclick</tt>, <tt>onfocus</tt>, <tt>onchange</tt>...
    2. Attribute values should always be quoted.
    3. The <a href="http://crisp.tweakblogs.net/blog/313/the-useless-javascript-pseudo-protocol.html">"javascript:" pseudo-protocol is evil</a>. There are a few places in APEX where we may have to resort to using it as URL is all we're offered to work with, but it's always better to use an event handler of some kind, either inline or (better) registered dynamically at runtime following the principles of <a href="http://en.wikipedia.org/wiki/Unobtrusive_JavaScript">unobtrusive JavaScript</a>. +It absolutely should not be used in inline event handlers.+
    So:
    {code}
    onclick="alert(this.value);"
    etc

  • I am sort of new to MAC's and I love them so far.  I am looking for a software or app to convert power point presentations to flash much like Ipring for PC Can anyone recommend something?

    I am looking for a software or app to convert power point presentations to flash much like Ipring for PC Can anyone recommend something?

    This article has 6 ways to do it.

  • Flash player on the new mac sarafi can't use keyboard and event listener

    flash player on the new mac sarafi can't use keyboard and event listener
    cn:英文有些差不好意思,附上中文说明:在flash player web 开发时,我在最新版本的sarafi上,目前出现不能响应键盘事件bug,为了验证是不是我本地问题,我也用在多款别的网页游戏上进行测试,全有这个bug,另外,有时还有那个fp弹出本地 缓存提示设置窗口也点不了“允许或拒绝“那些按钮

    Now after 5 weeks, you have always not resolved this very important and urgent issue. It seems that Adobe has realy abandonned the actionscript / flash player projects. Why not simply discontinue flash player on desktops too ? Or even better remove or block "automaticaly" all flash players with the final update. That could create a serious issue on the Internet for few weeks but at least that will be honorable end like a Samurai's Seppuku...

  • HT3325 Can the remote be used with the laser/pointer?

    The latest update of keynote support wireless remote control with mirror display on hand, which is great. But, this would be perfect if it would allow to remotely (wirelessly) use the laser/pointer available in keynote presentation mode. Is that possible?

    Thanks. I understand, but my question referred to use 2 iPads to make the presentation, one connected to the projector and the other in  hand.

  • Can't capture key event in applet

    Hi,
    Currently i'm developing an applet. However, i fail to capture the key event in the applet. The key that i fail to capture is VK_TAB. Any idea to handle this?
    Thanks in advance!

    to capture key event, u need to
    1. addKeyListener
    2. focus on that component (yourApplet must focusable)

  • Capturing a browserInvoke event...

    Just how am I supposed to capture a browserInvoke event?  The documentation (http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/events/BrowserInvokeEvent.html) says that I need to add an event listener to the NativeApplication, but it doesn't say WHERE I'm supposed to add that...
    The only place I can think to add it is in the init() function that I'm calling on the applicationComplete event, but that's not working -- onBrowserInvoke never gets called.  (I set my event-listener to run the onBrowserIvoke function, obviously).  It won't let me add it to the <mx:WindowedApplication> tag either -- says "Cannot resolve attribute 'browserInvoke' for component type mx.core.WindowedApplication".
    So someone PLEASE point me to a working example of a proper use of the browserInvoke event...
    Thanks,
    Laurence MacNeill
    Mableton, Georgia, USA

    Got no clue what I did, but it suddenly works...  I swear I'm doing exactly the same thing that I did before when it didn't work.  But this time it works...  Extremely weird...
    L.

  • Capturing typed keyboard events from another app

    Hi everyone, thanks in advance for any help you might be able to give me.
    I have written and inventory app and an point of sale app. I need some way to capture what is keyboarded into the inventory app so that I can fire some events in the pos app.
    How can you capture typed keypresses if your app doesn't have direct focus? Can I request focus without impeding what is being typed into the other app??
    Any ideas would be greatly appreciated ...
    Ken.

    You won't be able to request the focus and continue letting the user type in the inventory app.
    My idea to solve your problen: accces to the event queue inventory aplication and make a copy of the events that suceed in it, letting the inventory aplication consume normally it's event and fowarding the copy to the other aplication.
    abraham.

Maybe you are looking for

  • Any way to just 'preview' a PDF file?

    Is there any way to be able to open up a PDF file (using Reader or web plugin) and have NONE of the menu bars available?  All I want the user to do is open the file, scroll up and down, and quit.  Mainly for security reasons to block them saving the

  • How do I remove a nonplaying song from my iPod Touch that doesn't appear in iTunes?

    I found a song on my iPod Touch (3rd Generation) that doesn't play.  Yet it doesn't show up in iTunes when I connect the iPod Touch to my computer.  How do I delete it it off my iPod Touch?

  • Disabling User in Solaris

    Is there anyway to change the way the resource adapter for Solaris and Linux disables users so that it uses the native lock provided through passwd rather than setting a random password? Scott

  • Automatic import mass data regional structure -  Program RSADRLSM01

    Hello, regarding the automatic import mass data to the regional structure via program RSADRLSM02, we are working in order to replace our third party provider. That is why, we need to deleted all the data imported from the city file and the references

  • Cannot authorize my computer

    After restoring windows to an earlier date settings,  my ADE disappeared, after reloading and trying to re-authorize my computer I get the message: "The vendor account you entered is not associated with the item you are trying to open." and the vendo