Planet PDF Forum Archive

Planet PDF ForumThe page you are viewing is part of our 160,000 page PDF discussion forum archive spanning 1999-2008. Would you believe we have a 2nd forum archive which covers 2008 - 2011? But... if you really want to bust-a-move head to the LIVE Planet PDF Forum. It features more than 10 conferences, covering everything from beginner discussions to in-depth developer and pre-press discussions.


How to search this archive. The quickest way is to use the filters on our Advanced Search page so that only archive pages are included in the results.


Previous | Next | (P-PDF) Developers


Topic: Buttons to control an animation in pdf
Conf: (P-PDF) Developers, Msg: 32185
From: noelcasey
Date: 1/3/2002 08:19 AM

Hello,
I am using the following code to create a form of animaition in adobe acrobat.

// Document-Level.animation:
function ShowBanner(arg)
{
this.getField('Image').buttonSetIcon(gIcons[arg]);
}


// code to START the animation:
global.cnt = 0;
global.bannerRunning = 1;
gIcons = new Array(4);
gIcons[0] = this.getField('Image1').buttonGetIcon();
gIcons[1] = this.getField('Image2').buttonGetIcon();
gIcons[2] = this.getField('Image3').buttonGetIcon();
gIcons[3] = this.getField('Image4').buttonGetIcon();
global.bannerKey =
app.setInterval("ShowBanner(global.cnt++ % 4)",
1500);



// code to STOP the animation:
if (global.bannerRunning == 1) {
app.clearInterval(global.bannerKey);
global.bannerRunning = 0;
}

I have buttons to "play" and "stop" the animation but I need buttons to show the "First" image, "Last" image, "Forward" 1 image and "Previous" 1 image. This will all the user to see the animation play/stop or just view each individual image as slide show. I am including a file with an example of what I am trying to create but I have no code for the above buttons.

Somebody supplied the following code to create a forward 1 image button but it does not seem to work for me at the moment. Is this code meant to be used for the "forward" button or is a Document level script. By looking at this code and the attached file then maybe somebody can help me.

function goForward() {

if (typeof global.iconNo == 'undefined')
global.iconNo = 0; // define a counter

global.iconNo = ++global.iconNo % this.icons.length; // increment counter

var icon = this.getIcon(this.getNthIconName(global.iconNo));

this.getField('Image').buttonSetIcon(icon);
}






The next part of question is about creating two hidden fields coloured yellow. I want to create a button to show the two fields at the same time. I know you can use the show/hide field option to do this but I want the fields to turn on and off every 1-2 seconds or other fixed period of time, i.e be visible/hidden, like two blinking lights until I press the same button to stop this flashing effect of the two hidden fields. The attached file should show what I am trying to create.

If anybody can provide some infomration or help then I would be very grateful.
Bye


PDF In-Depth Free Product Trials Ubiquitous PDF

LockLizard Safeguard PDF Security

Made specifically for publishers of high value information published in PDF format, it protects your PDF...

Download free demo

ARTS PDF Aerialist X

The ultimate plug-in for Adobe Acrobat. Advanced splitting, merging, stamping, bookmarking, and link...

Download free demo

Ubiquitous PDF: DIY PDF magazines, courtesy of CNET and Magazinify

Thanks to Magazinify.com, it's possible to have web articles delivered right to your inbox in PDF form. If that weren't enough, the nice folks at CNET have been nice enough to publish a step-by-step guide about how to set this all up using just a little time and a free Magazinify account.

September 06, 2011
Search Planet PDF
more searching options...
PDF Resources
Platinum Sponsor

ARTS PDF

Create & Edit PDF - Nitro PDF Software

Silver Sponsors

LockLizard DRM PDF Security Quick PDF Library: The Unrivaled PDF Developer Toolkit

Featured Product

ARTS PDF Crackerjack X

The most popular Acrobat plug-in for PDF-based color print production and automation.

Featured Event

Adobe Digital Marketing Summit

March 20-23, 2012 -- Salt Palace Convention Center, Salt Lake City, Utah

The Digital Marketing Summit is the premier event for digital marketers and advertisers to learn about and share key strategies for driving marketing innovation. Attend Summit to learn how you can create, measure, and optimize digital experiences to revolutionize how the world engages with ideas and information.

PDF Store Categories