Convert text to hyperlink within object

Hi,
How can I convert part of the text within a text caption to a hyperlink? I do not want the whole text caption to be a Flash hotspot though...
Thanks for your time

Hi again
I'm thinking you could achieve this as follows.
You could insert a Click Box that you would use to pause the project. The trick would be to time it so it pauses at the right time. You would then configure it as Hidden by clicking the Options tab and clearing the Visible check box. (If it isn't visible, it won't pause).
Now you configure your Click Box for Multiple actions. The first action would be to open the URL in a New window. The second action would be to show the hidden Click Box you inserted to pause the project.
Hopefully this helps... Rick
Helpful and Handy Links
Captivate Wish Form/Bug Reporting Form
Adobe Certified Captivate Training
SorcerStone Blog
Captivate eBooks

Similar Messages

  • Is there any function module for converting text to hyperlink?

    Hello all,
              I am designing an application in BSP wherein the user can enter hypertext values for some
              of the data enteries in the database table. Is there any function module available for converting
              text into hypertext. Eg. if the user enters 'www.mypersonalwp.com' then it should convert this
              text value into a hyperlink.
    Thanks in advance.
    Gurmahima.

    Hi,
    Refer the given below link
    http://help.sap.com/saphelp_erp2004/helpdata/EN/85/ce25c2d7ae11d3b56d006094192fe3/content.htm
    Hope it helps you
    Thanks
    Arun Kayal

  • Hyperlinks within Object States?

    Is it feasible to have working  hyperlinks (to URLs) in text contain inside an Object State?
    Thanks!

    I installed my AVC for iPad 10 hours ago. May be something wrong with my folio or viewer?

  • Convert text string file to object array without outputting to file first?

    I have a log file that is just a text string file which is appended to with Out-File.  If the log file does not exist I pipe headers to it so that I can import the data as CSV.  For example:
    DATA.LOG
    DATE,TIME,RESPONSE_TIME
    05-28-2014, 14:47, 132
    05-28-2014, 14:50, 94
    05-28-2014, 14:53, 72
    I'm using Microsoft Chart Controls to graph the data; it takes it in via CSV format.  If I'm going to chart all the entries in DATA.LOG I can simply IMPORT-CSV DATA.LOG.  But I only want to graph the 20 most recent entries.
    Perhaps there is a better way to do this, but to maintain the header and get the 20 most recent entries I'm using select.
    $DATA+=Get-Content .\data.log | select -first 1
    $DATA+=Get-Content .\data.log | select -last 20
    The problem is $DATA is of type system string so I can't use it directly with Chart Controls; I need to get it in CSV format first.  I can Out-File $DATA and then use IMPORT-CSV.  But I'd prefer to not have to use
    the temporary file.  Any suggestions on how I can accomplish this objective? 

    Import-CSV creates an object with the 'header' becoming the named values in the array.  The code I posted does the same thing as your 4 lines of code in one line of code:
    Much more quickly:
    PS C:\temp> (1..1000 | measure-command {import-csv .\data.log | select -last 2}).totalseconds
    0.4792951
    PS C:\temp> (1..1000 | measure-command {$DATATMP=@();$DATATMP+=Get-Content .\data.log | select -first 1;$DATATMP+=Get-Content .\data.log | select -last 2;ConvertFrom-CSV $DATATMP}).totalseconds
    1.6227726
    You're more than welcome to use whatever code you want, but if you want to improve your Powershell knowledge you should try to understand the object model around which Powershell is built, it is powerful and efficient.
    I hope this post has helped!

  • Convert text to hyperlink?

    Hi,
    I have asked for this feature for the past few versions of Captivate.
    I want to create a childrens course on the English language, and it would be ideal to be able to have a sentence on the screen and then the child clicks on the wrong word etc and then which ever word they choose takes them to another slide.
    I want to be able to highlight a word or a froup of words and create a hyperlink that will go to another slide.
    Can this be done yet?

    There exists an interactive widget that allows you to create a piece of rollover text that looks just like a hyperlink:
    http://www.infosemantics.com.au/catalog/widgets/interactive/wdgt_hyperlink_01
    You still need to set the Success action for clicking the text to open the URL desired.
    Is this more along the lines of what you wanted?

  • Hyperlinks within css

    hello all. i am stumped as to how to create a hyperlink within a css object.  basically have a box, within that box is text, i would like the entire box to be able to hyperlink not just the text.  i can see in the page properties at the bottom of the page in html view you can link the text, but i want the enire box to be the hyperlink.
    i messed around with the hyperlink chain link in the top menu bar, but when i choose the page i want to link to it puts text below my box, HELP!!!!!!!!!!!!!

    still don't get it.  here my current html and css, how should it look for the link?
    current link <div class="packageqty">12 cookies $10</div>
    link i want to link to http://www.fortunecookieplanet.com/dozenfortunecookies.html
    .packageqty {
              font-family: "Arial Black", Gadget, sans-serif;
              font-size: 16px;
              height: 50px;
              width: 215px;
              background-color: #CCC;
              line-height: 50px;
              margin-top: 1px;
              margin-right: auto;
              margin-bottom: 1px;
              margin-left: auto;
              text-align: center;
    .packageqty:hover          {
              background-color: #666;
              font-family: "Arial Black", Gadget, sans-serif;
              font-size: 18px;
              color: #FFF;
              font-weight: bold;
              text-align: center;

  • Text wrap for a paragraph: How to define the width of a Text box /  active text area? I simply need a longish text to wrap within the frame!

    Hello, I've been searching for a good while in the forums now, but have found no solution or real mention of the problem – I hope some of you can help.
    I want to very simply layout a text between scenes, a slightly longer text that wraps within the frame margins. Here's an example of how I want it to look:
    Now, I couldn't for the life of me get the Custom Text to behave like that, as there are no parameters to set for the width of the text area. The Text Size, yes, along with the Tracking, Baseline and all that, but the width of the text box, no. The above was created by customizing one of the other Text Generator presets that happened to be left aligned.
    However, this preset has a fade in/fade out transition, which I do not want. There's no way to remove this transition as it seems integrated into the Text Generator (meaning they are not really presets, but separate kinds of Text objects? Very silly.)
    So I am asking you: Is there any way to get the Custom Text generator to behave like that? Just a text paragraph as above. Below you'll see all I can manage with the diffferent Custom Text parameters. Any kind of repositioning and resizing of the text just changes the position and size of the frame – but the actual text items are just cropped off where they extend out of that frame. Apparently the bounding box for the text is just some default length, and I can't find any way to adjust the width. See below my different attempts.
    The same text pasted into a Custom Text generator clearly extends outside the frame:
    Here Transform just moves – or resizes – the video frame that the Text Box exists inside:
    The Crop gives similar results, and of course Distort doesn't get me closer to what I need, either. There should be simply a Text Box Width parameter to set somewhere, but if it exists they have hidden it very well. How do you do it?
    Thanks for any help, this is a silly problem, but one of now many trivial problems that amount to me growing quite dissatisfied with FCPX. Hopefully I've just overlooked something.
    All the best,
    Thomas

    Thomas...same kind of crap here.
    I used Custom Text - entered a sentence, hit return, entered another.
    Set to 72 pt.
    The default alignment is centred - I want left aligned text...the text start point stays at the centre of frame and the sentence runs off the edge of the bounding box.
    There is no settings in the Text or Title inspector dialog to correct that!
    Using Transform will not sort it!

  • Solved: InDesign CC: Problems with text in text box: text flows around invisible object

    I just upgraded from CS4 to CC. I have two problems with text in some text boxes:
    The text seems to flow around invisible object that I cannot find or delete. It's as if there is a photo or other object behind the text box; but when I press COMMAND-a to select all, I don't see any such object.
    When I move this text box, the layout of the text within changes. For example, when the box is high on my spread, the text flows correctly within the box; but when I move it down, it flows around that hidden other object. For another example, when the box is low on the page, the text starts at the top of the box; but when I move the text box up, the text starts somewhere in the middle of the box.
    I have checked margins of the text box and the paragraph options of the text paragraphs (margins, indents, alignments). They all look OK.
    If I modify the text box, checking the box "Ignore text wrap", then the problem goes away; but then the text also will not flow around a real object that I want it to flow around.
    Solution:
    There were objects in a hidden layer on that one spread. It seems that in CS4 when you "select all" you would also select objects in hidden layers; but in CC it doesn't.

    Arthur, Garry
    Would be great if you could send the files as attachment in an email to [email protected]
    Else, you may post here using these steps: http://forums.adobe.com/message/3994281
    Thanks!
    - Neeraj

  • Problem in converting text to image.

    Hi I am trying to convert a text to image. The code for the same is pasted below. The problem is how do I change the background color. No matter what color I give with Graphics2D object, the background is always black. I want a white background.
    public class TextToImg1
    public static void main(String args[])
    try
    int width = 400;
    int height = 400;
    BufferedImage bimage = new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB);
    Graphics2D g2D = bimage.createGraphics();
    g2D.drawString("This is the sample page to convert text to image.",100,100);
    g2D.setBackground(Color.WHITE);
    g2D.setColor(Color.WHITE);
    File f = new File ("anImage.jpg");
    ImageIO.write (bimage, "jpeg", f);
    catch(Exception exception)
    System.err.println(exception.getMessage());
    }

    Probably because you didn't draw the background. Use the fillRect(...) method to paint the background using the color your want.

  • InDesign cross-document Text Anchor Hyperlinks

    I’m combining several InDesign files into one PDF, with several hundred text links across the different sections, as well as within each. The cross-document (section) Text Anchor Hyperlinks work fine in my workspace - but when I change the file location, they are no longer active (other links, bookmarks remain intact).
    How do I set up InDesign cross-document Text Anchor Hyperlinks so that when the files are moved, they remain active?  

    ASk in the ID forum.
    Mylenium

  • How do I set up InDesign cross-document Text Anchor Hyperlinks so that when the files are moved, they remain active?

    I’m combining several InDesign files into one PDF, with several hundred text links across the different sections, as well as within each. The cross-document (section) Text Anchor Hyperlinks work fine in my workspace - but when I change the file location, they are no longer active (other links, bookmarks remain intact).
    How do I set up InDesign cross-document Text Anchor Hyperlinks so that when the files are moved, they remain active? 

    They seem to be a lot of extra work, and I don't see what the additional benefit is. I have several hundred links to do. I would appreciate learning what the benefit is, as I don't mind the extra effort if it will deliver the desired results.

  • AS2 text field hyperlink

    If I have a dynamic text field in Flash and I'm using AS2 how
    can I create a hyperlink within that text field?
    Here's an example of a text field:
    "Action Script 2 sticks and I wish I this site hadn't been
    designed with AS2. There are so many LINKS to tutorials for AS3 on
    how to make hyperlinks within text fields, but none on Action stink
    Script 2."
    The hyperlink would be where it says LINKS and could be to
    Adobe.com.

    Is the asfunction code the same for AS2 and AS3? If not then
    I need more info because every asfunction tutorial I've seen on the
    web thus far is for AS3.

  • Convert URL to Hyperlinks in Indesign

    Hyperlinks in 2-3 lines are clickable when exported to PDF
    I have many URL in the PDF, but the problem is the URL's that are in 1 line are clickable.
    The URLs that runs to 2-3 lines are not clickable. One the 1st line of the same URL is clickable.
    For example:
    https://developer.atlassian.com/display/DOCS/Set+Up+the+Eclipse+IDE+for+Linux
    On the page layout the same URL comes in 2 lines. Only the URL till https://developer.atlassian.com/display/DOCS/Set+Up is clickable, but the following URL is not clicable in PDF.
    Please assist me with this.

    Thanks Ellis for the sugesstion but we have to convert all the Hyperlinks Manually and its taking lot of time.
    I have found a Script from http://kasyan.ho.com.ua/make_hyperlinks_from_urls.html.
    But there is a little problem.
    When I run this script its converting the URL to Hyperlink, but its changing the original URL text present in the Indesign file.
    Can this script search for a specific URL character style and convert it to Hyperlink by retaining the Original text in Indesign.
    For Example:
    The Original URL in Indesign file is this:
    https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+a+Database
    When I run the script its changed to:
    confluence.atlassian.com
    Please help me.

  • Hyperlinks within a report

    Hello,
    I am using Crystal Reports to create a statement. We would like to include hyperlinks in our report. We have already created hyperlinks within the report. The hyperlinks are only operational when I click within the subreport. I want to process my report to a PDF and have the hyperlinks work. To create the hyperlinks, we placed a forumla into the hyperlink tab to an existing webpage. The formula that we have established grabs data from our database and places it into the webpage browser address. Any Suggestions? I am currently working in Crystal 11.5.

    U can include any text rt click on it goto format text
    Hyperlink tab and add any type of hyperlink there.
    If you want to add something specific please do let me know

  • Hyperlinks within scrollable frames

    I'm trying to get hyperlinks within a scrollable text frame to work but it's not working properly in the content viewer. Is it possible to do them within scrollable content, and if so, is there a certain technique that works best? Thanks!

    Sorry -- I've created a scrollable content layer that works properly, just with text scrolling down. I've selected the text and created a hyperlink using the hyperlinks panel (that works for the text in non-scrollable frames). When I view the issue in the Content Viewer on the iPad, the hyperlinks outside the scrollable frames work fine and open, but those within the scrollable frames do not. Is there a specific way I should be creating the hyperlinks within the scrollable frames that I'm not doing correctly? Thanks.

Maybe you are looking for

  • Creation of GR from Contract using bapi BAPI_GOODSMVT_CREATE

    Hi, As per requirement I need to create a GR for Contract line item. I tried to create using BAPI  BAPI_GOODSMVT_CREATE but It returns the error message. I tried with GM_CODE  '05', so could you please let me know which are the parameters I need to p

  • Photo viewer issue in N8

    when i opened the photo viewer to view photos, it takes more time to load (the loading symbol is rotating for more than minute).This was not the actual opening time before.If i try to exit the viewer, i couldn't,the display is switched off for a whil

  • E-Mail field on "Address" tab not editable in SU3

    We were considering allowing end users to change their email address (stored on their user master record) via transaction SU3; however, in testing, even with SAP_ALL assigned, that field is not open for editing.  We are using CUA, but that field is s

  • Macbook pro md313 over heat, is it normal ?

    Macbook pro md313 over heat, is it normal ? i bought macbook pro md313 2 days ago, its really really over heat it burns my legs and very loud fan, is it normal ? and if its not how to fix this problem ?

  • Material Creation using Workflow

    This is my scenario . Initially when a new Material created it will have only the Basic 1 & 2 views alone . At the same time a workflow have to be triggered such that it have to send to a workitem to person who should define the MRP views only not ot