Hi, it seems that there is an error in html code on this page: http://wiki.openkm.com/index.php/Basic_ ... w_creation. If you look at src code, you
will find that link to the swf file starts with no slash and points to some folder in '/index.php/Basic_workflow_creation/':
will find that link to the swf file starts with no slash and points to some folder in '/index.php/Basic_workflow_creation/':
Code: Select all
Instead of
<object type="application/x-shockwave-flash" data="images/1/18/Workflow_hello.swf" width="1024" height="788">
<param name="movie" value="images/1/18/Workflow_hello.swf">
Code: Select all
Please fix.<object type="application/x-shockwave-flash" data="/images/1/18/Workflow_hello.swf" width="1024" height="788">
<param name="movie" value="/images/1/18/Workflow_hello.swf">
