Deep linking to iBook chapter gone?

Hi all,
A few weeks ago I started playing with iTunes U Course Manager and found that when referencing an iBook in an assignment, one could choose the chapter that will open when the link is clicked.
Today that option isn't there. I'm using Apple's official iOS 5.1 User Guide, and know that the chapter links were working previously.
The iTunes U Guidelines (http://www.apple.com/support/itunes-u/docs/iTunesUCourseGuidelines0712.pdf) state:
Anyone know where my user error is here?
Thanks,

Hi there,
I have also been having the same issues. When linking an iBook from the iTunes store link, My Materials or from my Mac I am able to link the book, but the 'Link to a Chapter' pop-up does not appear as it should to allow deep-linking.
Believe me, I have tried every possible combination of resources and approaches, all with correctly referenced contents data, but I just can't get the deep linking option to show!
I am currently in email discussion with iTunes U support to try to resolve the issue. We have tried linking identical iBooks in our iTunes U courses and the screenshots from the support team show the 'Link to Chapter' option, yet in my course the option never appears!
I am beginning to think this may be a regional problem, as the support team is in the USA while I am based in Switzerland. He has said that he will pass it on to the engineers to see if they have a solution, so I will keep you updated once I hear more...
Really want to use this feature, as it makes life much easier for my younger students.

Similar Messages

  • How can I link to a chapter in iBooks Author? I just want a link to the chapter, not to a bookmark

    How can I link to a chapter in iBooks Author? I just want a link to the chapter, not to a bookmark.
    But something like: "This was explained in Chapter 5." Where "Chapter 5" is a clickable hyperlink.
    Also, when I add a new chapter before chapter 5 this should automatically change to:
    "This was explained in Chapter 6."
    I could use a bookmark (e.g. to the first word in Chapter 5) but this would be not right.
    Gerriet.

    Use "Link to: A file" in the link inspector.

  • Deep Linking between applications

    I've asked about this before but my problem is a little different this time.
    I have multiple projects (jpr) with an app def file in each one of them so they are all separated into different folders. I have setup the projects so that there is a main project that is dependant on all the others. I can change the URL to go to any of my projects this way. I want to setup deep linking so that it will deep link from one project into another.
    Do I need all the page defs in one common folder for this to work and also is it possible to get JHS to point to a pagedef folder outside its current project folder?
    Bar

    Bar,
    Why do you create separate projects? You can have multiple app defs in one project, all generating into their own subdirectories. See chapter on Team-based development in Dev Guide for more info.
    Anyway, even with separate projects (meaning separate web applications when running within JDev, you could still deploy everything in one ear file) this can be done. In this case, the deep link should be a goLink rather than a commandLink, and you should pass the deeplink query context as a request parameter, for example
    UrlToCallOtherApp?deepLinkId=123
    Then, in the deeplink target group, you should set the Enable DeepLinking expression to something like #{param.deepLinkId!=null} (or #{param.deepLinkId!='', if first one does not work}
    Steven Davelaar,
    JHeadstart Team.

  • SWFaddress deep linking between multiple swfs

    Hi, I am using SWFaddress to create deep linking within my
    website. It works great within the main swf, however when I load a
    new swf, the history chain becomes broken. I think it is to do with
    the Actionscript on the 1st frame on the loaded swf.
    The Actionscript in the 1st frames of both swf files is:
    #include "SWFAddress.as"
    function btnRelease() {
    SWFAddress.setValue(this.deepLink);
    function btnRollOver() {
    SWFAddress.setStatus(this.deepLink);
    function btnRollOut() {
    SWFAddress.resetStatus();
    SWFAddress.onChange = function() {
    var value = SWFAddress.getValue();
    if (_currentframe == 2 && value == '/') {
    play();
    } else {
    var frame = _currentframe;
    gotoAndStop('$' + value);
    if (frame == _currentframe) {
    gotoAndStop('$/error/');
    return;
    SWFAddress.setTitle(formatTitle(value));
    Should I amend the Actionscript in the loaded swf? The
    Actionscript in the 1st frame of a button is:
    this.deepLink = '/welcome/';
    this.onRelease = _root.btnRelease;
    this.onRollOver = _root.btnRollOver;
    this.onRollOut = _root.btnRollOut;
    stop();
    Hope someone can shed some light on this.
    Many thanks

    Bar,
    Why do you create separate projects? You can have multiple app defs in one project, all generating into their own subdirectories. See chapter on Team-based development in Dev Guide for more info.
    Anyway, even with separate projects (meaning separate web applications when running within JDev, you could still deploy everything in one ear file) this can be done. In this case, the deep link should be a goLink rather than a commandLink, and you should pass the deeplink query context as a request parameter, for example
    UrlToCallOtherApp?deepLinkId=123
    Then, in the deeplink target group, you should set the Enable DeepLinking expression to something like #{param.deepLinkId!=null} (or #{param.deepLinkId!='', if first one does not work}
    Steven Davelaar,
    JHeadstart Team.

  • Deep linking external applications

    Hey,
    I have a simple external application registered within portal.
    I want to have a link from a portlet which deep links into the
    application after authenticating. Are there any classes in the
    JPDK to allow me to do this ?
    Thanks,
    Mark

    Bar,
    Why do you create separate projects? You can have multiple app defs in one project, all generating into their own subdirectories. See chapter on Team-based development in Dev Guide for more info.
    Anyway, even with separate projects (meaning separate web applications when running within JDev, you could still deploy everything in one ear file) this can be done. In this case, the deep link should be a goLink rather than a commandLink, and you should pass the deeplink query context as a request parameter, for example
    UrlToCallOtherApp?deepLinkId=123
    Then, in the deeplink target group, you should set the Enable DeepLinking expression to something like #{param.deepLinkId!=null} (or #{param.deepLinkId!='', if first one does not work}
    Steven Davelaar,
    JHeadstart Team.

  • IR (interactive report) Rows found: 1 + No data found on deep linking

    I am using a deep linking to a page with interactive report on it with following URL: http://...../f?p=my_app_id:target_page::::target_page:param1, param2:param1_value, param2_value
    After login, I arrive on the page wit "No data found" message in the report region.
    Clicking on "Session" link, I see that app/page variables are set. Passing in debug mode, I see"Printing rows. Row window: 1-15. Rows found: 1" right before "No data found" message.
    If I use the select with values, I get several lines of result.
    has anyone fell on this problem and solved it?
    Igor

    OK, solved :o)))
    Inside the package function returning URL to call, I insert a row into the table to query and I return its sequence number. The function is launched by an application outside APEX.
    So, if I don't make commit immediately before returning URL, APEX sees nothing.
    I have added a commit before returning from the function and now everything is OK.

  • How can I properly embed deep links that contain http: twice

    Hi,
    We have an online bookstore where we need to embed deep links to a booktopia page. I have tested the links given to us by the affiliate program (DGM performace) and they work perfectly but when I embed them into muse and hit publish they give me a server not found page.
    http://academyhypnoticscience.businesscatalyst.com/academy-bookstore.html
    I have established that this seems to be an error in the way muse is interpretting the link (or maybe business catalyst) as the link I paste into muse is:
    http://t.dgm-au.com/c/63052/71095/1880?u=http%3A%2F%2Fwww.booktopia.com.au%2Ftrancework-an -introduction-to-the-practice-of-clinical-hypnosis-michael-d-yapko%2Fprod9780415952590.htm l
    but when I click on the link on the website (on the image of the first book) I get this:
    http://http%3a%2f%2fwww.booktopia.com.au%2ftrancework-an-introduction-to-the-practice-of-c linical-hypnosis-michael-d-yapko%2fprod9780415952590.html/?clickid=yV0WHZyIfUJsUl0wAFyspSG PUkW3tATpbw2qTw0
    and when I right click on the image and copy the link location I get this:
    http://t.dgm-au.com/c/63052/71095/1880?u=http%253A%252F%252Fwww.booktopia.com.au%252Ftranc ework-an-introduction-to-the-practice-of-clinical-hypnosis-michael-d-yapko%252Fprod9780415 952590.html
    Any ideas?
    Cheers,
    Tina

    You can't have two http in a URL. Why do you have two? Try taking one out.

  • Setting the Link Group Name in  Deep Link based on the value of a column

    Using Jdeveloper 11g, Jheadstart 11g
    Is it possible to override the link group name in deep linking. For example can I conditionally set that field based on the value of the item.
    Regards
    Edited by: aliegeh on Jul 25, 2010 8:35 AM
    Edited by: aliegeh on Jul 25, 2010 8:43 AM

    Thanks for the suggestion.
    Here is what I am trying to do:
    I have a table with one visible column that has the following entries:
    1. Create
    2. Modify
    3. Verify
    4. Approve
    5. View
    If the user clicks on row 1 (Create) then the link group name should be "CreateEmployees" to create new employees
    If the user clicks on row 3 (Verify) then the link group name should be "MaintainEmployees" for verification and so on.
    (This is role based and each role will have access to one or more of the rows in the tabler)
    It basically mimics a work-flow type of scenario.
    I tried to modify the template and looked at the line:
    action="$JHS.facesConfigGenerator.addItemGroupLinkTaskFlowCall((${JHS.Current.item})}" but got stuck there.
    Is there a way to change "JSH.current.item" in the template to read the group link name from another column say by using #if statements.
    One way I also tried was to introduce a column for each action such as CreateAction, VerifyAction etc which kind of agrees with your suggestion but the drawback is the need to modify the table if another task is required.
    Regards
    Edited by: aliegeh on Jul 25, 2010 8:36 AM
    Edited by: aliegeh on Jul 25, 2010 8:42 AM

  • Deep Link (FSP_AFTER_LOGIN_URL) Not Working in APEX 4.1

    Hi all,
    We recently migrate from APEX 3.2 to 4.1. The deep link (FSP_AFTER_LOGIN_URL) does not work.
    We have two applications, say 100 and 200. Application 100 is the central login application. Application 200 refers to application 100 for authentication. Both applications share the same cookie name.
    When accessing via http://..../f?p=200:1, the request is redirected to application 100 login page. This is the expected behavior. However, after login, the APEX doesn't take us back to 200:1. It goes to the app 100 home page.
    Do any of you have the same issue?
    Thanks,
    Avon

    Looking forward to 4.1.1 !
    In the meantime, the solution above seems to work just fine when the deep link includes just a App ID, APP PAGE ID, even a clear cache set of pages.
    What would be the best method for also putting into the Login Link Item Values that are passed from deep link as I don't think they get set from the URL.
    In your example, if the link also contained item name/value combinations I don't think the following will work.
    Original URL : f?p=300:3::::::P3_ITEM1,P3_ITEM2:123,ABC
    and the Login URL is:
    f?p=970:101:&SESSION.::&DEBUG.::FSP_AFTER_LOGIN_URL:/f?p=&APP_ID.|&APP_PAGE_ID.||NO||P3_ITEM1,P3_ITEM2|&P3_ITEM1.,&P3_ITEM2./
    Final URL: f?p=970:101:<session#>.::NO::FSP_AFTER_LOGIN_URL:/f?p=300|3||NO||P3_ITEM1,P3_ITEM2|, < No Values here>
    as P3_ITEM1 and P3_ITEM2 don't get set to pass them along to the authentication application.
    Any thoughts?
    --Andy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Deep links in Flash Player not working

    The German support-team of Adobe asked me to introduce this question here again:
    They have already verified the problem with their systems.
    Chrome versions 21 - 33 (at least 32-bit versions on Windows (at least XP up to Windows 7) do no longer jump to Flash-links like
    http://www.domain.xxx/.../xxx.php#two
    All other browsers do resp. earlier Chrome-versions did jump correctly to frame / reference #two.
    It does not matter, what deep link you want to jump to (two, three, four etc.), Chrome always starts with „one“ - i.e. at the beginning of the Flash-animation.
    Like all other browsers (I successfully tested: Opera, Safari, Firefox, Internet-Explorer) Chrome should jump directly to the deep link #two, #three, etc.
    In August 2012 this bug was implemented in Chrome 21.
    You will find a test-suite explaining and showing the problem here:
    http://www.in-tanz.de/test-chrome/test.php
    Does anyone know any help?

    Chrome uses a proprietary build of the plug-in called "PepperFlash" because it's a PPAPI plug-in where the ActiveX and standard plug-in are NPAPI. That may have something to do with it.

  • How to create a Deep Links Structure?

    Hi,
    What would be a good concept in order to arrange a strong nested files-navigation-structure? …when it has to englobe up to 6 or 7 sub-directories.
    In other words, what would be a suitable construction inside a mega-menu in order to arrange space most efficiently / which modules would you suggest to use in order to achieve this kind of really deep link structure? :
    Level_1
         > Level_1.1
              > Level_1.1.1
                   > Level_1.1.1.1
                        > Level_1.1.1.1.1
                             > Level_1.1.1.1.1.1
                                  > Level_1.1.1.1.1.1.1
    x 10 different topics (e. g. up to Level_9.9.9.9.9.9.9 or 10.10.10.10.10.10.10)
    Any hints would be much appreciated.
    G

    Hi Gaurav,
    Thank you for your feedback!
    In fact, I’m looking for a solution for the navigation, how I could nest as many links as possible, for them to consume as less space as possible, on screen. That probably means hidding and revealing parts of the navigation at a certain time. Unfortunately, nesting accordeons doesn’t really work without a few bugs. So I’m looking for an alternative – more in terms of Frontend-Design or at least Frontend-Arrangement of space for the navigation, assuming lots of links have to be inserted into a pretty deep hierarchy in the user interface.
    The threads seem more to discuss how to arrange the file-hierarchy on the server, as far as I understood.

  • Deep linking integrating with Cairngorm 3 Navigation Library

    Hi there,
    I wonder if the Cairngorm 3 Navigation Library will integrate deep linking in future? Furthermore, it would be great to know how deep linking could be used in coexistence with the Cairngorm 3 Navigation Library!
    Any thoughts about it?
    Thanks,
    masu

    Hello François,
    As adviced, I have posted this feature request to your jira:
    http://bugs.adobe.com/jira/browse/CGM-94
    For the moment, only John Cunliffe from this post:
    http://forums.adobe.com/thread/872180
    ... is capable of providing a working patch.
    Please keep me posted!
    Thank you,
    masu

  • Where is the ibooks chapter in the iPad user guide?

    This statement was on the web page Apple - Support - iOS apps - iBooks.
    Download the User Guide
    Download the User Guide for your device and view the iBooks chapter to learn more about iBooks and the iBooks Store. Select your device below:
    I could not find a chapter for iBooks in the ipad user guide(iOS 7).

    Strangely enough there is no iBooks chapter in the user guide for iOS7. It is there however, in the user guide for iOS 6.
    Chapter 23.
    You can find it here:
    http://manuals.info.apple.com/MANUALS/1000/MA1659/en_US/ipad_ios6_user_guide.pdf

  • How to deep link to  several pages of an external application ?

    HI,
    I created an external application named MyApp with UserName and Password fields using the External Application component.
    and an additional field as Parameter1 with value SearchPage
    I am able create a url referencing the applicatoin such as
    /adfextapplogin?extappid=MyApp
    I can connect to the application directly, once I provide the username and password.
    I need to create deep linking to few more pages in the same application.
    I modified the external application definition, by removing the Parameter field.
    Created a URL such as
    /adfextapplogin?extappid=MyApp&Parameter1=SearchPage
    I was expecting that the URL would behave the same way as I created in my first step, But the application did not go to the search page
    instead it went to the landing page only.
    Is there a way to define one external application definition, and use that definition to create multiple urls pointing to different destination pages ?
    I appreciate your help.
    Thanks
    Sam

    Thanks for the info. I reviewed the link, I could not find the information I am looking for. Is it possible that, there is a typo .
    Can you please check and provide the correct url, if the url is correct, can you point me to the correct section in the doc, I could not locate information related
    to using external appliation connections for additional access

  • Deep Linking in flex2 sites

    Hi,
    I am looking for incorporating deep linking into my site
    which is developed using Flex2.0 and AS3. I searched in google and
    found SWFAddress2.0(an open source by Asual). I tried to go through
    the samples and docs ,but i was not able to find a good sample code
    demonstrating the SWFAddress2.0 properly.So can anyone please post
    a good sample or link for SWFAddress2.0.
    Thanks in advance.

    Hi Eddie,
    It seems not possible to use deep linking. I think (just a guess) that when a session ID is missing, you're redirected to the home page (and the session ID is generated there).
    You could try to generate an APEX Session ID and add that to the URL (when clicked). See How to create an Apex 3.1 a session context programmatically? on the how-to.
    Whether this an intentional feature or not...I don't know. You should ask the powers that be (you know them I think).
    Roel

Maybe you are looking for

  • Can I set Finder to open all folders so I can see all files always

    Is there a way to set Finder to open all files when I click on say "Documents" or "Music" or whichever? As it is set I have to click on every plus sign within a folder or folders themselves to see what is inside, and, for example, in Music, it means

  • Bug in replace all. escape characters are not working.

    Hi, My requirement is that whenever i see ":" (Colon) in the string then i want to replace it with (\:). So i tried String escapedTitle = "title:the world is not enough".replace(":", "\\:") and to my surprise, when i printed escapedTitle i got title\

  • Release strategy PR: strategy is not  working correctly higher values

    Hi All, Release strategy for Purchase requisition is set for account assignment, Value in INR, Plant and US value(as it is used in class in other poles) as characteristics. Assigned to Class, maintained Release group and created release codes. Create

  • Back to school promotion problems

    I purchased a MacBook Air at Sep,12 with educational offer on Apple online store. Should I get a FREE $100 gift card? I checked my Invoice Receipe, there is some thing I didn't understand. I try to call 1-800-676-2775, they said the transaction just

  • Make Preview default for PDF documents

    How do I make Preview the default application for opening PDFdocuments?