Get Url doesnt work in my flash .swf page

Get url doesnt work in my flash .swf page
www.wackyworld.biz/north.swf
click on the building is supposed to go to a site. I made all the buildings symbols and when i hit f9 the actions window opens i put
on bowling building
on (Release)
get URL (http://wackyworld.biz/bowling/bowling.html", "_self ") ;
why when i click on the buildings they dont work? can someone download the file and convert it to fla and tell me what im doing wrong?
Brent
Message was edited by: crashncrazy

i did click on the button and then put in the code.
on (release)
     "getURL" (http://www.wackyworld.biz/bowling/bowling.html, "_self");
like this?
if so this is what i have. still no way to click on button on site

Similar Messages

  • Trying to get " url " to work in my scroller/ gallery...

    trying to get " url " to work in my scroller/ gallery...
    please take a look at my action script and xml... ive got all
    the fields working except for the " url " ... what adjustments do i
    need to make to get the url for each pix to work...
    thanks...trey
    delay = 3000;
    function loadXML(loaded) {
    if (loaded) {
    xmlNode = this.firstChild;
    image = [];
    title = [];
    headline = [];
    description = [];
    total = xmlNode.childNodes.length;
    for (i=0; i<total; i++) {
    image
    = xmlNode.childNodes.childNodes[0].firstChild.nodeValue;
    title
    = xmlNode.childNodes.childNodes[1].firstChild.nodeValue;
    headline
    = xmlNode.childNodes.childNodes[2].firstChild.nodeValue;
    description
    = xmlNode.childNodes.childNodes[3].firstChild.nodeValue;
    firstImage();
    } else {
    content = "file not loaded!";
    xmlData = new XML();
    xmlData.ignoreWhite = true;
    xmlData.onLoad = loadXML;
    xmlData.load("images.xml");
    p = 0;
    this.onEnterFrame = function() {
    filesize = picture.getBytesTotal();
    loaded = picture.getBytesLoaded();
    preloader._visible = true;
    if (loaded != filesize) {
    preloader.preload_bar._xscale = 100*loaded/filesize;
    } else {
    preloader._visible = false;
    if (picture._alpha<100) {
    picture._alpha += 10;
    function nextImage() {
    if (p<(total-1)) {
    p++;
    if (loaded == filesize) {
    picture._alpha = 0;
    picture.loadMovie(image[p], 1);
    title_txt.text = title[p];
    headline_txt.text = headline[p];
    description_txt.text = description[p];
    picture_num();
    slideshow();
    function prevImage() {
    if (p>0) {
    p--;
    picture._alpha = 0;
    picture.loadMovie(image[p], 1);
    title_txt.text = title[p];
    headline_txt.text = headline[p];
    description_txt.text = description[p];
    picture_num();
    function firstImage() {
    if (loaded == filesize) {
    picture._alpha = 0;
    picture.loadMovie(image[0], 1);
    title_txt.text = title[p];
    headline_txt.text = headline[p];
    description_txt.text = description[p];
    picture_num();
    slideshow();
    function picture_num() {
    current_pos = p+1;
    pos_txt.text = current_pos+" / "+total;
    function slideshow() {
    myInterval = setInterval(pause_slideshow, delay);
    function pause_slideshow() {
    clearInterval(myInterval);
    if (p == (total-1)) {
    p = 0;
    firstImage();
    } else {
    nextImage();
    and here is my xml...
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <images>
    <pic>
    <image>sample1.jpg</image>
    <title>Google</title>
    <headline>headline 1</headline>
    <description>this is the description of article
    1.</description>
    <link>
    http://www.google.com</link>
    <targetIsUrl>Y</targetIsUrl>
    </pic>
    <pic>
    <image>sample2.jpg</image>
    <caption>Yahoo</caption>
    <headline>headline 2</headline>
    <description>this is the description of article
    2.</description>
    <link>
    http://www.yahoo.com</link>
    <targetIsUrl>Y</targetIsUrl>
    </pic>
    <pic>
    <image>sample3.jpg</image>
    <caption>BAS-llc</caption>
    <headline>headline 3</headline>
    <description>this is the description of article
    3.</description>
    <link>
    http://www.bas-llc.com</link>
    <targetIsUrl>Y</targetIsUrl>
    </pic>
    <pic>
    <image>sample4.jpg</image>
    <caption>USC Trojans</caption>
    <headline>headline 4</headline>
    <description>this is the description of article
    4.</description>
    <link>
    http://www.uscripsit.com</link>
    <targetIsUrl>Y</targetIsUrl>
    </pic>
    </images>

    Extensions that do not have a "Remove" button are installed by other software and are not under control of the Firefox extension manager.
    Such globally installed extensions are usually found via a registry scan or are installed in a location that Firefox scans for installed extensions.
    *https://developer.mozilla.org/Installing_extensions
    *https://developer.mozilla.org/Adding_Extensions_using_the_Windows_Registry
    Extensions installed this way need to be removed via the settings (options/preferences) of the program that has added this extension or this program has to be uninstalled via "Control Panel > Programs".
    In Firefox you an only disable such an extension.
    Create a new profile as a test to check if your current profile is causing the problem.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over problems.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • How can I make hyperlinks work from a Flash/SWF presentation?

    How do you make hyperlinks/buttons work in Flash/SWF Captivate 5.5 presentations? This did not seem to be an issue with Version 4. I cannot publish to video (i.e. mp4) or as an executable file for posting on our internal system. If it cannot be done in Flash/SWF, how else can I get buttons/hyperlinks to work? Thank you.

    Welcome to our community
    Please take a look at the links below. Not only do they answer your question, they are there to help you get the best forum experience.
    Forum Participation Suggestions
    Frequently Encountered issues
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Can I create more than one URL link in a single Flash (SWF) file?

    I created a simple SWF slideshow in Flash with 5 slides. I was able to link one URL to the whole file by adding an alpha button.
    What I can't figure out is how to add a URL link to each slide. The SWF file i sused on a website and I would like to be able to click on a particular slide as it is playing to go the a site or page that applies to that slide.
    Is there a way or code I can use to do this??
    This is the code I am currently using for the button now.
    ja_btn.addEventListener(MouseEvent.CLICK,mouseClick);
    function mouseClick(event:MouseEvent):void
                   var request = new URLRequest("http://www.jakeandamos.com/");
                    navigateToURL (request,"_blank");
    I am just learning this stuff so I can use your help, Thanks!

    You cannot duplicate instance names or function names, so you'll need to create unique names for each one that behaves differently.  So you can only have one function named "mouseClick"... if you want to have another function to link somewhere else you need to create a new name for that function ("mouseClick2" would work)
    There are alternate approaches, but for now this will be the easiest for you to deal with.

  • Issues getting url-redirect working with Cisco ISE

    Hi,
    I am currently doing a Proof of Concept using Cisco's new ISE product. I am having issues getting the url-redirect raidus attribute working. I have read the troubleshooting document and everything in it points to it should be working. By debuging the radius information on the switch I can see that its passing the url-redirect to the switch  which in my case is was https://DEVLABISE01.devlab.local:8443/guestportal/gateway?sessionId=0A00020A0000001604D3F5BE&action=cwa. Now to remove DNS issues etc from the equasion if I copy and paste this URL into the client browser it takes me to the correct place, and I can login and it changes VLAN's accordingly. Now as far as I know the client should automatticaly be redirected to this URL which is not working. Below I have included one of the debugs to show that the epm is in place.
    DEVLABSW01#show epm session ip 10.0.1.104
        Admission feature:  DOT1X
                  ACS ACL:  xACSACLx-IP-PRE-POSTURE-ACL-4de86e6c
         URL Redirect ACL:  ACL-WEBAUTH-REDIRECT
             URL Redirect:  https://DEVLABISE01.devlab.local:8443/guestportal/gateway?sessionId=0A00020A0000001604D3F5BE&action=cwa
    I have also attached my switch config. Any help would be greatly appreciated.
    Dan

    So im also doing ISE for the first time and i knew it may have been a bit tough however i didnt forsee my following issue.
    everything is working as expected other than every now and then (intermittent) the ISE Central Portal does not display on any device -android, windows, etc..... i checked and checked the configs, had probably about 10 TAC cases open..... this weekend i ripped out the main components, setup in the offfice and tried to replicate the issue....i could...what i noticed is that without Internet the ISE Portal didnt actually display....it sounds weird but thats what im seeing.....As soon as i plug into Internet Link into the equation, the portal page comes up.....im able to replicate it every time... Currently, i placed back into the customer network and im now looking down at the routing/firewall......
    my issue is that i cant really explain why the Internet affects the Central Auth Page.... In any event. im working backwards, tomorrow im bringing in a second link and doing NAT on a cisco router to bypass the checkpoint firewall....ill know if its checkpoint or if im barking up the wrong tree....
    if anyone can explain why, it would help out a great deal..
    My setup BTW is
    1. WLC 5760 - Not latest code but latest stable (recommended by the TAC Engineer)
    2. ISE 1.2 - Doing simple Wireless only implementation
    3. 3650 - Just acting like a switch - no ACLs etc - just a switch
    4. Integrated into AD
    Ill post back with any findings if i make any headway - BTW, i didnt like this at all as other solutions are so much simpler, BUT, i can now see how powerful this could potentially be for the right type of customer...
    thanks again how i can get some feedback

  • How can I get URL forwarding working without touching the obj.conf

    It won't work right after it is set up from the Admin server. I have to manually edit the obj.conf so that the [NameTrans fn="redirect"] lines are ahead of any other lines NameTrans lines. Why the Admin server cannot do this when adding the "redirect" lines to obj.conf, or did I miss anything when I config the URL forwarding?
    SunOne WebServer6.1 SP4

    This is a full copy of the obj.conf file, right after I set up a URL Forwarding. The URL Forwarding is added as the 3rd [NameTrans] line. I have to manually move it as the 1st [AuthTrans] line, else it won't work.
    # You can edit this file, but comments and formatting changes
    # might be lost when the admin server makes changes.
    # Use only forward slashes in pathnames--backslashes can cause
    # problems. See the documentation for more information.
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="c:/Sun/WebServer6.1/ns-icons" name="es-internal"
    NameTrans fn="redirect" from="/AuxFiles" url-prefix="http://pdiweb.pdi.sci.com:8080/AuxFiles"
    NameTrans fn="document-root" root="$docroot"
    PathCheck fn="nt-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index" index-names="index.html,home.html,index.jsp"
    PathCheck fn="set-cache-control" control="private"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    Service method="TRACE" fn="service-trace"
    Error fn="error-j2ee"
    AddLog fn="flex-log" name="access"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="send-compressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>

  • Get url not working in Safari Browser

    I use the following code to open a new file. This works fine
    in IE but in Safari, it does not open the page. Does anybody know
    why?
    getURL ("index.html", "_self");

    Hi,
    From your description, my understanding is that you get issue when you use Update Panel in Safari and sometimes Chrome.
    Safari browser is a WebKit-based browser, ASP.NET AJAX breaks down completely in some circumstances when using WebKit-based browsers. Here
    is an article about how to run ASP.NET AJAX on Safari browser, please check it:
    http://blog.lavablast.com/post/2008/10/Gotcha-WebKit-%28Safari-3-and-Google-Chrome%29-Bug-with-ASPNET-AJAX.aspx
    You could refer to this similar case:
    https://social.msdn.microsoft.com/Forums/silverlight/en-US/bbedb83d-1e06-40c7-9238-31fa5e3ad322/trouble-with-update-panel-in-chrome-browser?forum=sharepointdevelopment
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to get websites to work that need flash player

    J

    You can try one of the app/service combinations for playing Flash such as VirtualChrome (the only one that says it also supports Java), Skyfire , Puffin, or iSwifter. One of those might work for you, though they all have limitations and do not work with all sites and services
    Regards.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Communities page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums and in the Apple Knowledge Base, before you post a question.

  • Reminder app - remind me when i get home doesnt work?

    In the commercial for iPhone 4S, it shows the new app “reminder” in use. Where you can make it remind you when you ie. come home. I have a 3Gs, however I don’t seem to be able to get this function to work. (And yes, I have activated it in “settings"). Is this just a 4S function? or??

    I am not sure if this works on the 3gs, but it certainly does on the 4 so I don't see why it shouldn't.
    Just go into Reminders, setup a new one and click Remind Me. You should then get the option to choose where you are reminded.. for example, remind me when I arrive home or remind me when I leave work.
    It may be worth checking you have a home and work address configured if required.

  • Keyboard doesnt work after BIOS flash Not even in BIOS!

    I have a touchsmart tx2 1224-ca, I updated to the recent BIOS, using windows 7, and now my keyboard wont work at all, not even in the post screen, or bios. Though the computer does work with my usb keyboard plugged in. Im extremely frusterated at this becuase I got the flash from HP themselves and It screwed it over.

    Hello Thewierd1,
     After flashing the BIOS the keyboard no longer functions, is that correct? I will try to help you with this issue.
    Try restore storing the BIOS, you may have to use the 2nd method if the USB keyboard doesn’t work for you.
    Please respond back at your earliest convenience.
    Thanks
    Clicking the White Kudos star on the left is a way to say Thanks!
    Clicking the 'Accept as Solution' button is a way to let others know which steps helped solve the problem!

  • Can I get HomeSync to work with a Flash Drive

    Like my friend can use HomeSync with his flashdrive but I don't know how. Is it possible and if it is, how?
    Thanks

    I had updated my video card driver fairly recently and I use the GeForce Experience to keep up-to-date, but when I looked I didn't have the latest driver.  After installing it, the GPU acceleration is now working.  Thanks!

  • Online help doesnt work at web proxy admin pages

    I logged in as admin to proxy admin pages. When I try to open online help, I get this error message:
    Forbidden
    Your client is not allowed to access the requested object.
    host.demo.com - admin [14/Dec/2006:11:26:02 +0100] "GET /manual/ag/agapuirf5.html HTTP/1.1" 403 134
    Anyone can help me?

    Check the <server install dir>/proxy-admserv/config/obj.conf file
    There is a line like this:
    NameTrans fn="pfx2dir" from="/manual" dir="/path/to/proxy//manual/proxy"
    // (double slash) somewhere in the path is a possible cause of the problem.
    correct the line like this:
    NameTrans fn="pfx2dir" from="/manual" dir="/path/to/proxy/manual/proxy"
    and restart the admin server
    hope this helps

  • SAFARI 4 FLASH PLUGIN DOESNT WORK

    hi i have safari 4 on my ibook and the flash plugin doesnt work, i have flash 10 and i downloaded twice yet everytime i try to use something that uses flash it tells me to download flash 10 but i do have it!!! any tips would be helpful. oh yeah plugins are enabled in the preferences.

    you may have the wrong version of the plugin (10.1-10.3). try going to the site & redownload the installer again. get the 10.4-10.5 version.
    http://get.adobe.com/flashplayer/otherversions/

  • Cant get coldusion 8 working on a 2003 IIS box...

    I've been trying to get coldfusion 8 installed on our
    production 2003 IIS box.. but so far i havent had any luck...
    Here is how i have done the setup so far..
    I ran the installation, installing everything except the
    bottom check box (i forget what that one was called.. eds or rds
    etc)...
    I have a custom install.. ie: the setup files are placed on
    d:\data\coldfusion.
    The IIS instance is already created before hand.. which
    points to d:\data\inetpub\Instance01 I also set the instance in IIS
    to .net 2.0 etc...
    In the installer when it asks about pointing to c:\inetpub, i
    change this to d:\data\inetpub\Instance01 and choose the Instance01
    instance (not installing to all instances)..
    It then says it will install everything including the ODBC
    service..
    We have tcp/ip filtering on the nic, so i added port 51800 to
    the list.. we also have windows firewall on, i added this port here
    as well...
    At the end it usually fails.. complaining about port 51800
    not being open despite having it open.
    If i try to open the admin page from
    http://instance01.domain.com/CFIDE/administrator/index.cfm
    I get the usual page cannot be displayed error..
    If i try to run D:\Data\ColdFusion8\runtime\jre\bin\javaw.exe
    manually.. at the end it says:
    Could not connect to any JRun/ColdFusion servers on host
    localhost.
    Possible causes:
    o Server not running
    -Start Macromedia JRun4 or ColdFusion 8 server
    o Server running
    -JNDI listen port in jndi.properties blocked by TCP/IP
    filtering or firewall
    on server
    -host restriction in security.properties blocking
    communication with server
    This is the same error i get if i try to open the web
    configuration tool.. no jrun servers are listed.. it complains
    about none being found to make sure the coldfusion service is
    started.. which it is..
    I also noticed the wildcard dll isnt listed in the config of
    the IIS instance (like it is on our development server).. i tried
    adding it here, with no luck..
    I also noticed that extensions like CFM arent listed either..
    i tried just adding this one and had no luck, though perhaps i
    should have added all of them then reran install?
    I also noticed that under the Instance01, where CFIDE is
    located, that it doesnt show up with the application symbol as it
    does on our development server...
    I'm new to coldfusion, just mainly an admin trying to get the
    install working so our developers web page can work..
    Any thoughts on what i should do here to make this run?
    Thanks in advance..

    Actually, i just found the solution.. it seems on our
    dedicated server, we had tcp/ip filtering on.. i had added port
    51800 to the settings .. but the install would still fail..
    So i turned off filtering altogether and it worked fine..
    So i re-enabled the filtering, this time also adding port
    8500.. not sure if this helped or not, but i can still access and
    use the admin pages.. still a bit puzzled on this one, but it is
    working now.

  • User Login - go to previous URL not working

    Hi
    I have a user login set up using the DW server behaviour.
    The problem I have is that the redirect to the previous url doesnt work and always directs a successful login to the default successful login page.
    The problem seems to revolve around this part of the code:
                    if (isset($_SESSION['PrevUrl']) && FALSE) {
                        $MM_redirectLoginSuccess = $_SESSION['PrevUrl'];
                    header("Location: " . $MM_redirectLoginSuccess);
    and in particular the use of the && FALSE check.  I can see from my debugger that the value of $_SESSION['PrevUrl'] is properly set to the previous url.  If I remove the && FALSE check the login works as I would expect and redirects to the previous URL.  However, as this is 'out of the box' DW code I am concerned in case removing the && FALSE check may be doing some harm.  I have to admit I dont understand the logic of what the && FALSE part of the IF statement is actually checking for.
    Any advice and/or reassurance that by removing the && FALSE is not doing any harm or exposing me to any risks would be appreciated.
    Thanks

    session_start() is set
    As I step through the code and watch the variables I can see that the value of $_SESSION['PrevUrl'] is equal to the previous url but $MM_redirectLoginSuccess remains as the default success page.
    If I remove the && FALSE element from the IF statement, the value of MM_redirectLoginSuccess is changed to the the value of $_SESSION['PrevUrl'], which is what I want.
    So my question is, what is the && FALSE bit doing and why is it there and do I need it?

Maybe you are looking for

  • ProtoType

    Hi, Iam new to JDeveloper 3.0. Started working on a prototype for an application which have like 30 to 40 screens. I have played with the tool to create screens accessing database and Iam at a point trying to understand the big picture. My previous e

  • Video (Only Audio) Works on Mac-Created QT Web Movie

    I'm on a Mac with iMovie 6. When I export a Quicktime movie using the standard Web export setting then post it on the Internet, PC users can only hear the audio but not see the video portion. What am I missing? Thanks! G5, Tibook Mac OS X (10.4.7) G5

  • Bus Error, System Pref won't launch

    This isn't a case of the System Preference not being found, being moved out of the Applications Folder, or anything trivial like that. System Preferences will not launch. This is a clean install of Leopard, and updated to 10.5.8. The error message in

  • Adobe - Can you please get your code straight before releasing it !

    The Adobe Creative Cloud CC version is the drop that makes the water in the glass spill over... The Creative Cloud App is not at all reflecting anything current etc.. and one has to sign out all the time. This is baby-code ! Lightroom 5 is about the

  • Adobe Indesign could not complete the conversion

    Hi! I updated from CS6 to CC this fall, and today I'm trying to open several documents created in CS6 but with no luck Get this error meassage: "Adobe indesign could not complete the conversion because the data in the file did not match what was expe