How to embed URL in illustrator

Hi all, I have an illustrator document that shows a road map, I have a button on that map that takes you to google maps. Im putting the URL on the button using the Attributes palette in illustrator, but when I export a pdf, the button isnt working, so I end up having to do the button link in acrobat.
How do I make the URL (button) work from illustrator to a pdf?
Cheers
Lee

That would explain it .... InDesign here I come.
Thanks
Lee

Similar Messages

  • How to embed URL of deployed java servlet into Android code

    I have deployed my servlet code on cloud which access the database cloud , but when i try to access the URL of deployed application , it asks for my credentials (username and password)....
    Now that i want to embedd my servlet link on cloud to my android app code , how to escape the credentials , or is their any way so that i can add my username and password in my servlet code itself. This is my servlet code and it is working fine..
    Context ctx = null;
            Hashtable ht = new Hashtable();
            ht.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
            Connection conn = null;
            Statement stmt = null;
            ResultSet rs = null;
            // out.print("system");
            try {
                ctx = new InitialContext(ht);
                javax.sql.DataSource ds = (javax.sql.DataSource) ctx.lookup("javatrial5196db");
              //  out.print(ds.toString());
                conn = ds.getConnection();
                stmt = conn.createStatement();
                rs = stmt.executeQuery("select * from test");
                while (rs.next()) {
                    out.println(rs.getString("id") + "   " + rs.getString("password") + "<br>");
                conn.close();
                stmt.close();
            } catch (Exception e) {
                out.print(e);

    What is the intended behavior here, how will the user be authenticated if credentials are not obtained from the user ? By default the JCS applications will be secured and the system will prompt for login, you can disable the login by adding "<login-config/>". You can also configure the authentication to use BASIC / FORM authentication instead. Hard coding credentials to servlet / DB table does not sound like a good solution to me though.. For details on security refer to this document.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • How to embed URL (Longer than 60 Chars) into CRM-Web UI

    Hello
    i would like to have a textfield with an URL embeded into the Incident UI
    So far i managed to create the Char-Field and fill it with the URL
    Unfortunately the generated Fields are limited to 60 Chars, but i need 100 for the URL with all parameters to work.
    At the Moment the URL is truncated to 60 chars which leaves the link unfunctional
    Any Ideas would be appreciated.
    Kind regards
    Rolf

    Hi Rolf,
    I build a simple URL shortener in our system similar to ABAP URL shortener
    The concept is quite easy. You store the source URL in a table and use a unique short-id instead. In my case I use function GENERAL_GET_RANDOM_PWD to generate the id for a given length (e.g. aBcD3). In addition, I created an ICF node 'ID' with a handler class that passes the short URL (e.g. http://mycompany/id/aBcD3) to the corresponding long URL, which can be internal or external.
    The other option is to split the URL path into string_table and store the last entry, like:
    lv_path = server->request->get_header_field( '~path_translated' ).
      IF NOT lv_path IS INITIAL.
        SPLIT lv_path AT '=' INTO TABLE lt_path.
        DESCRIBE TABLE lt_path LINES lv_lines.
        READ TABLE lt_path INTO ls_path INDEX lv_lines.
        lv_guid = ls_path.
      ENDIF.
    Regards, Richard

  • How to embed JavaScript in a DynPro View?

    Hello,
    I hava a standard DynPro application.
    I would like to add a link UI which by pressing it will activate a JavaScript function. Can someone please show me how to do it and ingeneral how to embed JavaScpript in a DynPro View?

    This (protocol javascript:) probably works in current releases but in future releases it will be disabled by default for security reasons.
    The set of allowed URL protocols will then be configurable in the J2EE server.
    Armin
    Message was edited by: Armin Reichert

  • CP8 - How to embed a pdf into a captivate slide (for LMS publication)?

    Hi,
    How to embed a pdf into a captivate slide (for LMS publication)?
    WebObject doesn't work...
    Thanks

    I accomplished this by publishing my PDF to a directory I called "PDFWebObjectEmbedFiles" on my webserver outside of where my published project lives.
    For example...the PDF to embed lived at:
    http://mydomain.com/PDFWebObjectEmbedFiles/file_name_of_PDF_to_embed.pdf
    Then I went inside of Captivate and inserted the Web Object widget.  I put the URL to my PDF inside the widget.  Then it loads perfectly with no problem.
    Hope this helps.

  • How to embed an Ixos tif into a web dynpro

    Does anybody know how to embed a tif image into an iFrame or maybe a image UI element....not sure what the best approach for doing this is.
    We have a url available to Ixos server which launches the tif image: Example:
    http://server.company.com:8080/archive?get&pVersion=0045&contRep=D1&docId=aaaaokjdx1cen255paaaab4dceiau
    How would we have this tif image already embedded in an iFrame when the application launches?  We don't want it to launch a new window.

    An Image UI element will not work because TIF is not an image format supported natively by browsers. In IFrame should work, just set the "src" property to the URL.
    Armin

  • How to embed Flash .flv video?

    Hello guys,
    I am wondering, is there any way how to embed Flash video onto my web page?
    And regarding QT video template on iWeb's Movie page, can I drag any kind of QT ? Like H.264 QT for example, or is it just for Mpeg2 QT?
    Thank you so much for any advise.

    What is your video codec you are working with? NTSC (and PAL) DV is about 13 gigs/hr uncompressed. When you export your QT movie from your editing application and convert the file to flv you are compressing the video at that time with a determined bit rate and video dimension. quality and file size comes down to math. File size = bit rate x movie length. Quality is bit rate in relation to dimension. Surprisingly enough the recommended video encoder for flv is Flash Video Encoder application that comes with Flash. Sorenson Squeeze is arguably the best flv video encoder. Visual Hub is not recommended if quality and efficiency is desired. Flash Player is a browser plug-in that that allows web visitors to view Flash videos on your website from their web browse. Most already have Flash player installed and you can insert a script that checks to see if the visitor has Flash player installed and if it doesn't a window will appear informing the visitor that they are required to instal the Flash Player in order to view Flash content on your website. A URL is also provided to direct the visitor to the Flash Player download page. Insert this script into the <head></head> of your site:
    <script type="text/javascript">
    function MM_CheckFlashVersion(reqVerStr,msg){
    with(navigator){
    var isIE = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
    var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
    if (!isIE || !isWin){
    var flashVer = -1;
    if (plugins && plugins.length > 0){
    var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
    desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
    if (desc == "") flashVer = -1;
    else{
    var descArr = desc.split(" ");
    var tempArrMajor = descArr[2].split(".");
    var verMajor = tempArrMajor[0];
    var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
    var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
    flashVer = parseFloat(verMajor + "." + verMinor);
    // WebTV has Flash Player 4 or lower -- too low for video
    else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
    var verArr = reqVerStr.split(",");
    var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
    if (flashVer < reqVer){
    if (confirm(msg))
    window.location = "http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash";
    </script>
    Then replace <body> with this:
    <body onload="MM_CheckFlashVersion('9,0,0,0','Content on this site requires the latest version of Adobe Flash Player. Do you want to download it now?');">
    Beginning with Flash Player 9 h.264 QT movies are now supported for playback. Simply change the file extension from .m4v to .flv to convert the h.264 video to Flash video that can be viewed from Flash Player 9+ on a web browser.
    hope that helps!

  • How to embed 3D models in web page using JAVA?

    Hello
    I'm doing a project at University to create a virtual tour of a village. I am creating the buildings in MAYA using polygon planes and cubes and then exporting to VRML.
    I plan to embed each individual model into a separate web page. Then when the user clicks on a location in a 2D map they will be taken to the web page containing that building.
    However, I can't work out how to embed these 3D models into web pages using JAVA. Can anyone help me with this, please?
    Also, I've been told to use JAVA 3D to interact with the project but am unclear as to how JAVA 3D would be used in this project - aqny ideas/suggestions welcome!
    M.

    If you use Java-plugin, you can embed Java3D in a web page.
    Here is the URL(http://www.geovista.psu.edu/products/demos/LorenzAttractor3D/index.html) which used Java3D.
    I hope this helps.
    Masa

  • How to embed a link image with pop up windows?

    Does anyone have any suggestions on how to embed a link
    within flash movie? Once you click on it, it will pop up a new
    window, but I want to disable the toolbars, status bar ..., and
    only show the jpg image for this window.
    Does anyone have any suggestions on how to do it in flash?
    Thanks in advance for any suggestions
    Eric

    If the Oracle Web Application you are talking about uses OAFramework then you can use personalization to add a link to the Ebiz suite page. But in order to fetch the userId and append it to the URL of the link you need to extend the controller in that page and set the destination of the link you had added in the controller. You have APIs on pageContext when you override the processRequest of the extended controller to fetch the userId. You can then create the URL by appending the userId and set it on the linkBean.
    If you are new to OAF then you should read the devguide and personalization guide to get yourself familiarised with extending OAF application.

  • How to embed html-file into swing

    hello,
    can anybody help me how to embed a html-file into a swing application??
    I try to write a swing-application, that connects to a Internetpage via Sockets.
    The problem is, that I can only see the sourcecode of the InternetPage in my JTextArea, but I want to see the whole Page just like in a browser.
    I hope anybody can help me to solve this problem, thanx mina

    u will need to use the JEditorPane component instead of Jtextarea.here is a url to help u get started
    http://java.sun.com/docs/books/tutorial/uiswing/components/simpletext.html#editorpane

  • How to embed the WEBI report as portlet

    I am a fresh man of WEBI.
    I want to know how to embed the WEBI report to a web page as the portlet (like weblogic portal).
    I have used the OpenDocument URL to do it, but the report have a tool bar on the top, status bar on the bottom and a prompt area on left. So what i want to know is how to integrate the report itself on my portal (no tool bar, no status bar and no prompt area). Is there any way to control the display of these different area?
    thnaks!

    Normally there is not way to deactivate the statusbar and the toolbar. What you can do is to try to capture the HTML stream using javascript and filter out the toolbar components. This can be quite complicated though since the html structure of the report is quite complicated (multiple iFrame layers). And there is no garantee that this structure will remain inchanged in the next fix pack or service pack.
    A rather simpe solution could be to "cover" the toolbar with an additional  opaque frame.
    Regards
    Stratos

  • How to embed the Piecemaker gallery?

    Hi
    I don't have any experience in using Flash, but I just found a brilliant Flash freebie on Modularweb called The Piecemaker. I want to include it in my website but I don't have any idea how. I read the documentation and I'm still confused and I still don't understand the instructions.
    Here's the instructions:
    HOW TO EMBED THE GALLERY?
    1.  Copy the packages „com“ and „caurina“ from the folder to your classes directory. It works without that,
    but only if you always move these packages along with the FLA fle. If you‘re not familiar with working with
    classes, check the tutorial at Adobe Livedocs
    2.  Open the fle „piecemaker.fa“ and try to publish it to check, if the classes are referenced correctly.
    3.  The actual gallery is nothing more than the empty MovieClip on the „gallery“ layer. It has the base class
    „com.modularweb.imageGalleries.Piecemaker“, which holds all the code. To copy the gallery into your own
    project, you just need to copy this MovieClip as well as all the elements from the library to your project.
    4.  Three basic properties of the gallery are assigned on the „actions“ layer. The code from this layer has to be
    copied to your project, too. These properties are xmlSource, cssSource and imageSource, which
    hold the paths to the XML fle, the CSS fle and the folder containing the images to be loaded. Please note
    that if you embed the gallery to your project, these paths need to be relative to the location of your project.
    In the folder of the Piecemaker the I downloaded it contains:
    1) caurina
    2) com
    3) documentation
    4) images
    5) index
    6) piecemaker.fla
    7) piecemaker
    8) piecemakerCSS
    9) piecemakerXML
    So what do I need in order to make this work in my website?

    Yep,you have to look at JSR 75 (File Connection API). But:
    1) You need to understand is your phone model supports JSR 75
    // if prop==null, then this phone doesn't support JSR-75, otherwise you'll get File Connection API version
    String prop=System.getProperty("microedition.io.file.FileConnection.version");2) You need to exactly locate on phone file system where is image gallery and/or memory card
    // get image gallery full url
    String imageGalleryURL=System.getProperty("fileconn.dir.photos");
    String memCardURL=System.getProperty("fileconn.dir.memorycard");After all of that file opening is easy...

  • How to embed fonts in a textbox in adobe acrobat 9

    Hi all,
    The forms has beed designed in adobe acrobat 9.It has the text in the textboxes with a fontstyle of DejaVu Sans Mono.The client or the user generates the form by clicking on the appropriate link and the textboxes are populated accordingly.The problem is they dont have the fontstyle used in the textbox installed on their system.So whenever they generate the pdf the font in the textbox doesn't print in properly.Is there anyway we could force it to use the font which we have originally set up.Thanks in advance

    Bernd Alheit wrote:
    Read this:
    http://www.ehow.com/how_6566713_embed-fonts-pdf.html
    I have the somthing like the following in Ctrl-D Fonts. They can not be embedded using the method above. I guess it is because the fonts in the original pdf are not available in the system. But how to embed the substitutes in the pdf file.
    Helvetica
        Type: Type 1
        Encoding: Custom
        Actual Font: Helvetica
        Actual Font Type: TrueType

  • How to embed audio to my website using quicktime when I get "file not found

    hi,
    i've been trying to embed audio into my website all night and I get a file not found message even though I;ve checked 100 times and all files are where links say they should be..
    but even just linking to audio (mp4) files won't work...
    everything is o.k. with non-audio links on my website - only the mp4 audio can't be found.
    can anyone help me? or post the correct code?
    I've tried using these formats..
    <EMBED SRC="anymovie.mov" HEIGHT=176 WIDTH=136>
    <embed
    src="http://www.crossandthrone.com/.samples/qt/sample-reference2.mov"
    width="242" height="199" autoplay="false" loop="false"
    controller="true" bgcolor="#666666"
    pluginspage="http://www.apple.com/quicktime/"></embed>
    the pages that should play audio just have a quicktime file with a question mark on them
    help would be much appreciated!

    Start here:
    http://www.mediacollege.com/video/streaming/
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "subdued2u" <[email protected]> wrote in
    message
    news:gbg2th$r13$[email protected]..
    > Hello ,guys, i have a website,, and i would like to add
    upload vidoes on
    my
    > website i have tried but did not work can anyone please
    tell me how to
    embed my
    > videos in my website using dreamwever ?
    > thank so much
    >

  • How to embed the needed fonts in a pdf file

    Dear Sir/Mam,
    We had purchased licenced version of adobe acrobat x pro
    We are facing issues while embedding the font in the pdf file
    Please find the below mentioned requirement
    Requirement:
    We have a pdf file (template) with some static images and static text in it
    We need to populate dynamic data in the pdf file for this we may use text boxes
    We need to set the font name for the text box and embed that font in the pdf template (Eg:Font to be used in textboxes is "RotisSansSerif-Bold")
    Queries
    Please let us know how to embed the needed fonts in the pdf file?
    Once user exports the pdf file, even if user doesnot have the fonts installed in his system the text need to be displayed in the same fonts,how to acheive this?Eg:if we define "RotisSansSerif-Bold" as font in the textboxes,after exporting the data the text need to be in the same font.
    Note:
    Fonts will only installed in the application server and not in the client system
    The mentioned requirement need to work on below mentioned specifications
    OS:Windiows-XP,  Browser:IE
    OS:Mac osx, Browser:Safari
    Regards,
    S.N.Prasad

    There is a similar post just a few away from yours. I will suggest what I would try. Open your job settings file (press or print preferred to get all fonts) and then select the properties and the font tab. At your font to the always embed list and you will likely need to uncheck the subset box. Then save your job settings (give it a name that is meaningful to you, you can not use the settings file you started with as they are read only and I do not recommend changing that). Maybe that will do the job. Of course that is for the creation of the PDF, I forgot you were talking about a form. You might check the form field properties, but I suspect you have already tried that. Guess I don't play with forms enough. Others may be by to answer.

Maybe you are looking for

  • 64 bit processor running on a 32 bit os

    I have a laptop that has a 64 bit processor running on a 32 bit os. Can I upgrade my os to 64 bit? If so how? I have a compaq presario with  AMD  64 Athlon X2 procssor (64-bit) running on windows vista premium 32-bit. Please help.

  • My hp 2000 2209 is not staring

    My hp2000 2209 is not starting but the led glows for sometime

  • Calling subvis dynamicall​y from within an exe (avoiding error 1003)

    Hi, I'm using an architecture where the main program (compiled to an exe) can be supplied with user-"plugins" that are collections of vis of specific types inside a specially named folder relative to the exe. They can be called from within the exe vi

  • Looking for files query

    Hi there! I have the latest iTunes installed on my Macbook Air. I wanted to transfer files from a connected portable hard drive to an iPad mini which i plan to buy this new year. My question is how and where in the new iTunes do i find those files (i

  • Can i receive a picture text messageon my iphone 3???

    my friend keeps trying to send me pictures, but im not recieving them.... is it impossible to get them on an iphone??