Does anyone know why this url would play all of the flash movies:

http://sfwater.org/flash_test.cfm?MC_ID=35

But this one does not play one of them.

http://sfwater.org/flash_test.cfm/MC_ID/35


This is the code that is converting the urls:

<CFSET PATH = 
REReplace(CGI.PATH_INFO,".*#ListLast(CGI.CF_TEMPLATE_PATH,"\")#","")>
<CFIF NOT Len(Path)><CFEXIT></CFIF>

<CFLOOP INDEX="X" FROM="1" TO="#ListLen(Path,"/")#" STEP="2">
        <CFTRY>
                <CFSET "URL.#ListGetAt(Path,X,"/")#" = ListGetAt(Path,X+1,"/")>
                <CFCATCH>
                </CFCATCH>
        </CFTRY>
</CFLOOP>


Thanks for the help with this.
Jennifer 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:313003
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to