Can we have two textures for the same project?

Hi all

I use Captivate4. In my project, the transparency of the background for reading bar controls is 100%. If the texture would be considered to be the background of the PlayBar. I have a requirement to hide the commands of reading in a few slides. Then I would change my texture to another image. In short, I want to show a single texture when the play bar is visible and another texture when the play bar is invisible.

Is this possible?

Thank you and best regards,

Kartik.

In Captivate 4, to achieve something like this, you must use a picture placed on the layer immediately above your background layer with your PlayBar in the overlay mode.  Then turn off your PlayBar would reveal the image below instead.

Tags: Adobe Captivate

Similar Questions

  • Can I have two licenses on the same name?

    Hi all

    I have a computer with a license of cloud. Recently, I bought a second. I want to use Adobe Cloud on it also. Can I have two licenses for clouds on the same name? Are there other options like in front of two licenses? I'm Freelancer. The second computer is for my wife. We are working since hoeme. Are there options to two licenses of cloud?

    What is the best solution?

    Kind regards

    Sebastian

    Hi again,

    Yes, you are right. You must purchase a second license under the e-mail address of your wife as with an adobe ID, you can have only one creative cloud subscription.

    Thank you!

  • How can I produce two outputs of the same project

    Dear Sir.

    My goal is to produce the two outputs of the same main project, Webhelp and HTML help, each of them will be used differently in my compnay.

    Producing two outputs is fine, but the problem was that external links are done differently for HTML help and Webhelp and as I Knew about you that can be solved by using conditional tags.

    Actually I am new to conditional tags and I don't know how to use them. Could you please help me to do this or recommend a link on how to use condtional tags to produce different outputs.

    Thank you very much

    Hi there ahlam323

    See if the link below helps everything. Some goober wrote something on it.

    Click here to read the goober guide

    See you soon... Rick

  • How can I have two instances of the same open page to separate tabs?

    New 4.0.1 on a Win7 machine - last week using. It happens in time I want to open the same page twice. In the case of today, it's because I need to fill out a form and the need to look at a previous version - filled - in the same form that opens with the same URL. I've done this before, on the old machine with the next recent FF and Win XP.

    Thank you and I love Firefox!

    You can middle - click reload on the side of the right end of the address bar to open the same page in a new tab.

  • I can't open two windows for the same file type

    I want to work with files xls two side by side. If I try to open another file of the same type, it is replaced in the same window.  How to open a file in another window please?

    Open the first file, and then run a separate instance of Excel and the inside, this instance has open the second file

  • If I have two modems in the same office... windows xp can combine two connections at higher speed dial... my question is can I do the same thing for the dsl if I have two lan cards?

    If I have two modems in the same office... windows xp can combine two connections at higher speed dial... my question is can I do the same thing for the dsl if I have two lan cards?

    Hi cliffwho

    You can fill with connections to the LAN. However I recommend you read this first to understand what it is that you do. I hope this helps.
  • I have two versions of the same book on my iphone and ipad.  I want the same book, so I can study on each device.  I tried to remove the books and start again.  It does not work.  Help.

    I have two versions of the same book on my iphone and ipad, which are not synchronized with the other.  I want the same book on each device, so I can study on one or the other.  I tried to remove the books on my phone, ipad & itunes and start again.  It does not work.  Help.

    Hello david.hogan87,

    Thanks for posting about what is happening. If I understand you correctly, you have a book you want on your iPhone and iPad, but neither is synchronizing correctly to have both.

    Have you checked every device to confirm that the same identifier Apple is signed all three?

    iPhone and iPad: head to settings > iTunes and App Store

    iTunes: on a Mac, it's under account or installed depending on the version of iTunes store.  On a PC, it is also under account, and if you don't see the menu bar, click on the triangle in the upper left corner to view the Bar Menu or CTRL + B on the keyboard.

    If all 3 have the same signed Apple ID, post the version of iOS and iTunes for all three devices here, please.

    Best regards.

  • I would spend a "plan of photography" "plan of Applications." But I did have the 'photography plan' for a year yet. Can I still sign up for the same year or is this a new subscription?

    I would spend a "plan of photography" "plan of Applications." But I did have the 'photography plan' for a year yet. Can I still sign up for the same year or is this a new subscription?

    In addition to the other suggestions here, you can also consult the plan switch option (described here):
    Update or change your plan of Adobe Creative Cloud

  • How can I separate two movies on the same timeline?

    I use the first elements 11 but that you him have not used for quite awhile so I forgot much of what I learned. So here's my question: I have two movies on the same timeline. How can I separate them. In other words, how can I move one on the timeline, so it won't confuse my editing on the other? But better yet - how can I make a movie on the timeline completely and change it later as a separate film. I have really four shorts - a minute long. I would like to change separately, with a new file name. I don't know how to do that more.

    Tommyvincent

    I did some research on the issues that you have raised in this thread.

    Comments...

    1.

    After you import a video into the assets of the project, you can right click it, select Rename. This file when you drag the timeline will have the new name.

    But...

    If you import a video into the assets of the project, drag it to the timeline, right-click clip timeline, select Rename from the pop-up, then the calendar file will be renamed but not its thumbnail in the active project. You rename this project asset vignette to match if you want. However, these traces yet files renamed to the original with original filename to its disk hard saving location.

    2.

    All down your Timeline... one way would be to export the clip selectively if she was included in the Group of the clips on the Timeline. Two conditions for

    a. change box, set the gray tabs on the work area bar to expand on the segment to export

    and

    (b) in the field of export, have a check mark next to the option "Action work area Bar only.

    3.

    If you have made a clip in the active project, double clicked to open the preview window, you can cut the clip with the points put in and Set Out and create "subitems" with new names in the active project. These "subitems" would be part of the media of this project which could be moved to the timeline when necessary.

    Please review and determine if all the foregoing is in the right direction for what you want to do.

    Thank you.

    RTA

  • I want to have 2 listeners for the same event

    I want to have 2 listeners for the same event, but the last (onKeyPress) is not called to KeyboardEvent.KEY_DOWN


    this.addEventListener (KeyboardEvent.KEY_DOWN, HandleActivity);
    this.addEventListener (KeyboardEvent.KEY_DOWN, onKeyPress);

    All that I'm missing?

    In this code, the two listeners are called:

    If this post answers your question or assistance, please mark it as such.


    http://www.Adobe.com/2006/mxml '.
    creationComplete = "init (); "width ="100% "height ="100% ">
     
        Import mx.controls.Alert;
         
    private function init (): void {}
    btn.addEventListener (KeyboardEvent.KEY_DOWN, HandleActivity);
    btn.addEventListener (KeyboardEvent.KEY_DOWN, onKeyPress);
    }
         
    private void HandleActivity(evt:KeyboardEvent):void {}
    mx.controls.Alert.show ("in HandleActivity()");
    }

    private void onKeyPress(evt:KeyboardEvent):void {}
    mx.controls.Alert.show ("In onKeyPress().");
    }
    ]]>
     
     
       
     

  • How to have two copies of the same program to install on WIndows 7 and on the desktop

    «"" "Dear help forum:»»"»

    I am new to WIndows 7, but just have not found the right research
    How to get my answer from Microsoft/Windows 7 basic knowledge.

    I have two programs. There are two versions of the same program
    ('LACE') One is the version 4.0.1, and the other is Version 4.0.6.

    I wish I had one old continue to run (using a purchased
    Product key which I own and have for years).

    BUT there is a problem. The old and new programs are the
    same 'setup.exe '? Download 124 MB each. There are small but
    many corrections and changes in the new program, I am told, but
    they do not have add up to change the size in MB of the program.

    SO I'm in trouble when I'm trying to download the program, as
    It seems to be in WIndows 7, a small program that removes the
    size of the incoming download and informed me that I can not download
    a new that I have already one of this program is installed in the
    computer!

    He asks me if I want to "Uninstall" the previous version and then replace
    It is with a new one. I can't cancel the old version because she had a
    Product key that was told to me in the instructions that he could
    only be used 'once', to uninstall the program won't help
    me as I won't be able to continue to use this program once again, as the
    registration code could only be used once.

    I have a purchased code new, different program version 4.0.6.

    Is this a problem with WIndows 7? I already called/sent the
    company and they have no help and no solution for how these two programs
    are to run on the same computer at the same time.

    Can you please help me and provide instructions on how I load
    This program of "LACE" most recent second size 124 MB and even download
    name in the computer (replacing the automated duplicate program
    prevention installer routine), so I can have and use two copies of
    This program on the computer at the same time?

    During the creation of this issue, I had an idea of what will happen if I created a
    second Downloaded Programs folder to contain the program setup.exe inside
    and try the operation or the opening of this place. He did not like
    the program checked the computer for the first copies of the
    LACE and identified, he was always present in the computer and asked
    Once again if I wanted to remove it.

    Thank you very much!

    If this program is not designed for the execution of the two copies on a single installation of Windows, then you simply can't do.  No ifs, ANDS or goals.  You have never been able to do with any version of Windows, and apparently the creators of this program thinks there is no reason to do so, then you'll just have to choose one version or another.  I'm not familiar with the lace, but more recent versions programs usually include most of the older features while adding the most recent.  They sometimes make us learn new ways of doing things that make us less happy, but I'm afraid that's life in the world of computing.

    That said, I must mention that there may be alternatives that you might continue even if they are less obvious than what you suggested.  If you have the professional version or full edition of Windows, you can get XP mode free you can start Windows 7.  It normally happens in 15 to 30 seconds and you could install and run another version of your program under that.  If you do not either of these versions, you can invest in the Anytime Upgrade and do it available.  Upgrade Home Premium to professional is $ 90.

    The other alternative would be a dual-boot configuration where you could have two versions of Windows in separate partitions, so when you start your computer, you can select the one with the version of your program you want.  I think that the choice of the XP mode would be preferable because it would be so much easier to use, but these two options are available, if you want to continue.

    Good luck.

  • How can I have two buttons for 'new tab' in version 4?

    In version 3.x, there is a removable button on the toolbar for 'new tab' plus a button '+' at the end of the address of the open tab I could click to create a new tab.
    In version 4, I can have the removable button, but I do not see how to add the button at the end of the address of the open tab. I can move the single button at the end of the address window, but I can't have two buttons.
    Is it still possible?

    You must drag the button new tab (+) of the tabs to another toolbar toolbar to make the second button to appear.

    "Firefox > Options > toolbars" or "view > toolbars > customize.

  • Can I have several structures with the same case of event event?

    Hello

    I do an application which reproduces the front of the power supply HP6675A. To do this, I did a machine to States with different States

    (initialize, measures, voltage, current, ocp, ov, store, recall, etc.). In each State, should have a structure of the event that attracts the events of the buttons, as for example: If the current state is the voltage mode and the current button is pressed the next State will be the current mode. For this purpose in each State of the state machine should be the same structure of event with the same events.

    My problem is that the Vi does not work properly when I have several structures with the same case of event event. There are some possibly to do and how? Or is impossible to have several events? I read a few posts, but I can't find solutions.

    Any help is appreciated.

    Thank you very much.

    In general, you should have 1 structure of the event in your VI.  In your state machine, the structure of the event should be in "pending" status  So you will probably start in the State of the initialization and then spend idling.  Then, the user presses the present button.  If your state machine should then, go to the current state and then return to Idle.

  • You can play with two players on the same conlsoe on modern war

    XXXXXXXXXXXXXX

    Hi Capcurt,

    Welcome to the Microsoft Answers site!

    You try to play the game live with 2 players on the same console?

    Unfortunately, you can not go online with two people on the same console. Modern Warfare 2 allows a user to sign in when you play in multiplayer.

    Modern Warfare 2 is a completely new game mode that supports 2-player cooperative play in single line of the solo campaign in history. To do this, you will need two machines.

    For better support, you can contact Xbox Forums.

    http://www.xbox360forum.com/Forum/

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How can there be two accounts in the same user name

    How can I have two usernames even, that of the Australia and the other in the United States?

    Hello

    Thanks for posting your query in Microsoft Community.

    a. are both connected anyway through the network (for example in a server domain common network, VPN etc.)?

    b. What is a local user account or an Microsoft account?

    Unless the systems in the two countries are connected via a common domain, they are independent and can have accounts of local users with common names. If you talk about Microsoft accounts, then they can be configured two different computers, but the information that is on the server online sync is common to both systems.

    Additional information:

    User accounts: FAQ

    Hope this information is useful. Let us know if you need more help, we will be happy to help you.

Maybe you are looking for

  • virus message

    Tengo una alerted virus y sell me a message of Quebec instale mackeeper... cuando en the pag in-between. seriales.us

  • Keyboard does not work on my Satellite U50T-A-100

    Hello I have Toshiba Satellite U50T-A-100. My keyboard just in case work yesterday. I've had it for a year and a half and unfortunately the warranty is only a year (he had already fixed once again under warranty). I tried to fix myself, tried several

  • Processor problem

    I had my 2 Atrix in less than a month ago and there after I did the update OTA ICS. I noticed that after the updated ICS up-to-date CPU is back to his own clock speed is to say 1, 2 GHz and not speed underclocked then usual IE 1 GHz. But this had tak

  • The file properties Windows xp only shows the general tab

    Hi all I want to apply the security permissions for the hosts file in C:\Windows\System32\Drivers\etc to limit users to access. But, the properties of this file indicates only the general tab, even if I uncheck "use simple file sharing" tools > Folde

  • XP does not start, get blue error screen, even in safe mode

    My PC with Windows XP worked but slowly. I have deleted some entries in the registry. I was unable to close the session. I rebooted and now even after using safe mode I end up with a blue screen with Windows XP on it and no button works! Any suggesti