Is there a way to control the "back button"?

i've got a simple animation intro, ending with the very last
key frame being static with links. then the links will bring up
another page in the same window. but i was wondering if there was a
way in flash to control the back button to bring the user to that
very last key-frame, at the end of all the animation. thereby
skipping over the intro-animation.
also:
i have an html intro page, where you can go to the flash
introduction, or the peoples' old website, or to a Flash-Player
download window. i was wondering if there was a way to create a
link to that end key-frame in order to by-pass the animated flash
intro.
thanks for your help

gotoAndPlay(32) if you have a continuos animation after that
frame and you want to continue it; the number within the brackets
is the number of the frame you want to go to. Or else if you want
to go to a particular frame and stop there, gotoAndStop(32);

Similar Messages

  • Is there any way to disable the back button of the browser?

    Hello,
    I dont want to cache some pages in my application so that they will not get back when back button of the browser is clicked.
    Is there any way for that?
    I also want to know if the back button can be disabled.
    thanks in advance
    vakvarma

    Eh, What's happening to this forum. I read the thread, and clicked back, and got this:
    alTextPo 2000 sition)); else  setUI(new CloseableTabbedPaneUI(horizontalTextPosition)); }   /** * Allows setting own closeicons. * @param normal the normal closeicon * @param hoover the closeicon when the mouse is over * @param pressed the closeicon when the mouse is pressed */  public void setCloseIcons(Icon normal, Icon hoover, Icon pressed) {  normalCloseIcon = normal; hooverCloseIcon = hoover; pressedCloseIcon = pressed; }   /** * Adds a <code>Component</code> represented by a title and no icon. * @param title the title to be displayed in this tab * @param component the component to be displayed when this tab is clicked */  public void addTab(String title, Component component) {

  • Is there a way to control the number of concurrent SMTP connections on Database Mail?

    Las week Rackspace started controlling the number of concurrent SMTP connections and we are now getting the following message when we send as little as 15 messages at a time using Database Mail:
    Exception Message: Cannot send mails to mail server. (Service not available, closing transmission channel. The server response was: 4.7.0 smtp13.relay.dfw1a.emailsrvr.com Error: too many connections from IP xxx.xxx.xxx.xxx)
    We are using SQL Server 2005 and Windows 2003 and we have been doing this since 2006 with no problems
    Is there a way to control the number of concurrent SMTP connections used by Database Mail or the Database Mail external executable DatabaseMail90.exe?

    Hi rkohler,
    Usually, we can use the Database Mail Configuration Wizard or the Database Mail stored procedures to determine the server name and port number for the Simple Mail Transfer Protocol (SMTP) server . In the SMTP server points, we can set or increase the number
    of concurrent connections.
    There is similar issue about database email on SQL Server 2005, you can refer to the following post.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/6bb7b600-f025-451b-898b-2caa29c10d4d/only-some-email-gets-sent-successfully-from-spsenddbmail-database-mail-on-sql-server-2005
    Thanks,
    Sofiya Li
    If you have any feedback on our support, please click here.
    Sofiya Li
    TechNet Community Support

  • Is there any way to control the volume on my Apple TV?

    Here's the scenario: I have a small amplifier under my couch that controls the speakers connected to my Apple TV. When I use Airplay from my iPhone to listen to music, I'm able to control the volume right from the music App on my phone- this is perfect because I don't like to reach under the couch to change the volume. However, there are two scenarios when I cannot seem to adjust the volume anywhere except on the amp. These are:
    First: Using Airplay while playing a video from my MacBook Pro to the Apple TV. In this case, the volume slider in iTunes suddenly has a little lock icon on it and is unadjustable. Is there any way to unlock the volume?
    Second: When using the Apple TV directly to play any media- music or movies. The volume up and down buttons on the Apple TV don't control the volume. I'm forced to reach under the couch to adjust the volume- which happens quite frequently. Is there any way to control the output volume of the Apple TV?
    The lack of volume control has been super disappointing. I've been a (multiple) airport express user for years so kind of expected Airplay to work the same for video- with the ability to control the volume from whatever device was transmitting. Can anyone help me?

    Andrew- this is how I would expect things to work. However, when I use airplay from my iPhone to say, play a youtube video, the volume on the phone is suddenly rendered useless and I'm forced to adjust the amplifier. When I just play audio from the phone, the volume works.
    It's the same on my macbook pro. If I mirror the screen, my computer's volume affects the speakers volume. However, if I am in itunes and play a movie and use airplay for that, I get a lock on the volume. Is this a setting somewhere?

  • Is there a way to control the quality of my pdf file when exporting from a .pse file?

    Is there a way to control the quality of my pdf file when exporting from a .pse file?
    Hi,
    I have 2 pages in all in a .PSE file.
    When I try to export it as .PDF, the quality is very poor. I cannot change it to a better quality.
    Please advise how I can export the file so that i can have better quality.

    Rik Ramsay wrote:
    To expand a little on what Jongware said, normally choosing vector over bitmap will decrease the filesize. If the vector art is very complex though, this will not be true.
    Yup, a logo as bitmap takes up more space than the same as a vector -- unless the vector image is bitmap heavy (think Drop Shadow, Outline Glow; these are actually bitmap effects).
    Also, check your PDF version. "Older" versions do not support live transparency, the latest do. Then again, you cannot use live transparency if you suspect your viewers may be using Mac OS X, because Apple's own PDF viewer sucks big time.

  • I backed up my iphone 4 before updating to my iphone 5 and it restored to default settings. As a result, i have lost all my photos. Is there ant way to reverse the back up as I have a 2 month old baby and desperatly want to retrieve my photos :-(

    I backed up my iphone 4 before updating to my iphone 5 and it restored to default settings. As a result, I have lost all my photos. Is there any way to reverse the back up as I have a 2 month old baby and desperatly want to retrieve my photos :-(

    Pictures are designed to be copied off the device regularly as would be done with any digital camera.  There is no logical reason why anyone would fail to do this with supposedly important pictures.
    If a recent backup exists, it is also possible to restore the device from the most recent backup, this may restore pictures to the device.  If it does, COPY THEM OFF THE DEVICE IMMEDIATELY for safekeeping.

  • Is there a way to control the number of consumed messages from JMS?

    Hi everyone,
    I have a BPEL process that is consumes messages from a foreign queue, performs a transformation, and passes it to Oracle Apps. I'm curious if there is a way to control the number of messages consumed at a time for processing.
    For example, if we place 50 transactions on this queue, I would like to only consume 10. And then as each one is processed and passed to Oracle Apps, I would like to pull another transaction off the queue. So basically I would only be processing 10 at the most.
    The issue I am having is we put 50 on the queue and the 50 are take off right away. But then half are making it into Oracle Apps and the remainder is failing with a JCA Connection Factory max connection error.
    Instead of changing the settings to get more through, I am wondering if it's possible to limit the number being processes at any one time.
    Thanks

    Hi,
    Have a look at the adapter.jms.receive.threads Property for JMS Adapter...
    http://docs.oracle.com/cd/E21764_01/core.1111/e10108/adapters.htm#BABCGCEC
    Cheers,
    Vlad

  • Ff22 has two top bars, both of which act simultaneously in the identical way. Furthermore, the BACK button doesn't light up on many web pages. That means I cann

    Problem #1.
    The first top bar has a firefox logo at upper left corner and the words "Ask a Question/Mozilla Support-Mozilla Firefox" are on the logo's right side. The first top bar has minimize, overlap and close buttons at the upper right corner. When I click on the logo, a short menu drops from it, which has choices like "restore"..."close".
    The second top bar has the word "Firefox" at the upper left corner with a downward arrow beside it. They look like white letters contrast to the orange background of a huge button. When I click on it, a double paned menu shows up. It has many choices such as new tab, new private window...bookmarks, history, download...exit. The second top bar also has minimize, overlap and close buttons at the upper right corner, too. There are 7 word titles "file, edit, view, history, bookmarks, tools and help" below that huge orange button at the upper left corner. The logos and the address bar are below the 7 words.
    I don't need 2 top bars. They occupy too much screen property.
    Problem #2
    The BACK button doesn't light up and cannot work on many web pages.
    Thank you

    It sounds like there is either an application or an extension of Firefox that is causing this problem.
    You can launch Firefox in Safe mode to try and identify problems: http://mzl.la/MwuO4X
    Also, this article might be of interest to you: http://mzl.la/NjT73w
    Additionally, you can try and do a soft reset of Firefox if you are not able to solve this problem: http://mzl.la/MnSTZB

  • Is there a way to control the video's speed in VideoDisplay?

    What I actually planned was to create a slow-mo feature on my players. Basically, reducing the movie speed by half (or by .25X the actual speed).
    Video's are on SWF format. Is there a way to do it?
    Thanks in advance. Any help would be appreciated.

    BUMP

  • Is there a way to control the Magic Trackpad scrolling speed?

    I just got the new magic Trackpad.
    I am finding the speed of scrolling in window to be quite fast such that I it goes to far. Is there anyway to control the speed of it so it does not go to fast?
    Thanks and I look forward to your reply.

    I haven't received my MTP yet but if it works like the trackpad on my MBP you just don't flick your finger so fast. The speed is governed by how quickly you move your finger across the surface which is something I find very cool because it puts me in total control.
    Regards,
    Roger

  • After right-clicking the Firefox Icon, a window pops up with one of the titles being "Frequent." Web sites are always being added to this section that I do NOT want. Is there a way to control the number of listings under "Frequent?"

    After right clicking the Firefox Icon, a window pops up above the icon with three sections in it. Two are titled, they are "Frequent" and "Tasks."
    The "Frequent" section each time I see it, has added previous sites that I have visited. This list then has lots of duplicates in it. I do not need that, and would like to keep this listing a a favored few.
    Is there a way to stop having superfluous web-sites added to the "Frequent" list ??
    Thanks!

    After right clicking the Firefox Icon, a window pops up above the icon with three sections in it. Two are titled, they are "Frequent" and "Tasks."
    The "Frequent" section each time I see it, has added previous sites that I have visited. This list then has lots of duplicates in it. I do not need that, and would like to keep this listing a a favored few.
    Is there a way to stop having superfluous web-sites added to the "Frequent" list ??
    Thanks!

  • Is there a way to control the size of the pictures taken by iPhone?

    The photos taken by iPhone are fairly large photos and require quite a bit of time for transfering when taking hundreds of photos.  Is there any settings in iPhone that can control the size of the pictures being taken?  Thanks

    Sorry, no. You might try looking in the App store for a third-party app that provides this functionality, but such is not natively built into the iPhone.

  • Is there any way to open the back of an iPhone 3Gs?

    My iPhone battery runs out quickly, is there anyway to open the back and replace one? I've noticed that where the place you plug in the charger, there are 2 screws. I'm I supposed to un-screw them???

    I'm sure there is there are 3th party unofficial repair places
    so there must be
    likely require special tools and
    100% to void all warrenty there may be on the device

  • Is there a way to control the section prefix (chapter, section, ...) to say something else ?

    i would like to use different section prefix text than author uses by default. i would not find a way to change the text anywhere.

    Philipp,
    Make sure your Styles Drawer is open.
    Then 'select' the text you want changed. You will see that its paragraph style is now highlighted in the Styles Drawer,
    Change font, style, size, colour, etc.
    While the text is still selected, click the little red arrow to the right of the style name in the drawer. In the drop down menu, select: "Redefine Style from Selection".
    The preview in the Style Drawer will now be the same as your selection, and will automatically change every instance of that style throughout the entire book.

  • Is there any way to fix the home button on ipod touch?

    my home button has today stopped working!  is there any way that this can be fixed, either by a repair shop or by me doing some thing?  at the moment the only way to get out of an app is to turn off the ipod and then tuirn it back on again - which is getting really tiresome and annoying!!
    About 2 mnths ago the ipod was submerged in liquid but oonly for seconds, it has since worked fine (thank god) with no troubles, but like i said, today for some reason the home buttn is no longer doing its job!! please help lol !!

    Try this previous discussion:
    FIX for iPod Touch Home Button: Apple Support Communities

Maybe you are looking for

  • Installing Windows 7 in a MacPro with three drives

    Hi all, I wonder if it´s possible to install Windows 7 using BootCamp in my MacPro. I have two RE2 Western Digital drives a as RAID and another SEAGATE single drive. Can I install BootCamp in this drive? BootCamp is reporting RAID isn´t allowed! What

  • DCR Server Error LMS 4.0

    Hi, Dear Expert. first of all i apologies that my English is not good. i am using Microsoft Windows Server 2003 Enterprise Edition SP1 and using CiscoWorks LAN Management Solution Version 4.0 when i click on discovery button in inventory menu. then i

  • ClassCastException with Local Interfaces

    Hi, My environment is WLS6.1SP3 (JDK131) DB2 7.1 Windows 2000 I am trying to access an entity bean through it's local interface from a stateless session bean. I can see the jndi tree contains both remote and local names. I get the correct local home

  • How to have Canvas3D look in other than Z-axis direction?

    I've figured out how to move the canvas around, but how do you change its direction?!

  • Sysaux tablespace offline ?

    Hi, Can we able to make a sysaux tablespace offline? What happen if it was offline.?