i have made my game into a ccn file
how do i upload it to freewebs?
i have no understand of html,ftp or anything else
Printable View
i have made my game into a ccn file
how do i upload it to freewebs?
i have no understand of html,ftp or anything else
Well you need to use FTP to upload it -- so some learning is required.
Uploading a CCN is just like uploading anyfile to freewebs so perhaps they have a tutorial you could check out.
i have already uploaded the file
now i need the html but i have no idea how to do that
oh i think i know where i went wrong
dont u have to use vitalize with the ccn file?
so the only thing i would HAVE to change is the yourapp.ccn parts right?Quote:
<OBJECT ID="Vitalize1" WIDTH=320 HEIGHT=200 type="application/x-cnc"
CLASSID="CLSID:EB6D7E70-AAA9-40D9-BA05-F214089F2275"
CODEBASE="http://www.clickteam.com/vitalize4/vitalize.cab#Version=4,0,248,1">
<PARAM NAME="URL" VALUE="yourapp.ccn">
<EMBED TYPE="application/x-cnc"
SRC="yourapp.ccn"
checkversion="4,0,248,1"
PLUGINSPAGE="http://www.clickteam.com/vitalize4/download.html"
WIDTH=320
HEIGHT=200>
</EMBED>
</OBJECT>
and the vitalize 1
You only need to change the yourapp.ccn part.
You can also type in the browser window the full URL to your CCN
Example
http://www.freewebs.com/yourfolder/yourapp.ccn
This will test if freewebs supports CCN files.
doesnt my game have to have vitalize in it though?
No it doesn't
The plug in object just need to be added if you want to use some of its features that work in Vitalize.
ohhhhhhhhh
so could somone give me
so wold the html that is used for vitalize work if i dont use vitalize?
if u go to www.onemouseclick.webs.com, it is an example of what i want.
when u click the title of the game, it goes to www.fhq.com and loads the game from an url
how would i get something like that?
Hi Zabooza
When you in MMF choose to save your project as a vitalize application. it will save it as a name .ccn file instead of a name.exe file.
When the name.ccn file is uploaded to the browser, it can be played directly in the browser by typing out the entire url. This is what Jeff means by giving the example of typing out:
http://www.freewebs.com/yourfolder/yourapp.ccn
You can place your vitalize application directly on a html page along side other html-content. This is referred to as embedding the vitalize application on a webpage. And you can use the code you have mentioned yourself.
If you just want to open the name.ccn file in an entire window on it's own. Then you can use a simple html link like this:
<a href="url to your name.ccn">Play Game</a>
In the example given by Jeff it would be:
<a href="http://www.freewebs.com/yourfolder/yourapp.ccn">Play Game</a>
Hope you can get it to work. Else you are welcome to visit us in the chatroom