Planet PDF Forum Archive

Planet PDF  ForumThe page you are viewing is part of our 160,000 page discussion forum archive. See below for PDF-related discussions spanning 1999-2008. To ask questions and get help, head to the live Planet PDF Forum.


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: Animation in PDF Slide Show
Conf: (P-PDF) Developers, Msg: 32187
From: noelcasey
Date: 1/3/2002 08:28 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

Pitstop Pro

Now graphic arts professionals have even broader and more expert control over their PDF documents. With...

Download free demo

ARTS PDF Aerialist

The ultimate plug-in for Adobe Acrobat and #1 selling product at PDF Store. Advanced splitting, merging,...

Download free demo

Ubiquitious PDF Tools: Wikipedia!

Planet PDF contributing editor Nettie Hartsock spends a lot of time surfing the Web, so she is intimately familiar with this week's Ubiquitous PDF Tool: the user-driven encyclopedia site, Wikipedia. In this piece, she talks about some of Wikipedia's PDF-specific content.

October 09, 2008
Search Planet PDF
more searching options...




PDF Resources
Platinum Sponsor
Create & Edit PDF - Nitro PDF Software

ARTS PDF

Silver Sponsors

PDF-Tools enfocus

FileOpen PDFNet SDK: PDF Component. Cross-platform PDF library

PDF Converter: Create, Convert PDF to Word/Excel Solid Documents - PDF to Word Converter

Debenu: Desktop Document Management, Archiving and Tagging Software

Get Nitro PDF Professional
Featured Product

NITRO PDF Professional

Built from the ground up, the perfect desktop PDF product for business and enterprise. Nitro PDF Professional has an uncompromising feature set so you can create, combine, edit, collaborate on and...

Featured Event

Adobe Acrobat & PDF Central Conference 2008

September 23 - 25, 2008 - Minneapolis, Minnesota

Dedicated exclusively to Adobe Acrobat and PDF, the 2008 Adobe Acrobat and PDF Central Conference presents a unique opportunity to broaden your understanding of how PDF technologies can positively affect your business productivity.

Discover the new features of Acrobat 9 and expand your knowledge of PDF technology. Participate in various educational seminars, such as Acrobat Form Fundamentals, Acrobat Security, Creating PDF Portfolios, Scripting with the new Flash Annotation in PDF, JavaScript for Acrobat, and much more.

PDF Store Categories