From: ducati1 on 16 Dec 2008 19:42 Sorry to bother again but Tim I just applied your patch to another page and it does not work, The only difference is this page is in a sub folder. Can you help? http://www.wvhgc.org/MemberPages/AnthonyMeechan.txt
From: TC2112 on 16 Dec 2008 19:58 Does it give the same error message? Try removing the space between write and ( here: <<%Response.write ("object")%> so it's this: <<%Response.write("object")%> Take care, Tim "ducati1" <webforumsuser(a)macromedia.com> wrote in message news:gi9htp$ml8$1(a)forums.macromedia.com... > Sorry to bother again but Tim I just applied your patch to another page > and it > does not work, > The only difference is this page is in a sub folder. > Can you help? > http://www.wvhgc.org/MemberPages/AnthonyMeechan.txt >
From: ducati1 on 16 Dec 2008 20:49 No luck Tim. That's weird how it worked on all the other pages with server behaviour but not this page in a sub folder.
From: TC2112 on 16 Dec 2008 21:46 So it's the same embedded object tag error you're getting? "ducati1" <webforumsuser(a)macromedia.com> wrote in message news:gi9ls5$r8p$1(a)forums.macromedia.com... > No luck Tim. > That's weird how it worked on all the other pages with server behaviour > but not this page in a sub folder. >
From: TC2112 on 16 Dec 2008 21:52 Hello, You said this page is in a subfolder, but it has the same path to the swf as the other page you showed: value="flash/header_v8.swf?button=0" This means it's looking for a folder in this subfolder named "flash". This one as well: <object data="flash/header_v8.swf?button=0" width="891" height="500" type="application/x-shockwave-flash"> If there isn't a folder named flash in this subfolder with header_v8.swf in it, you need to change the path. You could just use absolute paths (http://www.....) so you can insert the flash anywhere without having to worry about it. Take care, Tim "ducati1" <webforumsuser(a)macromedia.com> wrote in message news:gi9ls5$r8p$1(a)forums.macromedia.com... > No luck Tim. > That's weird how it worked on all the other pages with server behaviour > but not this page in a sub folder. >
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: DW crashes when creating new site Next: CS4 - a syntax error on line 27 of list.js.php |