Is there a way for a user to specify a page within a flip book that they wish to view?

We would like to post our weekly publications online for our customers to view.  I have exported and created swf files before and I understand the most of the navigation buttons that are in InDesign but I have not been able to find a solution to this problem. 
Each one of our publications are 100+ pages long.  The problem is that if our customer only care about viewing page 55/100 of our publication, they must first flip through 54 other pages.  Is there a way to insert a button or input box for users to get around flipping through the other pages? A "go to page" button not specified by the creator but rather the user? Attached is an example.
Thanks for any help!

In all probability, anyone skilled enough to do the photo manipulation could use a downloaded InDesign template in their own copy of ID (but you'd possibly need to have several versions of the template for differnt versions of ID). If you want Adobe applications to actually run on the website you'd need to have server licensing, about which I know very little -- I'm not even sure there is a server edition for Photoshop -- other than it's bloody expensive.

Similar Messages

  • Is there a way to import several tracks at once from my Boss BR8 so that they show up as separate tracks in GarageBand?

    Is there a way to import several tracks at once from my Boss BR8 so that they show up as separate tracks in GarageBand?

    I had to google your device - looks like it's a vintage multi-track recorder that records to Zip disks. So I guess there's no digital USB or Firewire multichannel output and no way to transfer your tracks digitally - or is there? If not, your only option is to record the device's audio track by track into GB.

  • Is there a way for multiple users to sync to iCloud  with only one administrator?

    Is there a way to have multiple users sync to an iCloud account with single administrator so the files cannot be changed on the cloud?  This would be for sales people to have the latest product shots without the ability to delete or change the albums in iPhoto.

    I don't believe so.  Every device that is signed into a shared iCloud account has the same privileges.

  • Is there a way for multiple users to connect to my home sharing with their iOS device to select music to stream to my A/V receiver jukebox style?

    I have an A/V receiver that I can connect to and select music to stream over my network but I want to know if I have a party if it's possible for multiple users to have access on their own devices to my home shared music and select music to play like a jukebox.

    I almost forgot that using folders can allow each folder to contain a song. I also recall touch tracks or one key play...

  • In Pages, is there a way to have both portrait and landscape pages within the same document?

    Question: In Pages, is there a way to change the orientation within the same document so that one page is portrait and the next page is landscape, for example?

    Hi Vicki,
    You can rotate in Preview. See this discussion:
    Re: rotate second page so will print as booklet
    Regards,
    Ian.

  • Is there a way for end users to give their manager access to change their Out of Office, without an admin involved?

    Our end users need to be able to give their managers access to enable their out of office. 
    question 1.  Can this be done without giving them full access?
    question 2.  If they need full access, can the end user themselves give this access? (I've tried giving another user "owner" rights, but the user still can't seem to open my calendar from OWA to adjust my out of office)
    question 3.  Can this be done without an Sys Admin being involved?

    You can create a RBAC role for each manager scoped to each of their employees that lets them run the Set-MailboxAutoReplyConfiguration cmdlet on the exchange server. Otherwise they will need full access to the users mailbox which an admin would have
    to grant, the end user can not grant this permission. Then they can open the other users mailbox in OWA and set the OOF
    DJ Grijalva | MCITP: EMA 2007/2010 SPA 2010 | www.persistentcerebro.com

  • Is there a way for a user to save the parameters he has entered

    We have a report that returns information about employees.
    The parameter is an LOV of employee names.
    A manager may choose 50 employees from the list of 6000, which is time consuming.
    Managers want to be able to come back and run it for those emaployees
    again without having to go through the pain of choosing them again.
    They also want to be able to add one more, or drop one from their list.
    Any ideas.

    Unfortunately,
    This kind of customization is not available yet :)

  • Is there any way for a basemap to be manipulated from the client side?

    Hello,
    Essentially, we have a basemap (+basemap A+) that contains boundary geography (i.e., county, tract, block boundaries) and we have a theme (+theme A+) that contains housing unit points.
    The idea is that theme A will be a layer that the user will be able to switch on/off. We know how to do this, but the problem comes in where performance is concerned.
    Previously, theme A was actually included in basemap A, and performance was not an issue, but the problem then was that the user was not able to turn that layer on/off.
    Also I have done everything I know in terms of caching as well as using the mapviewer API
    (e.g.,
    test_theme.setClickable(false);
    test_theme.enableInfoWindow(false);
    test_theme.enableInfoTip(false);
    test_theme.enableLabels(false);
    test_theme.enableAutoWholeImage(true);
    test_theme.setMinVisibleZoomLevel(5);),
    but rendering the theme on the client side is still way too slow (even at zoom level 5).
    So, my question boils down to this. Is there any way for a basemap to be manipulated by a user? I.e., Is there a way for a user to pass parameters to a basemap, essentially telling it which themes to turn on/off?
    I know you can specify which zoom level the basemap's themes are visible, but again, we want the user to be able to have control of when a certain theme is shown or not.
    Thank you for any help you can provide,
    John
    Edited by: user641525 on Mar 18, 2009 10:29 AM
    Edited by: user641525 on Mar 18, 2009 10:30 AM

    What you may try is to replicate your base map but take the point theme out of its definition. Then create a second tile layer for the new base map. You can add both tile layers to the client (but set only one of them to be visible). Then simply switch the tile layers' visibility on/off based on user turning on/off the point theme. The built-in Oracle Maps tutorial #22 (Multiple Base maps) has some sample code you might be able to re-use.
    thanks
    LJ

  • Is there a way for a form user to load graphics and text in same field?

    I am aware that you can load text into a text field and graphics into an image field.  However, I would like to load a document containing text and graphics (e.g., MS Word or RTF) into a single field on a PDF form.  Is there any way to do this?

    Paul,
    I believe that the example of attaching a file that you have provided will solve the problem.  I am using LiveCycle Designer, so using the code that is in your example should be no problem.  The end-user will use Adobe Reader, so as you mentioned, I will use Acrobat to extend the features so that the form can be used by Reader.
    Thanks so much for your help,
    Daniel
    From: pguerett <[email protected]>
    To: Daniel Beinart <[email protected]>
    Sent: Monday, April 25, 2011 3:03 PM
    Subject: Re: Is there a way for a form user to load graphics and text in same field?
    It is part of the PDF AcroForm side of things .....Are you using Reader or Acrobat to fill the form. If Reader then you will have to Reader Extend to make this work ....if Acrobat then you simply need to add some code. I have attached a sample that shows you how to do it if you want it.
    Paul

  • Is there any way to report users for spamming?

    Is there a way to report users for spamming?
    One of them in this forum is now editing their handle to nearly match genuine users.

    Use the [url http://forums.oracle.com/forums/forum.jspa?forumID=29]Community Feedback and Suggestions Forum to report spam and for question about the Forum performance login performance etc... but not for product related questions.
    Tony

  • Is there a way for this community, to make a suggestion to Apple to include blocking a specific contact number calls and messages just as other phones provide that feature for their users.

    Is there a way for this community, to make a suggestion to Apple to include blocking a specific contact number calls and messages just as other phones provide that feature for their users.

    No phone provides true call blocking. At best, they provide call diversion. Essentially, the call is answered and disconnected automatically. If I recall, Apple is adding call diversion features in iOS 7.
    Best of luck.

  • Is there a way to create user logins or some other way to ...

    Is there a way to create user logins or some other grouping for a set of applications to use (memory) resources optimally -- for example only mail and Safari and Word in one grouping and another for Safari and an audio recording application, etc.?

    It is possible to use Parenal Controls to limit which applications can be used be a particular user account.
    But it's not really necessary as far as managing memory.
    Matt

  • Is there a way for an administrator account to access a normal account...

    without resetting the normal account's password?
    I'm coming from years in a PC world and I'm very new to the Mac. I bought an iMac several months ago as a family computer. My kids use it for homework, web surfing and email.
    I created their accounts as normal accounts and my account is an administrator. On several occasions I've wanted to update some software (like iTunes or MS Office) and the application is locked by another user. I could reset their password, or I could force a shutdown and risk losing unsaved homework.
    Is there a process by which an administrator or super user can access a normal user's account?
    Of course, I could also use this method to snoop on the kids, which is also an objective...
    Thanks.

    The user accounts are set up to prevent access by others, and any application that is installed in a public area (in /Applications, for example) is available for all users and can be updated by the administrator. That said, the superuser does have full access to all files from the Terminal if they know what they are doing, but I don't see any particular reason to do it this way (unless you are really wanting to snoop).

  • Is there any way for me to get my music off of my iPod?  I had to get a new computer and no longer have my files...but most are cds

    Is there any way for me to get my music off of my iPod? I had to get a new computer and no longer have my files, most of it is cds...

    Your iPod can only be synced with one computer at a time.  If you try to sync it with a new computer/iTunes library, it will replace the contents of the iPod with whatever is in the new library. You should probably disable the autosync functionality first by going to Edit -> Preferences, clicking the Devices tab, and enabling the prevent iPods,iPhones, and iPads from automatically syncing option.
    Before doing anything else,  authorize the new computer with your iTunes Account.  In iTunes, choose Store -> Authorize This Computer and enter in the correct credentials. Either copy a backup file from your old computer to your new one or create a new backup of your iPod in iTunes before letting it sync.
    Then right->click on your iPod Touch from under the Devices section in the left hand pane of iTunes and choose Backup. You might also want to take a look at this article to see what it all included in the backup.
    iOS: How to back up
    Now onto synced content such as music, videos, photos, etc.  For iTunes purchases you can copy them back into iTunes by choosing File -> Transfer Purchases.  For all other nonpurchased iTunes content, see this excellent user tip from another forum member turingtest2 outlining the different methods and software available to help you copy content from your iPod back to your PC and into iTunes.
    Recovering your iTunes library from your iPod or iOS device
    Once the backup has been made and all other synced content such as music, videos, and photos are back in your iTunes library, restore your iPod from that backup you made earlier.  Here is more on backing up and restoring your iPod.
    iTunes: Backing up, updating, and restoring iOS software
    If you do happen to lose any purchased content, you can always redownload it from the iTunes Store again at no cost via iCloud.  See this article for information.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    B-rock

  • Is there a way for internal DHCP Scope to release scope addresses when the wifi client has disconnected?

    DHCP scope is configured on a WLC 5508.
    I'm checking if there' a way for WLC to clear the dhcp leasing when a user is diconnected from wireless?

    Unless the client sends a DHCP Release upon disconnect, which is not mandaded in the protocol, the lease will simply remain until it has expired.  If you're concerned with running out of leases, you only have 2 options. 
    1. reduce the lease time of your dhcp scope
    2. increase the network size to accomodate more usable addresses.
    There isn't a way to force a DHCP address lease to be "cleared" from the WLC simply because the client was disconnected.

Maybe you are looking for