Adding A Quit Button to the Last Slide

Hi all,
One of the most requested features on our first Breeze
project was a "quit" button. The easiest way to do so in an HTML
environment is to use the command
javascript: window.close();
Type this into the address bar on your browser, and hit
return. Isn't that neat?
Okay, the scripting language in Flash (Actionscript) can
simulate typing something in the address bar with the command
getURL ("javascript: window.close();");
...all we have to do is add that actionscript to the
onRelease event handler for a button in Flash. Then, add the button
to your PowerPoint before you use Presenter, and when the student
clicks it... voila!
This same trick can be used to replace that MacroDobe©
logo in the Breeze player. This time, when the user clicks the
button, we'll use javascript to pop up an alert box with a clever
message:
getURL ("javascript: alert('Aren't we clever?');";
This button has to be small, around 50 x 29 pixels, to
properly replace the logo. To actually replace it, you need to
publish your presentation to the hard drive like normal. Next, find
the folder you published to, and place a copy of your "button.swf"
file in the "data" subfolder. Then, edit (don't "open") the
vconfig.xml file in the same subfolder using notepad. Near the top,
you'll find an entry that says:
<uireplace name="logo" value= "" />
place the name of your button file between the quotation
marks and save:
<uireplace name="logo" value= "button.swf" />
When you load up the training next time, the logo will have
changed to your button.
You'll have to do this every time you publish the training,
as Presenter deletes & recreates all those subfolders each time
you do. BTW, MacroDobe© does offer a small applet to parse
this xml file for you... but they want 5 grand per copy. I'm
thinking notepad works just as well :)
cheers!
Marc B

sorry
i mean, public void addDealer()
players.addLast(new Player("Dealer"));
you see i have lets say 3 players and i want the dealer to always be the last element of the list

Similar Messages

  • Clicking a button returns a user to the last slide he/she visitied

    Is there a way in Captivate to create a button that will
    return a user to the last slide he/she visited instead of going
    back to a previous slide?

    I guess not, if you are saying that the "Previous Slide"
    won't work. Just so I don't get too lost, are you saying that the
    previous slide is
    not what the user viewed last? As in, they got to this slide
    through a "jump" from another.
    I wonder if Java-script's "history" command could help. I
    don't think so, because it doesn't involve a HTML document history,
    and to my knowledge, there is no Flash action-script equivalent for
    that Java-script call ... (???)
    Captiv8tor usually follows along behind me looking to add his
    version of help to my posts, so maybe he can give us more
    information on the use of Java-script or Action-script to
    accomplish what you need. Good luck! Larry

  • Grey Screen in iPad Content Viewer when swipe through the last slides of the articles

    Some of co-workers and clients reported and issue with the presentations and the viewer: some times grey screens appear when swiping in an presentation from article to article (reproducible only for the last slide of the article).
    Pre-conditions:
    1. Folio with several articles (3-4 is good).
    2. Articles should have different number of slides.
    Steps to reproduce:
    1. Open folio on iPad and go to the last slide of each article.
    2. Swipe from article to article (better from the first one article to the last one)..
    Expected outcome:  Last slide of the next article is displayed.
    Actual outcome: Grey screen is displayed instead of the last article. Some times it's needed to swipe fast to reproduce the issue. Or at least on the last slide you'll see grey screen instead of the content.
    Content will be displayed if you scroll up the page. Seems that new (additional) page is added after the last slide of an article and disappeared after scrolling the page.
    Notes: Reproducible with the latest version of adobe viewer (i'm using v31(3.4.3.0.96281). NOT reproducible in iPad Content Viewer with version 3.2.1.3.85505.
    Maybe somebody knows the root cause of this issue and how to fix it?

    I can confirm that I've seen this happen but beyond that, I can't help.

  • Insert a button on the last row of a report

    Hi all,
    my client wants an "add" button on the last row of any report that he has. I can do it easy on the first row (SELECT DECODE(rownum,1,'button','')), but I couldn't find a solution for this situation.
    Can anyone help me?
    Thanks in advance.
    Nelson Freitas

    Sorry, but I didn't quite understand the answer. Here's my example, a real one :)
    select     "SGP_DIS_ENT_ANO"."SCE_ID" as " ",
         "SGP_ANO_ESC"."SAE_ANO" as "Ano",
         "SGP_CUR"."SCU_DES" as "Curso",
         "SGP_DIS"."SDE_DES" as "Disciplina"
    from     "SGP_ANO_ESC" "SGP_ANO_ESC",
         "SGP_EST_ANO" "SGP_EST_ANO",
         "SGP_CUR" "SGP_CUR",
         "SGP_DIS" "SGP_DIS",
         "SGP_DIS_CUR" "SGP_DIS_CUR",
         "SGP_DIS_ENT_ANO" "SGP_DIS_ENT_ANO"
    where "SGP_DIS_ENT_ANO"."SDC_ID"="SGP_DIS_CUR"."SDC_ID"
    and     "SGP_DIS_CUR"."SDE_ID"="SGP_DIS"."SDE_ID"
    and     "SGP_DIS_CUR"."SCU_ID"="SGP_CUR"."SCU_ID"
    and     "SGP_DIS_ENT_ANO"."SEA_ID"="SGP_EST_ANO"."SEA_ID"
    and     "SGP_EST_ANO"."SAE_ID"="SGP_ANO_ESC"."SAE_ID"
    and "SGP_DIS_ENT_ANO"."SEN_ID" = :P19_SEN_ID
    Could you help me with it?
    Thanks

  • Slideshow: How can I stop on the last slide?

    How can I get my slideshow to stop on the last slide? I set the slide to stop as the end action, but it goes to a black screen.
    Anyone know how I can do this?

    Slideshows slides are timed by default.
    If you want the last slide to freeze, set it to Manual Advance in Slide properties. Then it will hold the last slide until the user hits the Next/Previous buttons (if they figure that out on their own, that is...you might want to post an instruction of some kind on the slide).

  • Pausing the last slide

    I am trying to figure out a way to pause the last slide of the project without inserting a button.  When the slide ends it fades to white and the last slide dissapears.  Is it possible to eliminate the fading to white and keeping the last slide visible?

    Hi Lilybiri
    Unfortunately, if Captivate 4 is being used I don't believe that change alone will fix it.
    I'm unsure as to the technical reason behind it, but this version changes the playing field such that even though you clear the Fade out at the end, all objects simply disappear and leave the background color showing.
    Hmmm, I just tried it with both AS2 and AS3. It seems that if AS2 (the default) is enabled, this is the behavior. But if you switch to AS3, things remain visible. Strange!
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How do I add a hover state to a smart shape button on the master slide? CP7

    I want to use a button with a hover state on my master slide in CP7. I created a smart shape and checked the box 'use as button.' I then created 3 image files with the "x_up, x_down, x_over' extensions. When I select my smart shape and choose a custom pattern from the fill menu and select my 'x_up' image file, the smart shape does not recognize the hover state. Is there another way to achieve this?
    Thanks!

    Thanks I think I get it now after reading your post. Shape buttons can only shrink when they are pressed and nothing else. I was thinking a work round for me would be to use a regular button with the up, over, down state, put this regular button on the first slide and set the timing for 'display for rest of project.' However I don't see this option in the timing panel:
    Is this option somewhere else?
    Thx!

  • About a month ago a song randomly appeared in my songs list and when I tried swiping to the left to delete the song it wouldn't slide over to show the delete button. The delete slide appears with all of my other songs except that one. P.S. iCloud is off.

    About a month ago a song randomly appeared in my songs list and when I tried swiping to the left to delete the song it wouldn't slide over to show the delete button. The delete slide appears with all of my other songs except that one. The ICloud songs are turned off and it wasn't iTunes Radio. 2 more songs like this have appeared and I can't delete them from both my iPhone or my computer (they don't even show up on my computer). If somebody knows how to fix this that would be amazing! Thank You.

    Have you:
    - Restore from backup. See:                                                
    iOS: Back up and restore your iOS device with iCloud or iTunes
      - Restore to factory settings/new iOS device.            
    If a PC
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or              
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8

  • How do i delete or remove the Tips app and the health app that apple added to my phone on the last update 8.0.2?

    How do i remove the Tips app and the Health app that apple added to my iphone on the last update? Update 8.0.2? I didn't want these added to my phone. I have to remove apps every time there is an update. After the phone is updated I reinstall the apps I removed. After 8.0,2 there was not enough room for me to reinstall my apps because they added the Tips app and the health app. How do I remove them? When you hold your figure on the apps they added, X's pop up on all of the apps i've installed, but not on the ones that come on the iPhone and the ones that they added on this last update. Please help.

    rocket6 wrote:
    They force you to buy health insurance these days and now apple forces you to keep spyware apps on your phone.
    Oh, knock off the fearmongering. None of those apps are spyware. Health stores all of its data on the phone. It will only back it up to your computer if you do an encrypted back up. The only data it collects on its own are steps, stairs and distance traveled. Anything else in it is information you've explicity authorized it to collect from anothr app you've installed. You're not required to put anything in Passbook, Podcasts, iBooks or Newstand.

  • How to keep the last slide image in the background during loading transition??

    Does anyone have any good strategies for using the last slide as a static background image when one swf file transitions to another during the loading process?  Basically, I'd like to keep the loading image ontop of the last slide during the transition.

    Does this fairly recent post help?
    http://forums.adobe.com/thread/561129
    Erik

  • Adding a push button on the report toolbar

    adding a save button on the report toolbar, so that after clicking the button, the data fetched on the report will be stored in the application server.

    Hi
    to automate this process ,best way is to create a Z rport and there u can submit this sap standard report and get its output into an Internal table and then u can write this internal table to application server via following demo code -
    this is code for both (download /upload),u can not use CG3y and CG3z as u want to do it as a background job ..
    *& Report ZGILL_AS *
    REPORT ZGILL_AS message-id rp .
    tables: pa0001,pa0002.
    select-options s_pernr for pa0001-pernr no intervals MODIF ID XYZ.
    parameters: p_dwnld AS CHECKBOX ,
    p_upld AS CHECKBOX DEFAULT 'X'.
    parameters: P_DSNI(75) TYPE C MODIF ID ABG DEFAULT
    '/usr/local/sapdata/amit.dat' LOWER CASE.
    data: begin of itab occurs 0,
    pernr(8),
    sp1(1) value ',',
    werks(4),
    sp2(1) value ',',
    persg(1),
    sp3(1) value ',',
    persk(2),
    end of itab.
    data: s_eof(3).
    start-of-selection.
    if p_upld = 'X'.
    OPEN DATASET P_DSNI FOR OUTPUT IN LEGACY TEXT MODE.
    PERFORM FETCH_DATA.
    STOP.
    elseif p_dwnld = 'X'.
    OPEN DATASET P_DSNI FOR INPUT IN LEGACY TEXT MODE.
    IF SY-SUBRC NE 0.
    MESSAGE E016 WITH
    'Error opening seq. file, RC:' SY-SUBRC.
    EXIT.
    ENDIF.
    CLEAR S_EOF.
    DO.
    PERFORM FETCH_file.
    IF S_EOF EQ 'YES'. stop. ENDIF.
    ENDDO.
    endif.
    END-OF-SELECTION.
    if itab[] is not initial.
    perform print_file1 tables itab.
    else.
    write:/ 'No records exists'.
    endif.
    *& Form FETCH_DATA
    text
    --> p1 text
    <-- p2 text
    FORM FETCH_DATA .
    SELECT * FROM PA0001 WHERE PERNR IN S_PERNR.
    MOVE-CORRESPONDING PA0001 TO ITAB.
    TRANSFER ITAB TO P_DSNI.
    APPEND ITAB.
    ENDSELECT.
    CLOSE DATASET P_DSNI.
    ENDFORM. " FETCH_DATA
    *& Form FETCH_file
    text
    --> p1 text
    <-- p2 text
    FORM FETCH_file .
    READ DATASET P_DSNI INTO itab.
    append itab.
    clear itab.
    IF SY-SUBRC NE 0.
    S_EOF = 'YES'. EXIT.
    ENDIF.
    ENDFORM. " FETCH_file
    *& Form print_file1
    text
    -->P_ITAB text
    FORM print_file1 tables P_ITAB structure itab .
    write:/2 'EmpNo',
    14 'Personnel Area',
    34 'Emp Group',
    47 'Emp SubGroup'.
    skip 1.
    loop at p_itab.
    write:2 p_itab-pernr,
    14 p_itab-werks,
    34 p_itab-persg,
    47 p_itab-persk.
    skip 1.
    endloop.
    ENDFORM. " print_file1
    <b>Reward if usefull</b>

  • Adding exit/quit button to toolbar

    Is there a way to add a exit/quit button to the Mail Toolbar?

    OK you have alt+f4, the two buttons on the titlebar (X and the left-hand icon) which can all do this. Maybe ctrl+w too.
    And '''File|Exit''' via the menu.
    And you want another method on top of all these?
    I suggest you go to '''Tools|Add-ons''' and search for one. I know I've found one there before.
    https://addons.mozilla.org/en-US/thunderbird/addon/exit-button-thunderbird/?src=ss for instance.

  • How to make  the last slide stay on the screen ?

    Hi,I need to make the last slide of my animation to remain on the screen when the animation ends and also when I export in a quick time movie .
    Does anyone can help me?

    A possible workaround would be to have something appear (like a shape) as a build outside the slide's viewing boundary (if you extend the size of the window, you'll see you have some workspace outside the slide) autmatically after the animation is finished, and set a delay time or build duration based on how long you need the slide to remain on the screen.  How this works will depend on your setup for quicktime export.

  • Setting the last slide to stay on screen

    Hello, I am making a slide show for work and am not able to find a way to keep the last slide in the iPhoto slideshow on screen at the conclusion of the show (want to stay in presentation mode instead of going to the editing screen).
    Thanks!

    Yes, I think so. 
    Set each slide's duration time manually to what you want in the Settings/This Slide pane:
    The last slide can be set to a maximum of 999 seconds.
    If you choose music it will continue to play, repeating if the track isn't longer than 999 seconds, until the 999 seconds run out.  For longer than 999 seconds duplicate the last slide, add it at the end and set it to 999 seconds also. 
    OT

  • My ipad has been connecting to internet/email quite happily until the last few days, it just seems to be searching for my network, the ipod has picked this up. Help

    My ipad has been connecting to internet/email quite happily until the last few days, it just seems to be searching for my network, the ipod has picked this up. Help
    John

    Thanks James
    This has solved the problem. What I can't get my head roud is the ipod worked fine but the ipad didn't? any way thanks again.
    John

Maybe you are looking for

  • Confirmation of service in the document flow, where it comes from?

    Dear all, I found a confirmation of service after I picking and posting goods issue, from the document flow. I just wondering, where it comes from? Or, how can I configure it on or off for display? (This is a standard ERP system, should not involve i

  • IPod touch 4G battery life is short

    Hi, my iPod touch battery is really short.  I've had the iPod touch for about 5 months now and the battery is already bad.  To be more specific, it loses about 30 % of battery every 10-20 min when I am playing a 2d game(3d games take up more battery)

  • F110 Payment RUN : Payment method EDI

    Hi, For every payment run for EDI partner the system generates a idoc with message type PAYEXT and another one for the message type EUSPEXR (electronic signature). Is there a way to stop the creation of <b>EUSPEXR</b> ? /Manik

  • I cant open picasa web albums in firefox

    google says they cant find Picasa website

  • "https" url with URLConnection

    If I use URLConnection to connect to a servlet with a https url, and supposed I have the required CA public key loaded in my keystore, would that turn on ssl connection? Thanks in advance. =yu