Flash Movie not playing

2008-09-23 Thread jennifer drechsler
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 =

Re: Flash Movie not playing

2008-09-23 Thread Steve Nelson
You probably need to set a base href. Try adding this: base href=http://sfwater.org/ http://sfwater.org/flash_test.cfm?MC_ID=35 Steve Nelson On Tue, Sep 23, 2008 at 7:18 PM, jennifer drechsler [EMAIL PROTECTED]wrote: Does anyone know why this url would play all of the flash movies:

Re: Flash Movie not playing

2008-09-23 Thread jennifer drechsler
Is there a way to set the base without out using an href. What if someone types this url into the browser and doesn't get here from a link, or gets here from a link that I don't control? You probably need to set a base href. Try adding this: base href=http://sfwater.org/

Re: Flash Movie not playing

2008-09-23 Thread Steve Nelson
As far as I can tell from your example, that should matter. Unless you were to set the href as a relative path. In the past when I've used this, I tend to make it dynamic. Like this: base href=http://#cgi.serverName#/; Do you have an example of when an external link would break it? Steve Nelson

Re: Flash Movie not playing

2008-09-23 Thread jennifer drechsler
Actually, after doing a little digging around, and your suggestion of base, I finally figured out how and where to put this tag. Thanks so much for pointing me in the right direction. ~| Adobe® ColdFusion® 8 software 8 is the