| | |
|
|
|
Link Management Breaks with Flash+Querystring |
| message from SuperSimon on 23 Jul 2004 |
I'm developing a site using Dreamweaver templates, here's my scenario.
Template contains a Flash file in locked section: ../flash.swf
Templated page in root links to: flash.swf
= WORKS AS EXPECTED
Change template to link to: ../flash.swf?title=abc
Templated page in root links to: flash.swf?title=abc
= WORKS AS EXPECTED
Change template to link to: ../flash.swf?title=@@(MyVar)@@
Page in root links to: ../flash.swf?title=value
= Relative link is now broken, though the template value is placed correctly
It seems DW can't handle doing both a template variable placement AND link
management at the same time. Any ideas on how to fix this? I guess I could use
Javascript to pass the variable to SWF instead, but it seems like an
unnecessary hack. Any ideas? Is this a bug? Haven't done a whole lot on
extending DW, but can I edit some code somewhere to fix this functionality?
Thanks,
Simon.
|
|
Archived message: Link Management Breaks with Flash+Querystring (Macromedia Dreamweaver Web Design)