InDesign CS6 - Can you add Google Walking Tour into a PDF document or interactive pdf?

Hello,
I am trying to figure out how to add a Google Walking tour into my pdf document. I tried using the HTML feature in InDesign CS6 but all i get is a static image of a map. Acording to the features of InDesign this should be working correct? Please let me know if this is possible or not. Thank you!
this is an example of the kind of a tour i am talking about:
https://www.google.com/maps?q=churchill+downs+apartments&ll=39.668589,-104.889007&spn=0.00 7325,0.016512&sll=39.669082,-104.889653&layer=c&cid=6959793594299031036&panoid=xDKaTZWvSuU KbJAQUvKKcA&cbp=13,304.18,,0,0&hq=churchill+downs+apartments&t=m&z=17&cbll=39.66918,-104.8 90121
I've copied the HTML that Google provides for embeding but no success yet. Thanks!

That will work in DPS, but not, AFAIK, in PDF.
Bob

Similar Messages

  • Can you insert mac mail addresses into microsoft word documents

    can you insert mac mail addresses into Microsoft word documents like you can with outlook?

    Do you want to insert a clickable hyperlink to send mail to a specific address in a Word doc?

  • Can you add a past event Into iCal?  I want to do this for record keeping.

    I want to add past events to my icalendar for record keeping. When I try it disappears right after I add.  Can I do this?

    You don't mention your OS or iCal versions but, based on my own OSX.6.8 and iCal v4.0.4 (1395.7) then go to ...
    iCal > Preferences > Advanced
    ... and look at the Option for Delete events n days after they have passed and ensure that either the option is not checked (which should keep past events for ever) or set to the number of days after which you are happy that past events get deleted.
    Other parameters can also be set for the treatment of To Do items within that same preference panel.
    I guess, although I do not know, that other versions of iCal and Calendar have similar options somewhere within user customisation.

  • Can you add metadata to a folder in a document library?

    I am making a visual webpart for SharePoint 2010 that displays files and folders from a document library, and I want to keep ordering to folders. I want to be able to sort folders so I need a way to store the order number of a folder. If I check on sharepoint
    in the browser, I don't see a way to add any info to it.
    Is there a way to do this programatically in c#?
    I want to avoid keeping the order number as a part of the folder name, something like: "1. Folder A"
    Does anyone know if this is possible?

    Refer to the following post, hope it helps
    http://www.sharepoint-guru.com/2007/06/adding-metadata-to-folder.html
    --Cheers

  • Can you create a table of contents for the documents within a PDF Portfolio?

    If I create a pdf portfolio that contains multiple documents (e.g. Word, multiple PDFs and Excel documents), is there a way to create a table of contents at the beginning of the portfolio to help navigate to the individual documents?

    Hi,
    The Files list displays a list of files, so the user can quickly see all the files in the portfolio with any information you want to share; title, description, file type, size etc.
    Or, you can also use a different layout, for example, the Linear and use the space next to each file to describe it.
    Hope this helps.......
    JGaf

  • How to add a hide data into an appointed image of the pdf

    Can I add data into an appointed image and hide the data?
    if can not add hide data in image, can I  add hide the data into the other layer  of   the pdf?
    Can anybody give me some tips?
    thanks!

    My code:
    ASFile hddatFile = NULL;
    ASPathName hidedataFile = ASFileSysPathFromDIPath (ASGetDefaultFileSys(),  "e:/myInfo.txt", NULL);
    if (hidedataFile == NULL)
         AVAlertNote("not yet");
    ASInt32 hidedataVal = ASFileSysOpenFile(NULL, hidedataFile, ASFILE_READ, &hddatFile);
    if (hidedataVal != 0)
         AVAlertNote("隐藏数据加载失败!");
    CosObj imgCos;
    PDEImageGetCosObj(pdeImage, &imgCos);
    CDocument cDocument;
    ASAtom Seal_K = ASAtomFromString("ADBE:Mytest");
    CosDictPut(imgCos, Seal_K, CosNewInteger((CosDoc)cDocument, false, ASFileGetEOF(hddatFile)));
    I'm not sure whether I have set the hide data in the picture success? there is not a return value to know it.
    when I use this code to get data:
    CosObj stream;
    PDEImageGetCosObj((PDEImage)pdeElement, &stream);
    CosObj nameCosObj = CosDictGet(stream, Seal_K);
    the return value (nameCosObj is (0,0)).  I dont know why? and if I get the cosObj, How to get my hide data?
    Where I do wrong?
    thanks for Leonard !

  • Nokia 808 GPS... can you enter a walking route, l...

    Using the GPS on a Nokia 808 PureView....  Can you enter a walking route?
    In Google map you can enter a .kmz file. It will show up as a line on their maps.
    Is there a Nokia GPS equivalent, using the native GPS?
    I am hoping to walk the “Camino de Santiago” an 800Km walk across northern Spain.
    I will not be walking on the roads.
    Just asking the Nokia GPS to find a walking route may not pick the correct trails.

    aname4me wrote:
    I have now loaded ViewRanger.
    But... the map require a WiFi connection.
    ViewRanger just like Nokia Maps in that if maps tiles downloaded then application can be used "Offline", provided you don't use "Buddy Beacon" facility.
    Whilst Open Cycle Map is compatible you do need a network connection to utilise as downloaded and cached as you go along with more information here:http://support.viewranger.com/wikihelp/index.php/S​ymbiannline_maps
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Text editing  - can you add text editing options on the 'in-browser editing'

    Text editing  - can you add text editing options on the 'in-browser editing' tool?

    You can only replace existing content, not edit the page structure. Refer to the respective help sections.
    Mylenium

  • How many devices can you add to icloud?

    How many devices can you add to your icloud account? 

    How many devices can you add to your account? 

  • How can you add a where clause using "OR" with applied ViewCriteria?

    [JDeveloper 10.1.3 SU4]
    [JHeadstart 10.1.3 build 78]
    I am using JHeadstart, but have a question probably more in the ADF area. On the JHeadstart forum I asked:
    "I am overriding JhsApplicationModule's advancedSearch in order to be able to search in childtables. I created transient attributes, display those in advanced search and in the overridden method I check if any of these are filled by the user and create a where clause like 'EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> AND <another column in childtable> LIKE '<value supplied by user>)'. I add this whereclause using ViewObject.setWhereClause.
    So far so good and it works. However, if the user selects 'Result matches any criteria', combining setWhereClause and the normal advancedSearch QueryByExample implementation using ViewCriteriaRow do not provide the desired result, since the ViewCriteria and the setWhereClause are AND-ed together, which is fine if the user selects the (default) "Results match all criteria" (everything is AND-ed) but not the "Result matches any criteria", since then every criterium is OR-ed together, except for the setwhereclause criteria and the set of ViewCriteriaRows, they are AND-ed.
    I looked if I could specify that a WhereClause will be OR-ed to existing applied ViewCriteria, but no luck. Do I have to rewrite also advancedSearch's ViewCriteria implementation and write an entire setWhereClause implementation to be able to "OR" every criterium? Or any other suggestions? Can I look at the entire Where clause and rewrite it (after applyCriteria and setWhereClause are called on the VO)?
    Toine"
    Sandra Muller (JHeadstart Team) told me today: "This sounds like a JDeveloper/ADF issue that is not related to JHeadstart. The question is: how can you add a where clause using "OR" if there are already one or more ViewCriteria applied?
    To simplify the test case, you could create a simple ADF BC test client class in a test Model project without JHeadstart (in the test class, use bc4jclient + Ctrl-Enter), in which you first apply a few ViewCriteriaRows to a View Object and also add a where clause.
    Can you please log a TAR at MetaLink ( http://metalink.oracle.com/ ), or ask this question at the JDeveloper forum at http://otn.oracle.com/discussionforums/jdev.html ? (This what I am doing now ;-))
    Thanks,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting"
    Anyone knowing the answer or am I asking for an enhancement?
    Toine

    Hi,
    Can you SET your whereclause as follows ?
    ('Y' = <isAnd>
    and EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> AND <another column in childtable> LIKE '<value supplied by user>))
    OR ('N' = <isAnd>
    AND EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> OR <another column in childtable> LIKE '<value supplied by user>))
    )

  • I have an ipod touch and the contacts icon is missing.  How can you add it to the home screen?

    I can't find the contacts icon... How can you add this to the home screen

    Every iPod touch has a contacts icon. It might be hiding. You can try Settings > General > Reset > Reset Home Screen Layout.

  • How can you add an image in Mail without being an attachment?

    How can you add an image in Mail without being an attachment?
    In otherwords I'd like to put my logo in the email not as an attachment but as an image.
    Is there a simpel solution to this problem?

    PBN1 wrote:
    How can you add an image in Mail without being an attachment?
    You don't.
    It's not possible. The e-mail protocol is designed for text; anything else has to go as an attachment.
    Different mail clients (such as Mail.app, the mail client bundled with Mac OS X) may have different ways of handling such attachments, but they are still attachments. Each mail client has its own rules and methods, so one may display a picture as if it were in the body of the message, but another client may do something completely different.
    A way of faking it is to format your message in HTML (which is a kind of text). The image is hosted on a remote server, not added to the message; instead, you include a link to it in the body of the message, as you would when building a web page. (This is also what the two tips helpfully provided by X423424X do, except that the link to the image is added in the signature, rather than the body of the message.) What exactly happens to it is, again, at the discretion of the mail client. In my case, for instance, displaying images in HTML messages is turned off, and will stay resolutely off.

  • Can you add page numbers to the PDF version?

    Can you add page numbers to the PDF version?

    Hello saradianapasik,
    If you start with a document created with Acrobat Pro, or exported from your word processor as a .pdf, then you should include page numbers in that originating application. After you have exported a .pdf form from FormsCentral, it is no longer editable.
    I hope that helps,
    Brian

  • Can you add apps to iPad open in list

    Can you add apps to the open in list of an iPad

    As far as I know, you cannot add apps to the Open In list using any setting or built in feature in iOS. This is controlled by the iOS itself. IIRC, you can delete apps from the iPad that appear in the Open In list in order to make room for apps that you would like to appear in there, and if you continue to use the apps that you want to add to that list, eventually they will appear in the list. I believe that the more that you use one particular app, the more likely it will be for it to appear in the Open In list.

  • Can you add vids from a camra to Ipad

    Can you add vids from camra to ipad 2 (to make vids on imovie)

    surely. You need to sync the files to your camera-roll in iOS, use itunes/iphoto. IMovie in iOS can access all videos that are in the camera-roll ( photos.app ) .
    The Apple iPad camera connection kit will also be a big help  : With it you can insert a digital cameras SD-Card into the iPad and mass-import the footage . Using this you avoid the iTunes/PC/OSX procedure to load material into the ipad.

Maybe you are looking for

  • Problems batch processing files in Illustrator CC2014

    I have a set of actions that I run Batch with that take all of the .eps files in a specific folder and saves .AI & .PDF formats, exports .JPG & .PNG and Saves for Web .GIF files. I'm running into two major issues that I can't find any solutions to. I

  • Deleting forwarding characters in an e-mail when menu feature has no effect

    Friends: How do I delete forwarding characters in an e-mail when option-commend-' doesn't have any effect? Yes, I'm actually in an editable window. Using latest version of Apple Mail on OS X 10.5.8 Thanks, Migs

  • Cannot add web service security

    I use cxf to create web services and decide to use weblogic web service security policy. However, after deploying to weblogic 12c, I cannot see the security part in WSDL Where is wrong? import weblogic.jws.Policies; import weblogic.jws.Policy; @Compo

  • Awesome Tip for editing a PDF when you don't have the fonts

    Needed to do this yesterday and looked online and found out how to edit a PDF file in Illustrator when you don't have the fonts. This is a godsend and thought others might benefit from it if they don't know about it. Problem: You get a PDF file from

  • InDesign pdf Include profile?

    Please, I hope you can help. If we assume my InDesign document is Fogra39. If we assume my images are Fogra39. & all of my colours are CMYK. When outputting a high res pdf for print if I have 'Convert to Destination' selected, what difference does it