Fscommand inside onSoundComplete not working

Hi there,
I'm building a flash movie that needs to run a javascript function afer a particular sound finishes playing.
Here's the code i'm curently using:
var som:Sound = new Sound();
som.attachSound("1_07_8.mp3");
som.start(0,0);
som.onSoundComplete = function(){
      fscommand("animation", "ready");
I'm publishing the HTML as a template for Flash with FSCommand, and I have the following code on the HTML inside the DoFSCommand javascript function:
if (command == "animation") {
       alert("This slide is " + args);
This is placed inside an IIS aplication, so that no security issues prevent the comm between the SWF and the HTML/Javascript
I've successfully done this on a test SWF, but there, the fscommand was triggered by an onPress event from a button. Is it not possible to trigger it with the onSoundComplete event?
Thx

Have you though about using the ExternalInterface class instead of FSCommand?
It is the more modern approach to communicating between Flash and the web page.  You should be able to find some helpful info if you search Google.  Here's a link to an article that covers numerous forms of communications including the ExternalInterface approach.
http://www.adobe.com/devnet/flash/articles/external_interface.html
If going that route doesn't appeal to you, turn your attention away from the problem you thought you had and try to recreate what you say you had working from the html end. 

Similar Messages

  • Drag/Drop inside SWFLoader not working

    I've got a Flex application that loads a secondary Flex app via SWFLoader. The secondary app uses drag/drop operations to rearrange components, delete them etc.  The secondary app works perfectly while it is running by itself (eg. not 'embedded' via SWFLoader into the main app).
    Once I load it into the main application using a SWFLoader drag/drop operations no longer work correctly. All other events seems to work fine. It is only drag/drop that don't always work right.
    Is there something I am missing that would cause this issue? I'm thinking there may be a property I need to set on the SWFLoader. Hopefully someone can help.

    Thanks Alex.
    I did as you say, and DragManager is in the report file in several places. Also, Drag/Drop does work inside of SWFLoader for the TileList in the loaded app, and even somtimes as it should as far as the drag/drop operation I am talking about, but not always.
    It seems to work sometimes and not others. When it does work it is not nearly as smooth as when I run the app as a "stand alone" and I never see the drag proxy while dragging inside of SWFLoader.
    Is there anything else that could be causing these issues? 

  • 2 fscommands , 1 does not work

    HI, I have 2 buttons with there own fscommands pointing to 2
    different exe files, the first one works, but the second does not.
    When I click on the button, nothing opens.
    on (release) {
    fscommand("exec", "file1.exe");
    fscommand ("quit");
    Using flash CS4
    Thanks,
    Josh

    I updated, didnt loose my network connection and I'm in Canada.

  • Fscommand showmenu does not work

    hi, i am trying to make a stand alone projector, i am using 'fscommand("showmenu", "false");' to remove the windows menu (not the right click menu, which is gone). the window still has its menu.
    i googled for it and i found out i am not the only one, in some cases, somebody mentions that this may be a bug of fscommand (in this case it was related to retrieving urls or opening external things), in which only the last fscommand is executed, but in thios case had to do with urls
    http://www.northcode.com/blog.php/2007/09/11/FSCommand-and-getURL-Bug-in-Flash-Player-9
    though my case has nothing to do with urls, i also checked there are no more fscommands there, and there are none, but as in the example, some other functions may be calling the same code, so i tried an example in which the only script sentence is the same as before, fscommand("showmenu", "false"); , and a new movie, with this sentence and only this sentence alone, does not hide the window menu. this command is supported by as3, as it appears in the opfficial as3 documentation:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/package.ht ml
    here they mention some things about acces level, so i checked in export settings and since the stand alone player is local, and the file is being tested locally, the access tells it to access local files, so i do not see problem there either
    some other people say i must use an external resource:
    http://www.actionscript.org/forums/showthread.php3?t=238978
    not interested in doing that at the moment. how do i hide the window menu? thats all
    tnx

    fscommand isn't supposed to hide an os window.  you'll need a 3rd party tool (mprojector,zinc) for that.

  • Array inside getURL not working

    I'm trying to put links on multiple images using the titles of the images that I keep inside an array
    var imagesTitles = new Array("Image title1", "Image title2", .... ); 
    I'm starting a for loop here and after I replace the empty spaces with hyphens and lowercase the image titles I'm trying to attach a link to every instance like this:
    getURL(imageLinks[i], "_blank");
    If I trace imageLinks it looks like this http://www.mysite.com/image-title
    The browser opens and I get http://www.mysite.com/undefined
    What would be the correct way to use getURL with an array?

    Here is my code:
    String.prototype.replace = function(s, r) {
        return this.split(s).join(r);
    for (var i:Number = 0; i < imagesTitles.length; i++) {
    imageLink[i] = imageTitles[i];
    imageLink[i] = imageLink[i].replace(" ", "-");
    imageLink[i] = imageLink[i].toLowerCase();
    imageLink[i] = "http://www.mysite.com/" +imageLink[i] + "/";
    trace (imageLink[i]); // trace here shows a list of valid urls
    gallery_mc["image" + i.toString()].onRelease = function(){
    trace (imageLink[i]); // trace here shows undefined
    getURL(imageLink[i], "_blank");
    Must be a scope problem but I just started using AS2, I don't know how to fix it.

  • Route inside does not work on ASA 8.2(3), ASA cannot ping inside hosts

    Hi Guys,
    I have a problem on one our ASA seems to acting strange.
    I have copy these routes below on ASA, and able to ping only 10.126.0.32.
    route inside 10.126.0.10 255.225.255.255 10.20.3.1
    route inside 10.126.0.30 255.225.255.255 10.20.3.1
    route inside 10.126.0.31 255.225.255.255 10.20.3.1
    route inside 10.126.0.32 255.225.255.255 10.20.3.1
    route inside 10.126.0.140 255.225.255.255 10.20.3.1
    route inside 10.126.0.141 255.225.255.255 10.20.3.1
    route inside 10.126.0.142 255.225.255.255 10.20.3.1
    When I saved the configuration and checking back on ASA running-configuration, none of above routes exists.
    MYASA(config)# route inside 10.126.0.10 255.225.255.255 10.20.3.1
    MYASA(config)# route inside 10.126.0.30 255.225.255.255 10.20.3.1
    MYASA(config)# route inside 10.126.0.31 255.225.255.255 10.20.3.1
    MYASA(config)# route inside 10.126.0.32 255.225.255.255 10.20.3.1
    MYASA(config)# route inside 10.126.0.140 255.225.255.255 10.20.3.1
    MYASA(config)# route inside 10.126.0.141 255.225.255.255 10.20.3.1
    MYASA(config)# route inside 10.126.0.142 255.225.255.255 10.20.3.1
    MYASA(config)# end
    MYASA# show run | in route inside
    route inside 10.0.0.0 255.0.0.0 10.20.3.1 1
    route inside 10.96.0.0 255.224.0.0 10.20.3.1 1
    route inside 10.96.0.10 255.225.255.255 10.20.3.1 1
    route inside 10.96.0.30 255.225.255.255 10.20.3.1 1
    route inside 10.96.0.31 255.225.255.255 10.20.3.1 1
    route inside 10.96.0.32 255.225.255.255 10.20.3.1 1
    route inside 10.96.0.140 255.225.255.255 10.20.3.1 1
    route inside 10.96.0.141 255.225.255.255 10.20.3.1 1
    route inside 10.96.0.142 255.225.255.255 10.20.3.1 1
    route inside 10.100.1.61 255.255.255.255 10.20.3.1 1
    route inside 10.101.20.112 255.255.255.255 10.0.0.254 1
    route inside 10.101.20.113 255.255.255.255 10.0.0.254 1
    route inside 10.101.20.114 255.255.255.255 10.0.0.254 1
    route inside 10.101.20.115 255.255.255.255 10.0.0.254 1
    route inside 10.101.20.201 255.255.255.255 10.0.0.254 1
    route inside 10.101.20.202 255.255.255.255 10.0.0.254 1
    route inside 10.101.20.204 255.255.255.255 10.0.0.254 1
    route inside 10.101.20.205 255.255.255.255 10.0.0.254 1
    route inside 10.101.22.22 255.255.255.255 10.20.3.1 1
    route inside 10.101.24.100 255.255.255.255 10.0.0.254 1
    route inside 10.101.24.101 255.255.255.255 10.0.0.254 1
    route inside 10.101.25.0 255.255.255.0 10.20.3.1 1
    route inside 10.126.0.32 255.255.255.255 10.20.3.1 1
    route inside 67.215.65.132 255.255.255.255 10.20.3.1 1
    route inside 192.168.1.3 255.255.255.255 10.0.0.254 1
    route inside 192.168.1.4 255.255.255.255 10.0.0.254 1
    route inside 192.168.151.0 255.255.255.0 10.20.3.1 1
    route inside 192.168.151.48 255.255.255.240 10.0.0.254 1
    route inside 205.210.235.0 255.255.255.0 10.0.0.254 1
    route inside 205.210.236.0 255.255.255.0 10.20.3.1 1
    route inside 205.210.237.0 255.255.255.0 10.0.0.254 1
    route inside 205.210.238.0 255.255.255.0 10.0.0.254 1
    route inside 205.210.239.0 255.255.255.0 10.0.0.254 1
    route inside 205.210.240.0 255.255.255.0 10.0.0.254 1
    route inside 205.210.241.0 255.255.255.0 10.0.0.254 1
    MYASA#
    It maybe a bug on the ASA?
    Thanks
    Rizwan Rafeek

    Hi Vibhor,
    Well, problem is resolved from Cisco Tech support, it boiled down a bug.
    "route inside 10.126.0.32 255.225.255.255 10.20.3.1", this route already existed, and yet it only one route shows up out of 7 copied, that is a bug.
    Thanks for your reply.
    Regards
    Rizwan Rafeek.

  • Nokia 9300i inside screen not working?

    the big inside screen lights up but doesnt display anything, any ideas?

    Did you buy it now?
    Is it new?
    Since how long you are using it?
    Did it fall before the problem started?

  • Ipod touch headphones and inside stereo not working.

    Well whenever i plug my head phones in the ipod still plays music from inside it and the headphones play music at the same time. How can I make it so only the headphones play music.

    It is either a problem of the earphone jack of the iTouch or the plug of the earphones, have you tried another earphones, if the problem still there, send your iTouch for service

  • Hyperlinks in PDF, WORD, PPT not working in Safari on iPad

    We have an intranet we are serving up for use on the iPad. The links to other documents in PDF, WORD, PPT work on my pc and laptop but not in the iPad. I have looked to see of there is a setting but the only thing I found was to allow pop ups which our site uses but not luck. The links are blue and appear they should work but don't. Any one else have this problem and how did you correct it?

    We have a similar problem with links inside PDFs not working, but worse, our links are all relative, ie, only file names. This means that if you DO have an app that makes the links work, but which is not viewing it in the browser, the links will try to open the file, but it won't find it, since it won't have the full domain info.
    I realize our users could put the full into on the links, but we chose to do it this way for the ease of preparation--we have hundreds of these files every month and there's no quick, easy or automatic way for the preparers to add the full domain info at creation time--it's 100% manual, even with copy/paste. It all works fine in IE on a PC, which is the overwhelming bulk of our viewers, so until recently when several board members got iPad2s, there was no compelling reason to make any changes. It wasn't broke
    elaine
    charlottesville, va

  • Flash, AS2 fscommand not working

    hi,
    I have a flash application working fine in a html page. i want to add javascript interaction.
    I see that i have to use fscommand . when i compile and execute my flash application inside flash CS4 and test it directly from the generation directory (D:\dev\flash\myApp), it work find.
    If i copy my project directory in another directory (D:\dev\flash\release\myApp), it's not working.
    I don't understand why !
    I never reach the javascript code.
    Thanks for your help.

    If I understand you correctly, I think the 'shared object' might be what you need.
    The AS2 Language Reference in F8 starts off like this:
    "The SharedObject class is used to read and store limited amounts of data on a user's computer. Shared objects offer real-time data sharing between objects that are persistent on the user's computer. Local shared objects are similar to browser cookies. ....."
    hope that helps.

  • Subvi does not work properly when called inside a vi

    Hello Every body
    thanks for your help. i am using a sub vi for sine signal generation. as a vi it works fine. but when i called this subvi inside another VI it gives some problems. for example timer indicator works properly.it reinitializes as well in the sub vi, but in the main VI it does not work properly. means does not count the time.in the sub vi on the fly i can change the values of frequency and amplitude in real time, but when i use as sub vi, it does not reponse as i change the values in the control arrays.similarly pause and continue works properly in the sub vi, but once again in the main VI, it does not work properly.graph indicator also work properly in the sub vi. but here once again it does not work properly in the main VI.the pause resume indicator also does not blink, when it is continue. in the subvi it blinks very well.generally why the sub vi does not work properly inside the VI?i am sending my VI and sub vis.
    any tips would be highly appreciated.
    thanks
    Regards
    Attachments:
    vi.zip ‏87 KB

    I just want to add some more details to Dan's answer. The subVI is acting exactly like you've coded it. The mistake is in understanding how subVIs work. When you call a subVI (or a function in any other language), you pass some parameters to it, the subVI does it's thing and returns values. the subVI does not accept new parameters from the calling VI until it returns to the caller and the caller runs the subVI again. In your case, you have a subVI with a while loop. You have some front panel control wired to the subVI's stop terminal. When first called, the value is false. So the subVI will keep running until the subVI's stop button becomes true but you cannot change it from main until the subVI finishes and returns so the subVI will never stop. As Dan says, the solution is pass references of front panel controls to the subVI and have the subVI monitor those references for changes and to update references to indicators on Main. You subVI does not need any front panel controls or indicators of it's own.

  • PIX 501 config - access to internal network not working from remote VPN users - everything on the inside is OK

    One other thing - I had a problem with the key pairing so I rebuilt the rsa 1024 and the unit started working. Unfortunately I reloaded without the config in place and now I cannot get it to work again. Any help will be greatly apprecaited although I did review a dozen other posts of people having similar problems and for some reason there is never any conclusion as to the solution and I am not sure why.           
    Some other info from the client end:
    I just ran the stats on the client and packets are being encrypted BUT none are decrypted.
    Also Tunnel received 0 and sent 115119
    Encryption is 168-bit 3-DES
    Authentication is HMAC-SHA1
    also even though the allow LAN is selected in the Cisco VPN client it states the local LAN is disabled in the client stats
    also Transparent tunneling is selcted but in the stats it states it is inactive
    I am connecting with the Cisco VPN Client Ver 5.0.07.0440
    This config works. It is on the internal net 192.168..40.x and all users obtain dhcp and surf the web. It has required ports opened.The problem is that you can connect remotely via the VPN and you receive an IP address from the remote-vpn pool but you cannot see any machines on the internal network. The pix is at 40.2 and you cannot ping the pix and the pix from the remote PC connecting via the VPN and youcannot ping the remote PC from the PIX console when the remote is connected and receives the first IP address in the VPN pool of 192.168.40.25
    I need to  see the internal network and map network drives. I have another friend that is running the same config and it works but his computer is on a linksys wireless and has an IP of 192.168.1.x and the IP he receives from the VPN pool is 192.168.1.25 so I do not know if the same network is allowing this config to work even if there is an error in the config. In my present case I obtain the ip of 192.168.40.25 from the VPN pool and my connecting pc on 192.168.1.x    I really am not sure how the VPN virtual adapter works. I am assuming it routes all traffic from your connecting PC to and from the virtual adapater but I really do not know for sure.
    Other people have had similar issues with accessing the internal network from the VPN. One solution was the split-tunnel, another was the natting and another had to do with the encrption where there and an issue with the encrypt and ecrypt which was stopping the communicaton via the VPN.
    I still cannot seem to find the issue with this config and any help will be greatly appreciated.
    This is the config
    interface ethernet0 100full
    interface ethernet1 100full
    nameif ethernet0 outside security0
    nameif ethernet1 inside security100
    enable password somepassword
    hostname hostname
    fixup protocol dns maximum-length 512
    fixup protocol ftp 21
    fixup protocol h323 h225 1720
    fixup protocol h323 ras 1718-1719
    fixup protocol http 80
    fixup protocol rsh 514
    fixup protocol rtsp 554
    fixup protocol sip 5060
    fixup protocol sip udp 5060
    fixup protocol skinny 2000
    fixup protocol smtp 25
    fixup protocol sqlnet 1521
    fixup protocol tftp 69
    names
    object-group network internal_trusted_net
      network-object 192.168.40.0 255.255.255.0
    object-group icmp-type icmp_outside
      icmp-object echo-reply
      icmp-object unreachable
      icmp-object time-exceeded
      icmp-object source-quench
    access-list OutToIn permit icmp any xxx.xxx.xxx.0 255.255.255.248 object-group icmp_outside
    access-list no_nat_inside permit ip 192.168.40.0 255.255.255.0 192.168.40.0 255.255.255.0
    access-list split_tunnel permit ip 192.168.40.0 255.255.255.0 192.168.40.0 255.255.255.0
    access-list OutToIn permit ip any any
    access-list outbound permit ip any any
    (NOTE: I had many more entries in the access list but removed them. Even with the above two allowing everything it does not work)
    pager lines 24
    mtu outside 1500
    mtu inside 1500
    ip address outside xxx.xxx.xxx.xxx 255.255.255.248
    ip address inside 192.168.40.2 255.255.255.0
    ip audit info action alarm
    ip audit attack action alarm
    ip local pool vpn_client_pool 192.168.40.25-192.168.40.30
    pdm history enable
    arp timeout 14400
    global (outside) 1 interface
    I had this statement missing from the previous posted config but even with the nat (inside) 0 access-list no_nat_inside  it still does not work.
    nat (inside) 0 access-list no_nat_inside
    nat (inside) 1 0.0.0.0 0.0.0.0 0 0
    access-group acl_outside_in in interface outside
    access-group outbound in interface inside
    route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
    timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
    timeout uauth 0:05:00 absolute
    aaa-server TACACS+ protocol tacacs+
    aaa-server RADIUS protocol radius
    aaa-server LOCAL protocol local
    http server enable
    http 192.168.40.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server community $XXXXXX$
    no snmp-server enable traps
    floodguard enable
    sysopt connection permit-ipsec
    crypto ipsec transform-set 3des_strong esp-3des esp-sha-hmac
    crypto dynamic-map clientmap 50 set transform-set 3des_strong
    crypto map vpn 50 ipsec-isakmp dynamic clientmap
    crypto map vpn client configuration address initiate
    crypto map vpn client configuration address respond
    crypto map vpn client authentication LOCAL
    crypto map vpn interface outside
    isakmp enable outside
    isakmp identity address
    isakmp client configuration address-pool local vpn_client_pool outside
    isakmp nat-traversal 20
    isakmp policy 10 authentication pre-share
    isakmp policy 10 encryption 3des
    isakmp policy 10 hash sha
    isakmp policy 10 group 2
    isakmp policy 10 lifetime 86400
    vpngroup remote-vpn split-tunnel split_tunnel
    vpngroup remote-vpn idle-time 10800
    vpngroup remote-vpn password ANOTHER PASSWORD
    telnet timeout 5
    ssh 0.0.0.0 0.0.0.0 outside
    ssh 192.168.40.0 255.255.255.0 inside
    ssh timeout 30
    console timeout 60
    dhcpd address 192.168.40.100-192.168.40.131 inside
    dhcpd dns xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
    dhcpd lease 3600
    dhcpd ping_timeout 750
    dhcpd enable inside
    username AUSER password PASSWORD privilege 15
    terminal width 80
    ****************** End of config
    I have been searching docs and other people's postings trying to obtain the info to make this work. It appears pretty much boiler plate but I believe my problem is in the natting. I am using a range in the internal network for the VPN pool and I have tried switching this to other networks but this has not helped. Unfortunately I have been unable to get the PDM to work and I believe this is a PC config thing and I did not want to waste the time on it. I read a post where a person using the PDM interface with the same problem (not being able to access the internal network)  was able to go to a section in the VPN wizard and set the Address Exeption Translation. They said they originally set the VPN subnet when they did not have to. Many of the other blogs I read also stated that if the natting is not proper  for the VPN pool- that it will not work but I am confused by the examples. They show as I do the complete range for an access-list called no_nat_inside but I believe it should only have the VPN pool IP range and not the entire network since the others do require natting - not sure if my thought process is correct here. Any help will be greatly apprecaited. Also this morning I just tried a boiler plate example from CISCO and it also did not do what I need for it to do. And I also connect a PC to obtain an IP to see if I can see it - no good. The PC can ping the PIX and viceversa but no one can ping the remote PC that connects via the CISCO Remote VPN client even though it receive an address from the vpnpool. Also include LAN is checked off on the client. This was mentioned in anther post.
    Thank you once again.

    Hi,
    PIX501 is a very very old Cisco firewall that has not been sold for a long time to my understanding. It also doesnt support even close to new software levels.
    If you wanted to replace the PIX501 the corresponding model nowadays would be ASA5505 which is the smallest Cisco ASA firewall with 8 switch port module. There is already a new ASA5500-X Series (while ASA5505 is of the original ASA 5500 Series) but they have not yet introduced a replacing model for this model nor have they stopped selling this unit. I have a couple of them at home. Though naturally they are more expensive than your usual consumer firewalls.
    But if you wanted to replace your PIX firewall then I would probably suggest ASA5505. Naturally you could get some other models too but the cost naturally rises even more. I am not sure at what price these are sold as used.
    I used some PIX501 firewalls at the start of my career but have not used them in ages since ASA5505 is pretty much the firewall model we use when we need a firewall/vpn device for a smaller network/branch site.
    Here is a PDF of the original ASA5500 Series.
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/prod_brochure0900aecd80285492.pdf
    Here is a PDF of the new ASA5500-X Series
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/at_a_glance_c45-701635.pdf
    I am afraid that its very hard for me atleast to troubleshoot this especially since I have not seen any outputs yet. Also the very old CLI and lack of GUI (?) make it harder to see what the problem is.
    Could you provide the requested outputs?
    From the PIX after connection test
    show crypto ipsec sa
    Screen captures of the VPN Client routing and statistics sections.
    - Jouni

  • Fscommand is not working when opening PDF document in browser with Acrobat 9, why?

    We embedded a flash application in PDF using screen annotation. In the flash we use fscommand to call methods available in AcroJS.  In acrobat reader 9, if we view the document in Internet Explorer, we receive a security sandbox violation message saying that it cannot make fscommand calls to <unknown> (allowScriptAccess is ). But when we open the document in Firefox, it works fine.

    Have a read of this article on the web:
    http://www.actionscript.org/resources/articles/99/1/FS-Command-JavaScript-Library/Page1.ht ml
    The part that caught my eye was the following:
    "...These methods will not work with Internet Explorer on Macs. This lack of functionality is a brower issue with communication with plugins and cannot be resolved by anyone except MicroSoft. "
    I wonder if the same is true for Windows?
    Sabian

  • Breadcrumb in BSP is not working when application is called inside Portal.

    Dear All,
                We have implemented SAP Learning Solution by integrating it with SAP EP 7.0.
    We called the BSP Application HCM_LEARNING inside portal  using BSP iView template.
    The problem we are facing is, the breadcrumbs in the BSP application "HCM_LEARNING"  is working fine when it is called as a standalone application. But the same is not working when it is called inside portal framework page.
    Enterprise Portal breadcrumbs are working fine.
    How could we resolve this.?
    Regards,
    Eben Joyson.

    this is the radio button
    <af:selectOneRadio value="#{bindings.Gender1.inputValue}"
                                                     label="#{bindings.Gender1.label}"
                                                     required="#{bindings.Gender1.hints.mandatory}"
                                                     shortDesc="#{bindings.Gender1.hints.tooltip}"
                                                     id="sor5">
                <f:selectItems value="#{bindings.Gender1.items}" id="si7"/>
              </af:selectOneRadio>
    i use this sample
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADF_Insider_Essentials/ADF_Insider_Essential_YesNoRadio/ADF_Insider_Essential_YesNoRadio.html

  • URL Mapping not working inside MOSS

    hi,
    I want to achieve broken URL redirection in old web application developed in MOSS.
    For this purpose, i have to use URL mapping inside web.config -
    For Example -
    <urlMappings enabled="true" >
        <add url="~/brokenpath" mappedUrl="/subsite/Pages/Home.aspx" />
    </urlMappings>
    I have checked that '/subsite/Pages/Home.aspx' url is not broken but still getting 404 exception.
    Similar tag is working under dev/local environment but not working in the production,
    Can anybody please let me know the problem or any configuration missing.
    Thanks in advance.

    Hi Saurabh, can you provide the actual broken path, both in your web.config as well as the absolute URL?
    Dimitri Ayrapetov (MCSE: SharePoint)

Maybe you are looking for