Posts by Saj

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.

    I've made an application (MF2)that has an avi file in it, when i save it as an CCN file and then use html to load it in the browser it says MCI error, can not find file, however the file is in the same folder as the CCN file.

    here's the code in my html file:-

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "Please login to see this link.">
    <html>
    <head>
    <title>
    This is the title of the page.
    </title>
    </head>
    <OBJECT ID="Vitalize1" WIDTH=800 HEIGHT=600 type="application/x-cnc"
    CLASSID="CLSID:EB6D7E70-AAA9-40D9-BA05-F214089F2275"
    CODEBASE="Please login to see this link.">
    <PARAM NAME="URL" VALUE="c:\Bluview\vid1.ccn">
    <EMBED TYPE="application/x-cnc"
    SRC="vid1.ccn"
    checkversion="4,0,248,1"
    PLUGINSPAGE="Please login to see this link."
    WIDTH=320
    HEIGHT=200>
    </EMBED>
    </OBJECT>
    </html>e:


    Please can someone tell my why this is not working

    Thanks