Looking for Presenter Training tutorials

I know this is the Captivate group, but since many of us use both tools I thought I would throw out the question. i am looking for some free demo's on using Presenter. I haven't had much luck on the Adobe website. If anyone has run across some training on the tool and what it can do, I would appreciate some guidance.
thanks
Gina B.

Hello Gina,
I cannot help you very much, do use Presenter myself. Do you know there is a forum for Presenter? It is a little bit hidden, you'll have to go to the Connect Pro Forums to find it:
http://forums.adobe.com/community/connectpro/connectpro_presenter
RJ Jacquez blogged a couple of times about Presenter and included some video, you can search on:
http://blogs.adobe.com/rjacquez
If you have specific questions, you're welcome but do not know about real trainings.
Lilybiri

Similar Messages

  • Looking for some Flash tutorials

    I'm doing some webstuff in Flash CS5 using actionscript 3, and I could use some help with a couple of things.  Can anyone recommend some tutorials on how to make an effective image gallery?  Like with a picture slider or something?  But ideally nothing overly complicated to do.  I don't wanna just copy and paste code off of a website either, I wanna know how to actually make the code using Flash...maybe even just using the snippets if that's doable. 
    I'd also like to find a tutorial that'll teach me how to make a scroll bar so I can scan up and down text or images for another part of the project.
    I'm looking for either video tutorials or written tutorials.

    You can create mask for the movieclip as exactly as in your tutorial. and use below code (I think this is what you want).
    For using the below code you should create some user defined components.
    For Horizontal Scroll Bar:  create hscrollBG for scrollbar background and hscroller for scroller.
    For Vertical Scroll Bar: create vscrollBG for scrollbar background and vscroller for scroller.
    mask_mc is mask movieclip  and    content_mc is which the content you want to scroll.
    /**** code  ****/
    var hscrollbar:MovieClip;
    var vscrollbar:MovieClip;
    if (content_mc.height > mask_mc.height)
        drawVScrollBar();
       if(content_mc.width > mask_mc.width)
        drawHScrollBar();
    private function drawVScrollBar():void
       try
        removeChild(vscrollbar);
       catch (e:Error)
       vscrollbar = new MovieClip();
       addChild(vscrollbar);
       vscrollbar.x = mask_mc.width + 5;        //set scrollbar position
       var bg:vscrollBG = new vscrollBG();
       bg.height = mask_mc.height;
       vscrollbar.addChildAt(bg,0);
       var scroller:vscroller = new vscroller();
       scroller.x = 1;
       scroller.y = 0;
       vscrollbar.addChildAt(scroller,1);
       scroller.addEventListener(MouseEvent.MOUSE_UP, sc_mouseup);
       scroller.addEventListener(MouseEvent.MOUSE_DOWN, sc_mousedown);
       stage.addEventListener(MouseEvent.MOUSE_UP, sc_mouseup);
      private function sc_mousedown(e:MouseEvent):void
       var scroller:MovieClip = vscrollbar.getChildAt(1) as MovieClip;
       scroller.startDrag(false, new Rectangle(1, 0, 0,mask_mc.height- scroller.height));
       scroller.addEventListener(Event.ENTER_FRAME, updateScrollPosition);
      private function sc_mouseup(e:MouseEvent):void
       stopDrag();
       var scroller:MovieClip = vscrollbar.getChildAt(1) as MovieClip;
       scroller.removeEventListener(Event.ENTER_FRAME, updateScrollPosition);
      private function updateScrollPosition(e:Event):void {
       var bg:MovieClip = vscrollbar.getChildAt(0) as MovieClip;
       var scroller:MovieClip = vscrollbar.getChildAt(1) as MovieClip;
       var perc:Number = scroller.y * 100 / (bg.height-scroller.height);
       var ypos:Number = ( -perc * ((content_mc.height - mask_mc.height) / 100));
       content_mc.y = ypos;
      private function drawHScrollBar():void
       try
        removeChild(hscrollbar);
       catch (e:Error)
       hscrollbar = new MovieClip();
       addChild(hscrollbar);
       hscrollbar.y = mask_mc.height + 5;
       var bg:hscrollBG = new hscrollBG();
       bg.width = mask_mc.width;
       hscrollbar.addChildAt(bg,0);
       var scroller:hscroller = new hscroller();
       scroller.x = 1;
       scroller.y = 0;
       hscrollbar.addChildAt(scroller,1);
       scroller.addEventListener(MouseEvent.MOUSE_UP, hsc_mouseup);
       scroller.addEventListener(MouseEvent.MOUSE_DOWN, hsc_mousedown);
       stage.addEventListener(MouseEvent.MOUSE_UP, hsc_mouseup);
      private function hsc_mousedown(e:MouseEvent):void
       var bg:MovieClip = hscrollbar.getChildAt(0) as MovieClip;
       var scroller:MovieClip = hscrollbar.getChildAt(1) as MovieClip;
       scroller.startDrag(false, new Rectangle(bg.x, bg.y, bg.width - scroller.width,0));
       scroller.addEventListener(Event.ENTER_FRAME, hupdateScrollPosition);
      private function hsc_mouseup(e:MouseEvent):void
       stopDrag();
       var scroller:MovieClip = hscrollbar.getChildAt(1) as MovieClip;
       scroller.removeEventListener(Event.ENTER_FRAME, hupdateScrollPosition);
      private function hupdateScrollPosition(e:Event):void {
       var bg:MovieClip = hscrollbar.getChildAt(0) as MovieClip;
       var scroller:MovieClip = hscrollbar.getChildAt(1) as MovieClip;
       var perc:Number = (scroller.x - bg.x) / (bg.width - scroller.width);  
       var xcounter:Number = ( -perc * (content_mc.width - mask_mc.width));
      content_mc.x = xcounter;
    This code is reusable for many applications where we want scrollbar. In this code we can dynamically assign the scrollbars based on the content width and height.

  • Looking for labview training

    Hi
    i m looking for labview training with less cost in delhi or online training
    Arul

    we do provide labview training
    please check www.jambhekar.com
    my contact details
    cell 9970168164
    mail [email protected]
    Tushar Jambhekar
    [email protected]
    Jambhekar Automation Solutions
    LabVIEW Consultancy, LabVIEW Training
    Rent a LabVIEW Developer, My Blog

  • Looking for Iphone3 training class?

    I am looking for a training class for my Iphone3.

    Have you downloaded the User Guide(s):
    http://manuals.info.apple.com/en_US/iPhone_3GS_Important_Product_Information_Gui de.pdf
    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf
    http://manuals.info.apple.com/en_US/iPhone_3GS_Finger_Tips.pdf
    Additionally, the TidBITS staff have released several e-books for purchase under their Take Control line:
    http://www.takecontrolbooks.com/catalog#

  • What to look for a trainer?

      Some questions for you guys here.  I been working in IT for almost 10 years now.  The current role require me to be technically competent to handle migration projects (Windows 2008/Active Directory).
       The good thing is i am encouraged to take up related courses which would be fully sponsored by my employer.  The challenging part for me i think is looking for the right trainer.
    I was quoted with a trainer which has no working experience. But well equipped with technical certificates.  My question is how relevant are these trainers in regard to real production environment?
       Or Microsoft trainer program which they do have attended, are enough to justify their capabilities ?  Mind that their students are the experienced IT personnel which may not be the best in what they do, but they do what they need to do.
      This is just my thoughts.

    I was quoted with a trainer which has no working experience. But well equipped with technical certificates.  My question is how relevant are these trainers in regard to real production environment?
    The answer is you really don't know.  
    Or Microsoft trainer program which they do have attended, are enough to justify their capabilities ?
    Here is how to become a Microsoft Certified Trainer:-
    https://www.microsoft.com/learning/en-gb/mct-certification.aspx
    (I inspected the above link by using Google Chrome not Internet Explorer).
    It seem reasonable to assume that if a person has been certified by Microsoft then they must be reasonably competent.
    There's no easy answers to the questions you have posed.
    Sometimes you might find that no matter how technically competent the person is they aren't a good teacher.
    Think back to your school days and the teachers you did / didn't like and why.
    Until you actually get taught by the trainer concerned you simply don't know what they are going to be like so you might like to get other people's opinions of whether a potential teacher would be suitable for your requirements or not.

  • Looking for IP training textbooks TBW45 or BW370

    Hi guys,
    I am looking for BI7.0 training textbooks TBW45 or BW370. If someone has them, let me know please.
    My email is <removed>
    Thank you in advance.
    Edited by: Moderator on Mar 4, 2008 10:05 AM
    The place to get the SAP training books is from SAP, not the SDN forum.

    Hi,
    I think this link might help you.
    http://www.cisco.com/en/US/products/svcs/ps11/ps2696/ps2804/serv_datasheet09186a00800b3ea9.html

  • Looking for BPA training in EMEA

    Hi all,
    I am looking for courses or other events providing in-depth training of the BPA tool.
    Living in Norway so events should be held in Europe.
    Have been looking for it a while now, without any luck.
    Does anyone of you know of a scheduled/planned event that targets BPA and that will provide good insight in its use?
    Regards,
    Bjarte Krüger Engedal

    Hi Bjarte,
    There is a new BPA class called "Oracle BPA Suite: Model and Implement Business Processes" being rolled out right now. Unfortunately the only class planned in Europe will be run in German, but you could contact your local Oracle office and ask what the upcomming plans for Norway (or Scandinavia) are.
    You can find more information on the training at Oracle University's web [http://education.oracle.com/pls/web_prod-plq-dad/show_desc.redirect?dc=D70464GC10&p_org_id=34&lang=D&source_call=]
    Best,
    Mathias

  • Looking for Apple training....

    I'm an Apple Certified Mac Technician and love my job. Unfortunately I'm only one person running repair and the retail side of the store. I know there has to be some training courses that teach about the best ways to use GSX, updated repair tips and tricks, or just some sort of conference for Apple repair. I'm looking to learn/train to increase my overall knowledge and provide better support to my customers.
    Anyone have or know any good training/courses/workshops/conferences for repair guys?

    You mean like this?
    Apple Training | Unitek.com

  • Looking for SAS training

    Hello experts:
    I am looking for job as CRA and want to enhance my bio informatics skills at the same time, was looking for some advice on SAS training, I am familiar with oracle. Came across a forum website which has some outstanding discussions and material posted on SAS. also on regulatory stuffs. http://www.biotechskills.com/
    cheers,
    alex

    we do provide labview training
    please check www.jambhekar.com
    my contact details
    cell 9970168164
    mail [email protected]
    Tushar Jambhekar
    [email protected]
    Jambhekar Automation Solutions
    LabVIEW Consultancy, LabVIEW Training
    Rent a LabVIEW Developer, My Blog

  • Looking for APO training in Detroit area or online

    Hello.
    I am brand new to SAP, and hoping to learn APO and combine it with my profesisonal experience for a new career direction. I have included a brief summary of my experience and education at the end of this post.
    I am looking for a quality online /eLearning course for APO or a live course in the Detroit area to supplement my official SAP Education USA courses. I am much in need of SAP system access / lab setting for practicing etc.
    I have taken SAP01 through SAP Education USA, and scheduled for:
    SCM130     SAP R/3 Planning and Manufacturing Overview
    SCM200     Business Processes in Planning (SCM)
    Thank you,
    Brian
    Brief background:
    *Brand new to SAP, and not currently working with it
    *Experienced Supply Chain / manufacturing professional, exculsively in a Big Three automotive company (non-manager)
    *MBA, (Supply Chain Management concentration)
    *MS, Information Technology Management
    *Process experience in EDI, JIT, lean, planning, forecasting, scheduling, material releasing
    *Cross functional experience in logistics, purchasing, sales and marketing (demand and volume planning)
    *Excellent system / technology skills including experience with i2 Integrated Volume Planning (IVP) and Gateline Optimization Product (GOP)

    Hi Brian,
                   It is unfortunate but there are no real reliable people for teaching particularly APO. The best bet I would say is sap itself. It is worth every penny. I searched for people all over US and burnt my hands few places as well as they took money but did not teach even what they said.  APO itself if fairly new and very few people expertise in it.
    Read the material first before going to the certification. I am sure with your background, you should be able to grab the topics fairly easily.I think the only uphill task for you is to understand how SAP deal with the supply chain not understanding the topics of SCM.
    All the best.

  • Looking for Orchestral music tutorials

    I am a starting Logic 8 express user and compose mainly classical orchestral music. Are there video tutorials that teach especially orchestral editing? I really would like to learn how to make a good recording of my music, professional spaced etc.

    I don't know of any orchestral editing videos, but may I suggest that you take a look at numerous and very helpful Logic videos on YouTube? This guy knows what he's talking about and has a good sense of humor. There's lots to learn about Logic here.
    Also, I don't think you need this, but here is a free online Principles of Orchestration course. Perhaps other people checking this thread might find this useful.

  • Looking for Xcode training resource using C++

    I have been programming for over twenty years in the CAD (Computer Aided Design) field, and I would like to start programming on the Mac. I have owned various Apple computers since 1987 (Apple IIGS, SE30, ... G5), and I used to code on the Mac using Hypercard back in the late 80'sm early 90's. But all my work related programming has been on other computers, UNIX based, DEC VAX, and now for the last ten years the PC using Microsoft Visual Studio and .NET 2003. I'm really not that old, I just started coding when I was very young.
    I have always loved the Mac and it is the only computer I have at home. So now I want to start using the Xcode environment. But I would really rather just stick with C++ since that is what I've been using for the last decade or so.
    Does anyone have any suggestions on a good resource (book, manual, etc.) that teaches the Xcode environment using C++ instead of Objective-C?
    Thanks much,
    Tom

    Xcode is just an IDE. You probably need to make a decision about what API or application framework you want to use.
    If you really must use C++, you'll probably have to use Carbon, which exports C APIs. There are some cross-platform app frameworks in C++, such as Qt or wxWidgets, but they're either not free or provide a poor user experience. There don't really seem to be any recent books which detail modern best practices in Carbon, but take a look at http://www.carbondev.com/site/?page=CarbonBooks
    Most people coming to the platform go down the Cocoa route. Really, if you know C (which you do if you know C++) and you are comfortable with OO concepts, then learning the Obj-C language is just a case of sitting down with Apple's guide for an afternoon. Cocoa brings lots of new concepts to the table, but you'll have an initial barrier to learning an API/framework whatever you go with... Sticking to C++ because it's "what you know" is almost certainly disingenuous.
    If you really do just want to learn the IDE, then there are various books which cover Xcode and the associated development tools. See http://www.carbondev.com/site/?page=Xcode+Books

  • Looking for job training

    Hello
    I hope you will  be generouse to advise me
    how can I find a job training with  flashbulder,php,mysql ???
    I have searched for a month and got nothing to mention
    Thank you

    This is not a job board.

  • Looking for OBIEE training material

    Hi Friends, I installed OBIEE and it is working perfectly. Currently I am reading the developer material : BI Publisher Administrator's and Developer's Guide.
    is there any better training material other than this.
    Please let me know.
    Regards
    Sk

    I'm sure shortly you will be getting quite a few responses from those who participate in this forum and belong to some organization that teach all aspects of OBIEE. There are many resources available. Do a search on "training" on this forum to see what I mean. The question is, of course, how much are you willing to pay? ;)
    http://download.oracle.com/docs/cd/B40078_02/doc/nav/portal_booklist.htm
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/index.html

  • Looking for an ESS/MSS training in Banglore

    Hello experts,
       I'm looking for a training in ESS/MSS configuration in a short term basis, either in a batch or individual program, my preferred location is Banglore, If any Institutions/Personal trainers for the same pls let me know, reply to my mail id: [email protected], also inviting any ESS/MSS configuration documents

    i sent u the documents

Maybe you are looking for

  • SAP R/3 4.6c online help from html help CD

    Hi : I copied SAP R/3 4.6c help into SAP Server . How to access this help from online SAP screen . Please help for this . Thanks in advance, Chimsi

  • Acrobat 7.0: Standard vs Pro versions comparison chart?

    Can anyone provide a link to the old chart of a side-by-side comparison of features offered by Acrobat b 7.0 Standard vs. Professional? My company has licenses for both; I need to see what features only Pro offers in order to justify my getting upgra

  • Unable to Compress the request of a Cube

    Hi All, I was trying to compress the cube data,At one request I got stuck. When ever I try to compress that request manually, but it is unable to compress the request and sends the following  job logs Job started Step 001 started (program RSCOMP1, va

  • CLID not shown on FXS port

    I am using Call-manager 6.0.1b, a MGCP controlled Gateway.On the Gateway i have installed a NM-HD-2V with a Vic2-2FXS module. On this module i connect 2 analog phone with capability to display the Caller-ID. When i call the analog port from a ip phon

  • Fully Qualified Host Name

    We Have installed Oracle 10g AS and Later Configure it by Changing the Canonical setting to "Off" from Status "On" in the httpd.conf file in apache Directory. so that we can access our application by ip address in place of host name. After that whene