Target URL in flash navigation

Hello! I am * a little * new to Flash but really inexperienced

with the coding. I have a HTML Web site we have a FLASH navigation bar in and I coded buttons to go to their respective pages. Yay! Now I need to focus on these links where they remain in the same browser window. Here is the code I have so far: any suggestions would be amazing! Thank you guys.

Stop();
import flash.events.MouseEvent;

var gethowitworks:URLRequest = new URLRequest ("how.html");
var getdemo:URLRequest = new URLRequest ("demo.html");
var getaboutus:URLRequest = new URLRequest ("about.html");
var getcontactus:URLRequest = new URLRequest ("contact.html");

howitworks.addEventListener (MouseEvent.CLICK, howClick);
demo.addEventListener (MouseEvent.CLICK, howClicka);
aboutus.addEventListener (MouseEvent.CLICK, howClickb);
contactus.addEventListener (MouseEvent.CLICK, howClickc);

function howClick(event:MouseEvent):void {}
navigateToURL (gethowitworks);
}
function howClicka(event:MouseEvent):void {}
navigateToURL (getdemo);
}
function howClickb(event:MouseEvent):void {}
navigateToURL (getaboutus);
}
function howClickc(event:MouseEvent):void {}
navigateToURL (getcontactus);
}

I'm sorta new too, so I don't know if this will fix it or not (waiting for someone to answer to answer my question too)

instead of your navigateToURL (gethowitworks) original;

Have you tried to use

navigateToURL (gethowitworks, "_self");

Tags: Adobe Animate

Similar Questions

  • Target another frame in a frameset of flash navigation

    Target another frame in a frameset with e.g. getUrl (example.html, "rightFrame");
    Adobe has a solution?

    -Now migrate us from Flash to PowerPoint and CSS, because
    the lack of answers and interactivity in Flash because of Microsofts "ways of security" in IE 6 and 7


    For now, I can't find a simple solution of how to target another
    image of a picture in html-doc even by a button in a flash navigation.

    Am I right or wrong? It seems that everyone avoid this simple question?
    -Why?



    And I always enjoy every possible answer that could solve my problem and a lot of problem to others
    Interactive producer.


    I don't know what you're saying...

  • Is there a way to the target url by using the power of Attorney (I want to say is possible to use the proxy to target a site something like that.)?

    Is there a way to the target url by using the power of Attorney (I want to say is possible to use the proxy to target a site something like that.)?

    By default, you can not in Firefox.

    But you can use an add-on like FoxyProxy Standard, I think he understands the functionality you need.

  • How can I see the full target URL when I hover over a link? Not a short URL.

    How can I see the full target URL when I hover over a link? I don't want to see short URL. Is there a way to customize this?

    Full target URL allowing me to easily see how visitors reached my site via Google, Bing, Yahoo Research, etc. With the short URL I don't see what they entered into the search field.

    You can use this extension to restore the characteristics of loss of status bar and customize settings such as displaying the URL of a link to the overview.

  • Flash Navigation bar question

    Software used

    I make a Flash Navigation bar and placing it into my .html file in Dreamweaver.

    I'm also using Action Script 2.0

    The problem

    The problem that I am running is that when you press a button to navigate to another page it opens a new window or tab in the browser.

    I would like it so that when you press a button on the new page is loaded in the current window of the browser and not a new.


    Action Script used


    This is the script that I placed on the buttons.

    Each different script performs the same action, it opens the page in a new browser window.

    I would just load in the current browser window.

    • {We (Release)}
      getURL ("file:///xweb1/c$/websites/Xweb11/Inbound.html",_parent);
      }

    • {We (Release)}
      getURL ("file:///xweb1/c$/websites/Xweb11/Inbound.html",_self);
      }

    • {We (Release)}
      getURL ("file:///xweb1/c$/websites/Xweb11/Inbound.html",_blank);
      }

    • {We (Release)}

    getURL ("file:///xweb1/c$/websites/Xweb11/Inbound.html",_top);
    }

    Thank you

    Travis

    You must use quotes on the argument of the window... it's a chain.

    {We (Release)}
    getURL ("file:///xweb1/c$/websites/Xweb11/Inbound.html","'_self");
    }

    In addition, you may need to test the browser online work properly, in which case your local file calls should be changed.

  • Target URL with parameter

    I have a branch that redirect to the target URL:
    #OWNER # .download_my_file? p_file = 13893400816958950. where 13893400816958950 is the id of the file.

    I tried to replace the id of the file dynamically an element, P61_ID, which is not a database column, but a placeholder that I can store the id of the file.

    When I change the URL target for:
    #OWNER # .download_my_file? p_file =: P61_ID, it stops working.

    I think that my syntax is wrong, someone could help me with the proper syntax?

    Thank you
    Yivon

    Hello

    Is download_my_file your own procedure? If you ran:

    GRANT EXECUTE ON download_my_file TO PUBLIC
    

    Andy

  • JDeveloper run target url

    When I run my jsp file I get target URL - http://xx.xx.x.xxx:1000 / Search.jsp with the ip address. I want to show my name instead of IP addess as username:1000 / Search.jsp, how can I change?

    -Thank you

    Hello

    If you're on JDeveloper 10.1.3.x, then you can set it in preferences for the embedded server. Just open it and specify the host name in the start option

    Frank

  • When I open another tab and type a Web site address, once the site loads the URL in the navigation bar disappears. Why?

    When I open a new tab and type the URL of the Web site, after that load the url of the Web site Web site disappears. In order for me to get him back, I have to right click on the navigation bar, then click Cancel. Why is this?

    Has this happened immediately after the reboot or at a later date?

    This only happens to you in a new tab?

    What is the current setting of the new tab as established through the browser.newtab.url pref page?

    You can open the topic: config page via the address bar.

    Rename or remove the file prefs.js and numbered possible prefs-# .js and the file user.js to reset all default prefs.

  • How to disable the placeholder text in the URL from the navigation bar and search fields?

    Everytime I open a new tab (often, the homepage is set to blank) I watch 'Go to site' in the navigation bar. The search field shows the name of the active search engine until the text is registration. All I want is to be able to do is disable the placeholder text, showing the two fields as white.

    Add code to the file userChrome.css below default @namespace.

    Customization files (interface) userChrome.css and userContent.css (Web sites) are located in the chrome folder in the user profile folder.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    *|*.textbox-input:-moz-placeholder { color:transparent !important; }
    *|*.textbox-input:-moz-placeholder:hover { color:graytext !important; }

    Use in Firefox 19 +:

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    *|*.textbox-input::-moz-placeholder { color:transparent !important; }
    *|*.textbox-input:hover::-moz-placeholder { color:black !important; }
  • HTTP 404 not found error and picking target URL is different

    Hi all

    2 days before I was running the same project of Jdeveloper but suddenly is error HTTP 404 not found and in Server embedded in Jdeveloper messages log

    http://Rajesh-PC:8988/OA_HTML/runregion.jsp instead of IP addresses to display the custom of the OFA, I am running of Jdeveloper and get

    The Web page could not be found

    The most likely causes:

    • There could be a typing error in the address.
    • If you clicked on a link, it can be updated.

    What you can try:

    Retype the address.
    Return to the previous page.
    Go toand search for the information you want.
    More informationMore information

    This error (HTTP 404 Not Found) means that Internet Explorer was able to connect to the website, but the page you wanted was not found. It is possible that the Web page is temporarily unavailable. In addition, the site could have changed or removed from the Web page.

    For more information about HTTP errors, see Help.

    [Departure OC4J uses the following ports: HTTP = 8988, RMI = 23891, JMS = 9227]

    D:\OAF\jdevhome\jdev\system\oracle. J2EE.10.1.3.41.57\embedded-oc4j\config >

    D:\OAF\jdevbin\jdk\bin\javaw.exe-hotspot - classpath D:\OAF\jdevbin\j2ee\home\oc4j.jar;D:\OAF\jdevbin\jdev\lib\jdev-oc4j-embedded.jar-DFND_JDBC_STMT_CACHE_SIZE = 200 - DCACHENODBINIT = true - DRUN_FROM_JDEV = true - mx256m - XX: MaxPermSize = 256M - Xverify: none - DcheckForUpdates = adminClientOnly - Doracle.application.environment = development - Doracle.j2ee.dont.use.memory.archive = true - Doracle.j2ee.http.socket.timeout = 500 - Doc4j.jms.usePersistenceLockFiles = false oracle.oc4j.loader.boot.BootStrap - config D:\OAF\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml

    [waiting for the server to complete its initialization...]

    Journal of the 24 August 2015 com.evermind.server.jms.JMSMessages 03:58:17

    INFO: JMSServer []: Server OC4J JMS recovery of transactions (commit 0) (0 rollback) (prepared 0).

    Journal of the 24 August 2015 com.evermind.server.jms.JMSMessages 03:58:17

    INFO: JMSServer []: Server OC4J JMS recovering local transactions queue [jms/Oc4jJmsExceptionQueue].

    WARNING: D:\OAF\jdevbin\jdev\appslibrt\xml.jar source Code (< draws > in D:/OAF/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename, but is not identical to the /D:/OAF/jdevbin/lib/xml.jar (< source code > (ignore obvious Class-Path) in META-INF/boot.xml to D:\OAF\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be hidden because it is already visible in the search path for the default.root:0.0.0 charger.

    WARNING: D:\OAF\jdevbin\jdev\appslibrt\jazn.jar source Code (< draws > in D:/OAF/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename, but is not identical to the /D:/OAF/jdevbin/j2ee/home/jazn.jar (< source code > in META-INF/boot.xml to D:\OAF\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be hidden because it is already visible in the search path for the default.root:0.0.0 charger.

    WARNING: Source-Code D:\OAF\jdevbin\jdev\appslibrt\jazncore.jar (from manifesto of D:/OAF/jdevbin/jdev/appslibrt/jazn.jar) has the same filename, but is not identical to the /D:/OAF/jdevbin/j2ee/home/jazncore.jar (< source code > in META-INF/boot.xml to D:\OAF\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be hidden because it is already visible in the search path for the default.root:0.0.0 charger.

    WARNING: Source-Code D:\OAF\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/directory in D:\OAF\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename, but is not identical to /D:/OAF/jdevbin/jdev/appslibrt/uix2.jar (< draws > in D:/OAF/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be hidden because it is already visible in the search path for the datatags.web.webapp:0.0.0 charger.

    Ready message received from Oc4jNotifier.

    Incorporated the OC4J startup time: 30114 ms.

    URL - target http://Rajesh-PC:8988/OA_HTML/runregion.jsp

    15/08/24 03:58:30 containers for J2EE 10 g (10.1.3.3.0) initialized Oracle

    15/08/24 03:58:39 HOUR: runregion: initialization [ms 3]

    15/08/24 04:01:07 TIME: runregion: creation of session and transaction [ms 148106]

    24 August 2015 04:01:21 oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig

    INFO: oracle.adf.share.config.ADFConfigFactory no META-INF/adf - config.xml not found

    15/08/24 04:01:21 java.lang.IllegalArgumentException: unknown signal: ALRM

    15/08/24-04:01:21-sun.misc.Signal. < init > (Signal.java:126)

    15/08/24 04:01:21-oracle.apps.fnd.framework.AppsDiagnosticsHandler.install (unknown Source)

    15/08/24 04:01:21-oracle.apps.fnd.framework.server.OAApplicationModuleImpl.initializeSignalHandler (unknown Source)

    15/08/24-04:01:21-oracle.apps.fnd.framework.server.OAApplicationModuleImpl. < clinit >(Unknown Source)

    15/08/24 04:01:21-java.lang.Class.forName0 (Native Method)

    15/08/24 04:01:21-java.lang.Class.forName(Class.java:242)

    15/08/24 04:01:21-oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)

    15/08/24 04:01:21-oracle.jbo.common.JBOClass.forName(JBOClass.java:164)

    15/08/24 04:01:21-oracle.jbo.common.JBOClass.findCustomClass(JBOClass.java:177)

    15/08/24 04:01:21-oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:836)

    15/08/24 04:01:21-oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:770)

    15/08/24 04:01:21-oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:534)

    15/08/24 04:01:21-oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:547)

    15/08/24 04:01:21-oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:425)

    15/08/24 04:01:21-oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:358)

    15/08/24 04:01:21-oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:340)

    15/08/24 04:01:21-oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)

    15/08/24 04:01:21-oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)

    15/08/24 04:01:21-oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:401)

    15/08/24 04:01:21-oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)

    15/08/24 04:01:21-oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.createStaticAKApplicationModule (unknown Source)

    15/08/24 04:01:21-oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.getStaticAKApplicationModuleSync (unknown Source)

    15/08/24 04:01:21-oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.getStaticAKApplicationModule (unknown Source)

    15/08/24 04:01:21-oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    15/08/24 04:01:21-oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    15/08/24 04:01:21-oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    15/08/24 04:01:21-_OA._jspService(_OA.java:71)

    15/08/24 04:01:21-com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    15/08/24 04:01:21-oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)

    15/08/24 04:01:21-oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    15/08/24 04:01:21-oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    15/08/24 04:01:21 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)

    15/08/24 04:01:21-oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)

    15/08/24 04:01:21-com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:392)

    15/08/24 04:01:21-_OA._jspService(_OA.java:80)

    15/08/24 04:01:21-com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    15/08/24 04:01:21-oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)

    15/08/24 04:01:21-oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    15/08/24 04:01:21-oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    15/08/24 04:01:21 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    15/08/24 04:01:21-com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

    15/08/24 04:01:21-com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

    15/08/24 04:01:21-com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)

    15/08/24 04:01:21-com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)

    15/08/24 04:01:21-com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)

    15/08/24 04:01:21-oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    15/08/24 04:01:21-oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)

    15/08/24 04:01:21-oracle.oc4j.network.ServerSocketAcceptHandler.access$ 700 (ServerSocketAcceptHandler.java:34)

    15/08/24 04:01:21-oracle.oc4j.network.ServerSocketAcceptHandler$ AcceptHandlerHorse.run (ServerSocketAcceptHandler.java:880)

    15/08/24 04:01:21-com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    15/08/24 04:01:21 at java.lang.Thread.run(Thread.java:595)

    Please help me on this issue

    Post edited by: Rajesh123 has added additional information such as Log messages

    Renon,

    Try below:

    In Jdeveloper, go to tools-> Preferences from the embedded server OC4J-> startup-> Select "default local IP address".

  • When you click on the button / target Url, how say the program take URL as a value in a field on the page

    I have a page with a button and an entry (MIOCAMPO) field that contains a URL. Is possible, in the properties of the button, in the section "when button Clicked/Url target", ask directly the program, take the value stored in my field? For example, for the static value http://www.oracle.com I directly write this address in the "Url target", but, when this address is written in my MIOCAMPO area, ca how? I tried these bad manners:

    (1) MIOCAMPO

    (2): MIOCAMPO

    3) || MIOCAMPO

    (4) & MIOCAMPO

    I have the button send the page and you can specify MIOCAMPO, use a branch "branch of Page identified by post. This should work for you, that destinations are in the same application.  There is also a "branch to URL identified by the element.  You could even two handsets using conditions.

    Hope this helps

    Thank you

    -Jorge

  • The target URL in the text box

    Hello
    I have a button I want to create a branch to a url, the url I want to create a branch to East stored in a text box on the same page.

    does anyone know how to put the entry in the text box in the target property of the button?

    Thanks in advance

    Hello

    Do not add a colon in the name of the element.
    And the name of the element is case-sensitive. Write the uppercase name

    Kind regards
    Jari

    http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

    Published by: jarola on February 2, 2012 12:40

  • Help adding a Flash Navigation bar heading

    So I started to do a flash for a Web site navigation bar, I do and it seemed pretty cool , I wanted to see if it has worked so far so I clicked and dragged to where I wanted it in dreamweaver, after publishing the swf, of course. Now I just see a giant white area where the swf file should be. What's wrong?

    See my problem here: http://mcserver.web44.net/

    Here is the code for the page that I inserted the swf file in (note this is just the stuff in the header.php file I include in the index.php):

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < title > server < /title > MCraft

    "< link href="/css/main.css "rel ="stylesheet"type =" text/css"/ >

    "< script src="/mcraftserver/Scripts/swfobject_modified.js "type =" text/javascript"> < / script >

    < / head >

    < body >

    < div id = 'background' >

    "< img src="/graphics/background.png "class ="background"/ >

    < / div >

    < div id = "page" >

    < div id = "header" >

    < object id = 'FlashID' classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width = "1000" height = "40" > "

    "< param name ="movie"value="/mcraftserver/navbar.swf "/ >

    < param name = "quality" value = "high" / >

    < param name = "wmode" value = "opaque" / >

    < param name = "swfversion' value ="11.0.0.0"/ >

    <!-this param tag prompts users with Flash Player 6.0 r65 or later to download the latest version of Flash Player. Delete it if you do not want users to display the prompt. ->

    "< param name ="expressinstall"value="/mcraftserver/Scripts/expressInstall.swf "/ >

    <!-next object tag is for non - IE browsers. Then he hide from IE using IECC. ->

    <!-[if! IE] >->

    "< object type =" application/x-shockwave-flash"data="/mcraftserver/navbar.swf "width ="1000"height ="40">

    <!-<! [endif]-->

    < param name = "quality" value = "high" / >

    < param name = "wmode" value = "opaque" / >

    < param name = "swfversion' value ="11.0.0.0"/ >

    "< param name ="expressinstall"value="/mcraftserver/Scripts/expressInstall.swf "/ >

    <!-the browser displays the following alternative content for users of Flash Player 6.0 and higher. ->

    < div >

    < h4 > the content of this page requires a newer version of Adobe Flash Player. < / h4 >

    " < p > < a href =" http://www.Adobe.com/go/getflashplayer_fr "> < img src = ' http://www.Adobe.com/images/shared/download_buttons/get_flash_player.gif "alt = 'Get Adobe Flash player' width = '112' height ="33"/ > < /a > < /p > "

    < / div >

    <!-[if! IE] >->

    < / object >

    <!-<! [endif]-->

    < / object >

    < / div >

    < script type = "text/javascript" >

    swfobject.registerObject ("FlashID");

    < /script >

    Not sure that the Flash is a poor choice for web browsing?

    It is difficult to maintain (you must edit and re - export Flash animation for each small tweak), it is unusable on iDevices (iPhone, iPad etc.) and can present problems of accessibility if not implemented correctly.

    Navigation of CSS text style is in fashion these days. Beautiful navbars with none of the drawbacks of Flash.

    That said, the code indicates

    who is

    http://mcserver.web44.net/mcrafterserver/navbar.swf/ who is not on the server

  • How can I change "link =" code "href =" on my flash navigation?

    I was given the following recommendation for my site:

    Your links to menu flash to home.html.  However, home.html being the document by default, you are encouraging people to link to http://www.victorylcms.org/home.html or bookmark.  If ever, you change the name of the default document (homepage), these links will break. I would like to change the link to be < a href = "/" > home < /a > for it load some default page that you are currently using.

    I looked at my code and it says this:

    onClipEvent (load) {}
    Num = 1;
    this.hitArea = this.area;
    Link = 'home.html ';
    }
    on {(overview)
    If {(_root.link <>num)
    _root. Icon1.gotoAndPlay ("S1");
    _root. Item1.gotoAndPlay ("S1");
    }
    }
    on (releaseOutside, deployment) {}
    If {(_root.link <>num)
    _root. Icon1.gotoAndPlay ("S2");
    _root. Item1.gotoAndPlay ("S2");
    }
    }
    on (release) {}
    If {(_root.link <>num)
    _parent ["Item" + _root. Link] .gotoAndPlay ("S2");
    _root. Link = num;
    getURL (link);
    }
    }

    When I changed the first section to this, I got an error and the rotating kept home button. Any ideas on how to make this recommendation? Thank you!

    onClipEvent (load) {}
    Num = 1;
    this.hitArea = this.area;
    link = < a href = "/" > home < /a >.

    Is the one who made that comment has an idea how to code in Flash?... maybe at all?  Put anything other than a page/url as an argument getURL() is likely going to lead to mistakes.  Or maybe there is a new thing, I need to learn after all these years.

    If I wanted to link to the default page of a web site I'd put just the url as the link... getURL ("http://www.whatever.com");  (or in html... http://www.whatever.com"(>Home)."   In this way, no matter where this file ends, it points to the site / intended default.

  • Control problems with Flash Navigation HTML

    Hello world

    I'm at my wits end. I have two problems:

    1. I have a flash movie embedded in a html page. When the user clicks a button in the movie, he should open the new in the CURRENT or EVEN NO window in a new tab (leaving this window open).

    Here's the code... getURL ("imageTest.html", _self);

    What I am doing wrong?

    2. I can't get my navigation block to show the CURRENT link.
    I want the current link or page in the navigation bar to be a different color than the other links.

    I am able to do the police to change the color but I can't the background or "block of colour" to change color.

    Can anyone help?

    1 million thanks!

    1. "_self" is a string value, please use quotes

    2. I don't know what you mean by block navigation or how is designed so that I can't offer what whatsoever regarding how to change the background color.

Maybe you are looking for