Problems of button open a URL... Need help FAST!

I'm in a panic and could use help immediately if possible. I think that the problem is probably a simple, but I'm pulling my hair out.  I've published my files in a directory on my hard drive, called «CO training Beta» The main homescreen (CDMTS_Welcome.htm and swf) located in the main directory. See Cape of screen attached to the directory structure.

I have a button on the Welcome screen that is supposed to open a subfolder (Modules) that contains the main menu (Module_Menu.htm) and individual module files. This button seems to work and launch the link open specified URL when I run the course of my hard drive, but no matter when I move to a different location or a CD, the continue button will not open the url. I don't know if I have the correct relative path... could someone please help me... I have to get out of the CD to our customer today or tomorrow. Thank you!

Kristi

Kristi:

Did you actually ask your viewers to change the security settings?  I'm having the same problem, and I can't believe that there is no alternative.  The last thing I want to do is to ask all users to change the security settings before you start.

Please let me know.

Thank you

JO

Tags: Adobe Captivate

Similar Questions

  • I get a "MGL FATAL ERROR 257.426" (error: open registry key) need help

    I get a "MGL FATAL ERROR 257.426" (error: open registry key) need help.

    How can I solve this problem?

    friends

    NTVDM is the program that emulates back and very old windows. There is none
    the reason that the NVidia Control Panel would need this.
     
    Registry programs, outside the cause of problems, often have a facility to cancel.
    Look in the program.
     
    Plan to run the restore of the system (type in the search on the start menu) to roll
    Back to a date that precedes ran you the program.
    --
    ..
    --
    "sam defcon" wrote in message news: 8c6a3fe2-af63-4 c 78-a203-b454e9a5876c...
    > I get the error message when I run GTA 1...
    >
    > and I can't open my control panel of nividia graphics card or play tank combat
    > without Ntvdm.exe crashing.
    >
    >
    >
    > Since I ran the Defrag registry BoostSpeed, the MGL error and
    > NTVDM. EXE crashes.
    >
    >
    > --------------------------------------------------------------------------------
    > friends
     
     
  • Windows 7, problem driver ethernet... seriously need help!

    Hi my names chris

    & My problem is that Windows 7 will not update my drivers ethernet and coprocessor. I do not have the cd that came with the office, and I don't know the name of the ethernet inbuild manufacturer. so I can't find the driver.

    It is a packard bell and I can get my drivers from there Web site, but when I type my serial number it won't show me my drivers.

    the reason why I need this sorting is my office using a belkin Wireless G PCI card and I can not use cable because it iw away from the modem, please someone can help me because this has prevented my college courses as a brick wall.

    Thank you very much

    Chris

    Go to the Control Panel Device Manager. Find the ethernet card in the list of network adapters. Expand the list and the right mouse click on the name. The ethernet card manufacturer gains the properties. Download the drivers from their website.

    Tom

  • Using two buttons market timer / stop, need help please.

    Hey everybody.

    I am stil working on my project, and now I'm trying to implement a timer using two buttons market / stop. Everything I do now is when you press start the stopwatch starts and when you press stop I want the timer to stop and display the time.

    Whats happening is when I press start, the timer starts, but when stop is pressed the timer displays a value of say 12 seconds, a second more later I press stop again a value of 14secs arise and it stops at 14.  Now, whenever I press on start it will start at 14 and repeat this process.

    So I think that somewhere, I did not put my right timer.

    Could someone say somethings that I should change in my code.

    They are declared at the top:

    static public boolean status=false;
    static public int count=0;
    static public Timer timer;
    

    Here is my code:

    ButtonField start = new ButtonField("Start",ButtonField.USE_ALL_WIDTH|                          ButtonField.FIELD_HCENTER|ButtonField.USE_ALL_HEIGHT);                          start.setChangeListener(new Listener1());add(start);
    
    ButtonField stop = new ButtonField("Stop",ButtonField.USE_ALL_WIDTH|                            ButtonField.FIELD_HCENTER|ButtonField.USE_ALL_HEIGHT);                            stop.setChangeListener(new Listener2());                          add(stop);          
    
                public class Listener2 implements FieldChangeListener            {            public void fieldChanged(Field field, int context)             {            ButtonField btn = (ButtonField) field;            Status.show("Timer is at" + Integer.toString(count));            status = false;            timer.cancel();            }            }
    
                public class Listener1 implements FieldChangeListener            {            public void fieldChanged(Field field, int context)             {            ButtonField btn = (ButtonField) field;            Status.show("Timer started");            status = true;                try                {                                                timer = new Timer();                                        timer.scheduleAtFixedRate(new StartEvent(),1,1000);                }                catch(Exception e)                {                //do nothing                }            }
    
        private class StartEvent extends TimerTask    {    public void run()       {        if(status = true)              {              count++;                        }        else            timer.cancel();//        count=0;    }    }    }
    

    any help is appreciated

    Thank you guys

    Probably best to follow just a matter of a Thread.  So next time, you can start a new Thread with a new question.  However, you should also search the forum before asking questions, that your two supplementary questions have been answered in other posts on this forum.

    Concerning your problem to press the stop and get another moment, I think that you must have application logic that disables the stop button once pressed, until you press the Start button.  For example, you could do by assigning to the time of departure - 1 in the Stop button, and then, when you press the Stop button, he can check the start time and displays a message saying "Timer not started" If the start time is - 1.  There are a number of other ways to do this, I described this method because it is easy to explain.  It is not really how I'd do.

    The best way to set the buttons next, is to add then to a HorizontalFieldManager, then add the HorizontalFieldManager to your screen.

    To stop the button displays the menu, you must set it with the style CONSUME_CLICK, for example:

    ButtonField stopButton = new ButtonField ("Stop", ButtonField.CONSUME_CLICK);

  • Problems making VM to host exchanges - need help please!

    Hi all.  I'm having a problem with I script I have and could greatly grateful for the help.

    Little bit of background, I have written a script our team uses to generate shells VM.  The script prompts for a name, the type of operating system, cpu, memory, disk.  Then, it connects to vCenter and based on the credentials, this what data center to build.  Once selected, it then queries the datacenter for all available clusters.  The user selects the cluster and the script queries the hosts connected in the cluster, and then randomly selects one.  From there, he questions all exchanges of VM and presents a choice for the user to select.  Finally given what precedes, then goes and built the hull VM and it powers on.

    vCenter 5.1 update 1 Patch 2

    ESXi 5.1 update 1 - Build 1157734

    PowerCLI 5.1 Release 2 / PowerShell Version 2.0

    So here's my problem.  I am in standard vswitches transition for vDS connections and when I run the following line to get the available trade, it error.

    $PortGroups = $VMHost | Get-VirtualPortGroup | Where {$_.} Name.ToUpper (). StartsWith ("VLAN")} | Select name - ExpandProperty | Sorting

    Error:

    ATTENTION: The output of the command product distributed virtual portgroup

    objects. This behavior is deprecated, and may change in the future. To retrieve

    distributed Exchange, use cmdlet Get-VDPortgroup of the VDS component. TO

    retrieve the standard exchanges, use - Standard.

    And then the line that actually running to build virtual machine is:

    Try {Write-Host "Creation of VM... » ; $VM = new-VM-name $objVMName.text - VMHost $VMHost '

    -Store data $DataStore"

    -Card (Get-data center-name $VDataCenter |) Get-Folder-name of the Build)"

    -DiskGB $objSysDisk.Text - MemoryGB $objMemory.Text NumCpu - $objCPU.Text - CD '

    DiskStorageFormat - thin '

    $objPortGroup.Text - NetworkName '

    -ID $VMGuestID

    }

    Any help?  I need to get vm exchanges that begin with "VLAN" regardless of vDS or vSwitch in order to feed the parameters Create-VM.

    Thanks for any help!

    So thanks for the tip about hiding the warning message.  As the parameter seems to be depricated, I would like to change the code of a most appropriate syntax before she actually only l '.

    That said, I have found highest in the newspaper, the real error message preventing the script completed successfully by trying to create the virtual machine.  This time, it was RED everywhere...:

    "Message: an element with the same key has already been added."

    Once I found that the googs told me this post: first New - VM: an element with the same key has already been added.

    So I upgraded PowerCLI 5.5 Release 2, and of course, the problem disappeared!

    So now, with your advice on warning and googs, I solved the problem AND can hide these warnings until I change the code to use the appropriate syntax.

  • Hello guys, I have problem to change color codes and need help!

    Hello, so basically I tried to change the color code by downloading this color.xml of the site How to change Adobe Dreamweaver Code view topic - Hongkiat.

    When you look at the site, the preview is also beautiful it may be, full of colors. And here is mine.

    Screenshot (166).png

    And this is after I change color to dark color background

    Screenshot (168).png

    As you can see, the colors. are not so good, a little monotonous. The tutorial showed there will be yellow, blue, red and grey.

    Here's how I put my color code

    Screenshot (169).png

    Everything must be although I have not tampered with other color as the background.

    This is the path to the folder where I put my colors.xml

    Screenshot (167).png

    I had to make sure that the problem is not in the file itself, but it turns out that, he showed the same result when I used the file from another tutorial. As far as I know, the path is correct.

    Can someone help me with this?

    I try my best to answer within 3 hours to solve this problem.

    Thank you very much.

    Errors in your HTML coding or CSS affect how code colors appear.  I'll give you an example.

    In this first screenshot, my code is valid (no error).

    CSS - http://jigsaw.w3.org/css-validator/

    HTML5 - https://validator.w3.org/nu/

    In this 2nd screenshot, my code contains errors.  Notice how the code colors have changed?

    Then me humour and cross your validation code first checks that your code is error-free.   Then tweak your code according colors.

    Nancy O.

  • Button behaviour does not, need help.

    I created buttons in flash, and when a user selects the button of my services, there is a submenu that is displayed, and in this sub menu, there are two other buttons.

    I named (name of the instance) one of my buttons in this submenu "design_btn" and included a code for each button, but when I test the movie I get an error for my submenu "design_btn" with the description of:

    "The unidentified design_btn.addEventListener (event MouseClick, designClick) access;"

    I'm confused, because I made sure I got the name of the instance appropriate for each of my buttons, but present a button does not.

    Any ideas of what is the problem?

    This is the code I used for the buttons. Stop() on top

    design_btn.addEventListener (MouseEvent.CLICK, designClick);

    function designClick(event:MouseEvent):void

    {

    var request = new URLRequest ("http://www.youtube.com");

    navigateToURL (request, "_blank");

    }

    Either don't name the variable with the same name each time, or declare it outside the service and assign it to the inside.  The version of the latter would be...

    var request: URLRequest;

    function servicesClick(event:MouseEvent):void

    {

    If (evt.target.name == "webdesign_btn") {}

    request = new URLRequest ("http://www.sign.net/");

    navigateToURL (request, "_blank");

    } Else if (evt.target.name == "pcRepair_btn") {}

    request = new URLRequest ("http://www.sign.net/");

    navigateToURL (request, "_blank");

    }

    Else if (evt.target.name == "busSupport_btn") {}

    request = new URLRequest ("http://www.sign.net/");

    navigateToURL (request, "_blank");

    }

    }

  • When I play Sims 3 it works for about 7 minutes turns off a no signal sign arrives 3 colors under what the screen will blank.game say its up-to-date. I have windows vista, no other problems with my computer. I need help its driving me nuts :(

    Well as I said the game stops after about 7 minutes no signal sign is that the screen turns off. I just got sims 3 world adventures expansion pack. the rest of my computer runs well.  and games says im to update so I do not know someone help me please.

    Check if the graphics cards is upda to date. If this isn't the case, then update the website of the manufacturer of the system.
    You also have a malware scanner to check that there is no infection.

  • Big problem with the variable PATH approx. need help!

    Hello
    I had a problem with the PATH environment variable. Instead of updating client Informatica & server paths PATH env variable, I created new PATH env variable and to establish client & server paths and saved. When I revisited this PATH Env variable, I was shocked to see the content of the PATH variable. I have to set back the old values like windows OS, DB etc paths paths. Could someone tell me how to make or do I have to reinstall the OS, DB, etc. Am on WIndows server 2003.

    I saved my PATH before configuring Informatica. Here's what I had:

    Path = C:\oracle\10gclient\bin; C:\OracleBI\server\Bin; C:\OracleBI\web\bin; C:\OracleBI\web\catalogmanager; C:\OracleBI\SQLAnywhere; C:\OracleBAM\ClientForBAM\bin;%SystemRoot%\System32;%SystemRoot%;%SystemRoot%\System32\Wbem; C:\OracleBAM\BAM; C:\Informatica\PowerCenter8.1.1\client\bin

    The critical components of the OS dependent PATH is % SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem.

  • Need help FAST. ! Big problem with Oracle on Windows.

    I have Oracle 9.2.0.6 on Windows 2003 Enterprise Edition SP2. My oracle SID in XRTY01PD. OracleServiceXRTY01PD Startup Type is automatic.

    The Service starts, but the database does not open. When I go to a command prompt and you connect to SQLPlus and connect using "/ as sysdba" I am connected to an idle instance. I said at the start, and it starts up and opens smoothly. No errors in the log to alter or event viewer.

    I found a note: 1022458,6 dated 2007, Oracle on NT must have a 4 character SID. I can't believe it's this day and age, that I only have 4 characters in the SID? What is the case with Windows 2003? Does anyone know a work around for this?

    Hi Chris,

    Take a look at this link:

    -http://www.dba-oracle.com/oracle9iAS_tips_windows_service.htm

    See you soon,.

    Francisco Munoz Alvarez
    http://www.oraclenz.com

  • U330 problem with windows search 4.0 need help!

    After right mause to search windows update, click on disable certain components of windows such as my computer... and the hard drive never stop.

    PS. Windows vista Home premium (Turk.)

    Do you mean that your mouse is unable to right-click? There is no menu anywhere if you right click your mouse?

    Concerning the HARD disk activity-, you can turn off "Windows Search" If you run "services.msc".

  • MAYBE I NEED HELP FAST!

    Hey guys,.

    Okay, so about 3 weeks I decided to switch to creative cloud and at the beginning it was perfect, I installed the products I needed and they ran perfectly... Until I have shut them down. Whenever I close an app and try and restart that he, A Creative cloud error message appears saying that the software may not operate due to creative cloud... corrupted files so I did a little research to find out what the problem is and if it's a popular mistake and I found that to rename the OOBE OOBE.old and reinstall creative cloud worked!

    But... it did work until I have shut down the program... and then returns the error and I have to close all adobe programs and rename the OOBE and reinstall all AGAIN, it causes a lot of problems that I use adobe programs editing of videos that go up on youtube and also I'm a graphic designer. If there is just no solution there please let me know, I have the impression that my computer will have to clean and start from scratch.

    Thank you

    Hello

    It can happen because of the issue of file/folder permission.  Please try following steps to assign permissions, and then reinstall cloud creative app.

    for MAC

    (1) close adobe every process in activity monitor (creative cloud, sync Core, CC library, services for the desktop application adobe, adobe office, broker CIB Adobe updater AAM service)

    2) navigate to the following locations and assign all permissions to the adobe folders to the current user. To navigate please open finder and click on going in the bar on then click goto... type/library/application support of / and then click OK.

    (3) to assign the authorization right click on adobe folder and click on Get info... A window will open. Then click on the lock symbol to allow editing. Then click on sign + to add your user name. Then change read only to read and write. Then click gear icon on the bottom and click on apply to the elements included and click ok...

    4) navigate to the location following support/adobe application and rename in oobe to oobe.old and aamupdator.old aamupdator.

    (5) place you ~/Library/application support/adobe/oobe and rename in oobe to oobe.old and aamupdator.old aamupdator.

    Cloud creative library and remove 6 open application).

    (7) open utility library of the application itself and delete Adobe application manager and creative cloud

    (8) install creative cloud from link according to https://creative.adobe.com/products/creative-cloud

    (9) launch cc app and it should work properly

    For Windows

    (1) close adobe all processes in the Task Manager (Core sync services for the desktop application adobe, adobe office, broker CIB Adobe updater AAM service)

    2) navigate to the following locations and assign all permissions to the adobe folders to the current user.  (Right click on adobe folder select properties then click on the Security tab, click on edit and select current user, that you are connected to, select full control, click on apply and then ok)

    C: / / program data (to view hidden files to see this folder)

    C: / / program files 86 x files / common

    C: / / program files x 86.

    C: / / program files common files

    C: //program files.

    Go to c:/programdata/Adobe and oobe and rename it oobe.old

    Go to c: / / programfiles86x/common files/adobe/and rename the oobe oobe.old and aamupdator to ammupdator.old

    Go to c: / / Users/username/appdata/local/adobe/rename in oobe to oobe.old and aamupdator.old aamupdator

    Go to Control Panel/Add or remove programs and uninstall cloud creative app

    Install app creative cloud from link according to https://creative.adobe.com/products/creative-cloud

    Run it and it should work.

  • example of video-conferencing need help, fast!

    Hi fans of flash... .im working with the example of video-conference and it is not possible for me to get a connecten on my local server. What is the problem? the server displays an incoming connection. thx for the help!

    Hi fans of flash... .im working with the example of video-conference and it is not possible for me to get a connecten on my local server. What is the problem? the server displays an incoming connection. thx for the help!

  • NEED HELP FAST - façade freezes when I run my program. I have all the events to the interaction of the façade. I don't have a chance to launch an event that I can't even click on anything whatsoever on the front panel?

    All,

    I'm pragmatic disabling most of the façade with a particular event. This freeze happened when I launched this event and then stopped the program in the middle of the event. While the program has been frozen at all times no matter how many times I turned on my computer and turned off and restarted labview. I tried with pragmatism, allowing some of these objects on the front façade of the loop of events without result. What else could it be? When I select the program stops at the structure of the event and is waiting for him. When I have a finite number of thread for the time terminal timeout the timeout event runs and then waits for the structure of the event and I'm still not allowed to do anything.

    Aaron

    Yenkip,

    OK, the moral of the story when programmatically disabling an object to front panel make sure you have the code that allows very early in the program, changing constantly in the middle of the program changes its active status. I tried enabling some of these objects, but not all. When I tried allowing each of them, I realized that everything in the deactivation of the tab control tab control disables not only the ability to change the tab control. IT WASN'T THE STRUCTURE OF THE EVENT. The guys help OR on the phone told me that the structure of the event was obviously the question. I'm fine now.

    Thank you

    Aaron

  • Display settings S920 missing page, need help

    Hello

    I have a strange problem with my phone S920 and need help.

    First I describe that I made:

    I bought two phone weeks and first install update "by air" (from the settings menu, "System Update"). The current version number is S920_ROW_S117_130815. After that, I set the settings on the phone, insert the SIM and SD card and started to install applications. When I found that photos from my SD card are not visible in the gallery. He won't get the images in the external SD card. I can see all the files on this map in the file browser and open, but the Gallery shows only a few files from SD internal tried to force to re-scan of the media files. Finally, Gallery shows all the photos, but I found some files on my SD card had size = 0 bytes. SD card was probably not properly disassembled during a new analysis. I've wiped the SD card in settings of the phone and coppied all data to the SD card in my PC. And re-scan again. Now all the files was correct and all images is vissible in the gallery. But a few days later, I found that I can't run page display settings. I tried to access to this-> all the settings, fron-> display settings but received a message "Unfortunately stopped Control Panel:

    OK, I noticed that my problem disappeared after I disabled my live wallpaper. Let me tinker some more...

Maybe you are looking for