Url display help

I have a website that navigates between about 50 scenes. The
url in the address block does not change with each scene - how can
I make this happen so that I can send people direct links to
specific scenes?

Well, you could make each scene its own movie, with its own
separate web page. That's the easiest way. I do believe there is a
way to do this through actionscript, fscommands, and javascript,
but I couldn't find it. You may want to ask someone in the
actionscript forum.

Similar Messages

  • "URL to Help Topic"  Popup Size option

    Hi
    I already set the 'show help option' & ' URL to Help Topic'
    So, When i click the help on Page title bar,  Popup the URL Window.
    However, I can't find popup window size option.
    How can I modify popup window size . we almost use standard  web dynpro abap iviews.
    Plz, Help.

    check system administration-portal display-themes-select the appropriate theme and look for the option where you change the size of the window.
    if it doesnot work then you have to modify the masthead par file and in that HeaderIview.jsp
    Modifying Logoff funtionality in Masthead
    Modify com.sap.portal.navigation.masthead
    Modifying the Masthead iView
    Modifying the masthead par
    reward points if helpful

  • How to display help based on the Jlabel description

    Hi all,
    I try to display help based on the Jlabel description. When a user click on the help button, I want to use the label description to match correct help topic and display on the screen. I have following code as Field-level help but it returns error. Looks like I cannot use jLabel1.gettext() dynamically. Please let me know if you have any idea!
                String st = jLabel1.getText();
                URL url = HelpSet.findHelpSet(null,"preferences.hs");
              hs = new HelpSet(null,url);
               hb = hs.createHelpBroker();                      
               hb.enableHelp( jLabel1, jLabel1.gettext(), hs );Thanks,
    NY

    You did notice that this is the Forms Forum right???
    If not then click [url http://forums.oracle.com/forums/forum.jspa?forumID=84]Here
    Tony

  • How can I prevent the url display from sometimes being overwritten by button icons?

    The address in the url bar is sometimes overwritten by a line of button icons, which can overlap onto buttons beside the url display.
    Please see a typical display here:
    http://preview.tinyurl.com/k3ayssw
    This, I am happy to say, does not happen with every website I visit, but it happens often enough to be a real nuisance.
    Here is a list of *some* of the webpages where I have encountered this phenomenon:
    http://preview.tinyurl.com/ov7pcrs
    http://preview.tinyurl.com/omeov9u
    http://preview.tinyurl.com/yrtpxf (all Wikipedia pages)
    http://preview.tinyurl.com/ppp8vog (all tv-series.me pages)
    http://preview.tinyurl.com/pm5q2se
    http://preview.tinyurl.com/ygfsd68
    Sure hope that there is an easy solution. I reverted to the Classic Display to work around it, only to find that it didn't solve the problem.
    Cheers, Tony

    Hello,
    That is not normal behaviour and is caused by one of your add-ons. Just to be sure, '''try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *Click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    Since it will be a hassle to find out which one of your many extensions is the culprit, follow the note in this section of the article: https://support.mozilla.org/en-US/kb/troubleshoot-extensions-themes-to-fix-problems#w_test-for-faulty-extensions
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • How to display help text for Region in a page having more than one region

    Hi all,
    I want to display help text for each region in my page. I have 5 regions in my page.
    I have a big help text for each of my region so can any easy way is there to put the help text for each region more than 10 lines .I tried lot by searching forums but not able to implement. any document is there then please let me know.
    Thanks in advance,
    Amit

    i mean either if we click the region title name it should display some help text of near about 10 lines in a popup window.
    Or on moseover whenever we will put the cursor into the region title then it should displat the help text message of line 10.
    Hope you will get my qustion well.
    Thanks,
    Amit

  • Display help where it cannot be seen

    I am learning iWeb, so I am using the iWeb help alot. Each and every time, when I choose help, the help dialog box appears under the iWeb window, meaning I have to move the iWeb window around until the help is visible so I can click on it. Command ~ or command tab will not display it.
    This makes no sense, to display help where it cannot be seen.
    Am I missing some setting?
    Thanks
    bob

    Bob ~ The default behavior appears to be that the Help window floats on top of other windows (see here), so I don't understand why yours is different.
    Anyway, one speculative thing to try is deleting some relevant plist files. (You should have a backup of your system in case you don't like the result!)...
    First quit iWeb and close its Help window and then navigate to your Home folder > Library > Preferences
    ...then look for these files:
    com.apple.iweb.plist
    com.apple.help.plist
    com.apple.helpviewer.plist
    Drag them to the Trash, start iWeb and see if that has made a difference.

  • Display Help for Field not referred through Data Elements in ALV

    Hi,
    I am working on a report program where the output is in ALV_LIST display format.The internal table used to define the field catalog contains fields that are not declared using Data elements.For these fields, when i press F1 from the output, the message I receive is 'No Document Available'.Can someone tell me how I can attach a help document to these fields without creating a new data element for each of these fields....
    For eg : My internal table that forms the field catalog is
      Data : Begin of i_itab occurs 0,
             matnr like mara-matnr,
             Name(50),
             end of i_itab.
    When this table is displayed in ALV, if F1 is pressed on the field matnr the corresponding dictionary help pops out.But since the field Name has no help document attached to it, i cannot view any help for this..Kindly tell me how i can attach my own help document to this field.
    Thanks,
    Swathi

    Hi,
    This issue was solved using the followiing steps.
    1. There is a parameter 'IT_EVENT_EXIT 'in the FM REUSE_ALV_LIST_DISPLAY or REUSE_ALV_GRID_DISPLAY.
    2.Set the value of the field of this paramter as
    EXIT-UCOMM= '&ELP'  " F1
    EXIT-BEFORE = 'X'
    This will make the control go directly to the user command functio written inside the program rather than the standard SAP define duser command....
    3. Inside the perform -usercommand in the ALV program use the FM HELP_DOCULINES_SHOW to show the appropriate help document
    This method may be used to display help text for those fields/columns in the ALV which are not referred to the fields/data elements in the data dictionary tabel

  • Does the retina display help your eyes when on the computer?

    Does the retina display help your eyes when on the computer for a long period of time? Does it make a difference if you have eye problems?

    First, I'd suggest posting your question on the MacBook Pro forum. This is the Mac Pro forum, where the computers start at 50 pounds and go up from there (at least so far).
    Second, I think it depends on what your eye problems are. I can say that there's a lot less reflection off the screen than the standard MacBook Pro glossy screen; it's similar to the anti-glare screens that you can find on other Mac laptops. The Retina display also has the ability to present a much crisper image with compatible software.

  • Displaying help after tracking (ala JavaHelp)

    I'm in the process of converting our app's current JavaHelp implementation to use Oracle Help for Java.
    I've had significant success; however, there is one thing I've not been able to do yet. JavaHelp has a nice feature that let's me add an action listener to a button which, when pressed, changes the mouse pointer to a question mark pointer, and tracks the next click and displays help on the component clicked.
    Is this possible with Oracle Help? If so, how??
    The corresponding JavaHelp implementation looks something like this:
    helpButton.addActionListener(new CSH.DisplayHelpAfterTracking(helpBroker));
    Thanks in advance!
    Jason

    Hi, Jason. Great to hear about your successful conversion from JavaHelp to Oracle Help. We're certain that you'll enjoy the benefits of our superior help system.
    However, the one thing you haven't been able to do yet is actually easier in Javahelp than in Oracle Help since we don't provide a pre-canned listener the way that JavaHelp does (we have filed an enhancement request against ourselves to do so). What you can do until we provide a standard mechanism is actually quite simple. Just write your own MouseListener that calls oracle.help.CSHManager's showHelpForComponent(java.awt.Component component) method. I expect that you'll only need to write a small amount of code to get things working just as they used to with Javahelp.
    Ryan Pollock
    Oracle Help Team

  • L3 Cannot Display Help

    Installed the new CS5.5 Master Collection update after having already installed Lightroom 3.4.1; now Lightroom gives the prompt "Cannot Display Help" when trying to open help.
    I've already been to the following forums and links, but they're of no use, as they're for Windows:
    http://kb2.adobe.com/cps/409/kb409021.html
    http://forums.adobe.com/message/2893759
    http://forums.adobe.com/thread/345337?tstart=1
    Running Lightroom 3.4.1. on  Mac OSX 10.6.8.
    All apps in CS5.5 are up to date.

    Dean,
    Please try to suggestion below from the Adobe Knowledgebase document which is valid for Lightroom 4 also.
    http://helpx.adobe.com/lightroom/kb/error-cannot-display-help-try.html
    -Mandhir

  • How to display help text in pop-up windo for column headers in

    Hi all,
    is it possible to display help text message in pop-up windo for manually created tabular form headers.
    i am trying but not getting. any help will be appreciated.
    Thanks in advance,
    Amit

    Amit,
    I've responded to this in:
    How to put help text for column headers of manually created tabular form.
    Unless this is a different question?
    Andy

  • Error: "Cannot display help"

    I just installed LR 2.1 and get this error message when i press "help" : "Cannot display help".
    I am on XP64.
    I find a folder named "Resources" and within that a folder named en and help.
    Any ideas as to what is wrong?

    Are you connected to the internet? The help is on Adobe's site.It is not on your computer.
    Rich

  • Displaying help topics in SharePoint 2013

    Hi, can anyone recommend a web part, app (or anything else) that would let me display help topics in SharePoint 2013 as shown in
    this mockup (http://sharepointhelp.weebly.com/)? I've been trying to find an app or web part but haven't had any luck so far.
    Thanks.

    There are also a couple third party tools that could be used to help with this need. Two of my favorite are:
    Content Panda: http://www.contentpanda.com/#in-context-help
    and SharePoint Shepherd's Guide :
    http://www.sharepointshepherd.com/sharepointtutor2013.aspx
    Both of these are excellent tools. 
    Cathy Dew SharePoint MVP Blog: www.sharepointcat.com Twitter: @catpaint1

  • Cannot display help.

    I have upgraded to Lightroom 2. When I select Help/Lightroom Help... I get an error box that says, "Cannot display help." without any other explanation. Same if I use the F1 key.
    I have tried both a Modify Install and a Repair from the CD-ROM and neither have fixed the problem.
    I am running Vista on a notebook.

    Thanks for the link. That is a start but does not solve my problem.
    I also have LR2 installed on a desk top Windows XP. Help does get me to the Adobe LR web site. I have a network connection on the laptop but do not get any help message on the Windows Vista laptop, just the Error display, "Cannot display help."

  • Change the URL displayed

    Good morning
    how to change the URL displayed during the execution of a 10g application forms with IAS 10g.
    Instead of displaying
    http://nomserveur:7778/forms/frmservlet?config=App
    we display
    http://www.societe.com

    Easiset way is to redirect societ...com to the forms url which can be done in the proxy/firewall or in the webcache of IAS

Maybe you are looking for

  • Installing Windows 7 on macbook pro w/ retina

    Im having trouble  installing windows on my new macbook pro with retina display. i have the windows install disc on a CD-R and a usb drive and the superdrive. so as far as i know i have everything i need. i dont know how to create an iso image to use

  • How to make a Quicktime movie start when I want, not automatically?

    Is there any way to control when a Quicktime movie starts playing? I can pause and resume it pressing the K key, but I would like the ability to start a movie inside a slide clicking a key or the mouse. Any ideas?

  • Modify IT5025

    Hi guys, I am working on an issue with our current appraisal system. Managers with MSS structural authorizations are not able to view their own appraisal templates. I checked the IT5025 and "No Authorization Check for Appraisers" check is not checked

  • Ask for confirmation does not prompt - automator help

    Hello everybody, I wrote a simple application to mount the Media folder of my NAS. The first step is asking for confirmation as I want to make sure I am at home when my NAS is available and I do not want to continue the script when I am at work for e

  • One e-mail address but using multiple servers

    Hello all, I am hoping to get some expert help here and greatly appreciate anything you can give me. I have one e-mail address that I use for school, but have one outgoing server when I am specifically on the school's network and another outgoing ser