feedthemonkey
Programmer
I have a houghe problem including Flash Movies (swf) into Livelink.
I'm using a Livelink, that parses every known link into
a server-relativ path. This works almost everytime.
Only one thing doesnt work:
<OBJECT classid=clsid27CDB6E-AE6D-11cf-96B8-444553540000
codeBase= width=120
height=60>
<PARAM NAME="movie" VALUE="
<------ link is not changed to server-relative!!! What do I need to add to the parser.xml to let it change the path to server-relative???
<PARAM NAME="quality" VALUE="high">
<embed src="/path/path/Editor_Megaphon_120.swf"
<------ This change does work propably, after adding the following entry to parser.xml:
<pattern5 name="tbicp">
<p1>"<embed"</p1>
<p2>"src="</p2>
</pattern5>
width="120" height="60" quality="high"
pluginspage="type="application/x-shockwave-flash"></embed>
</OBJECT>
Further I'd like to know in what case the changes of the parser.xml are noticed from LL:
Do I have to:
- just replace the parser.xml?
- restart the LL system?
- to redeploy everything?
So the parser.xml is still a little myth for me.
Brought to the point:
I need to embed Flash Movies and the paths given have to change to server-relative.
I'm using a Livelink, that parses every known link into
a server-relativ path. This works almost everytime.
Only one thing doesnt work:
<OBJECT classid=clsid27CDB6E-AE6D-11cf-96B8-444553540000
codeBase= width=120
height=60>
<PARAM NAME="movie" VALUE="
<------ link is not changed to server-relative!!! What do I need to add to the parser.xml to let it change the path to server-relative???
<PARAM NAME="quality" VALUE="high">
<embed src="/path/path/Editor_Megaphon_120.swf"
<------ This change does work propably, after adding the following entry to parser.xml:
<pattern5 name="tbicp">
<p1>"<embed"</p1>
<p2>"src="</p2>
</pattern5>
width="120" height="60" quality="high"
pluginspage="type="application/x-shockwave-flash"></embed>
</OBJECT>
Further I'd like to know in what case the changes of the parser.xml are noticed from LL:
Do I have to:
- just replace the parser.xml?
- restart the LL system?
- to redeploy everything?
So the parser.xml is still a little myth for me.
Brought to the point:
I need to embed Flash Movies and the paths given have to change to server-relative.