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
ok ty
i think i got it now
could someone test the link, i cant because it requires me to download
What link?
on my website.
under games
very last one, it says MarioBrothersRemix
Not loading for me.
I wonder if it could be the space in the URL or freewebs not supporting CCN files? I don't know.
Can you change it so there is no space in the URL?
where in the url?
the mmf2 file part?
yes
done
I don't think your server supports CCN file types.
You would need to have them set the mime type or find a different server.
No you can't fix this yourself the server guys must do it.
does it try to download something?
for u?
It tries but you want it to play in the browser.
it doesnt matter to me.
i just want people to play
if they can play it, then i can fix it so that it plays on the browser
does the download work?
I have tried out you file locally and on my webserver, and it seems like me and Jeff has given you wrong information.
All .ccn files seems to want to download when you type in the entire path to the file, regardless of browser. Sorry about that. Obviously that will not work for you then :)
Your webserver probably supports the file but you will need to use the embed method
I have uploaded your game along with a html file that will run it.
You need to upload this to a directory on your webserver. These 2 files will have to be put in the same directory!
http://www.burfelt.com/MarioBros.zip
Try and upload this to a directory, and then type in the address for Mario.html
Hopefully this will work
Hmmm isn't that interesting something must have changed as you could do this before.
A. what do u mean type in the adress for mario.html
B. what will this do
C. how do u make a html document?
the website has been updated.
try out the bottom 3 boxes and see if they work
Zabooza
I can see that you have uploaded the files I have made for you here:
www.klikteamgame.webs.com/mmfs
This means that you can browse to the address:
http://klikteamgame.webs.com/mmf2/mario.html
And that html document that I made will play your game. Try it out, it works.
To make a "Click To Play My Game" type of link.
Put this code in any webpage you want to have a link to your game.
Code:
<a href="http://klikteamgame.webs.com/mmf2/mario.html">Click To Play My Game</a>
Hope this will work for you.
how did u make the html document?
and does that html document just work for that ccn file or will it work for all of my files?
how do i make each ccn file specific to each html file so that i dont have to delte all of my previous updates when i realese a new one
also the html just brings up the box.
i dont know if it is just my cpu or it just doesnt work
i tried it on another computer, and it wanted me to install vitalize
i did and it played. then i refresed the page and it would never work again
do u need to have vitalize installed to play the game?
also i updated the website this time the game is under "my own games"
also i want to use the ini++ to save and load
from what i can tell, only the ini is can be used. Am i right, or can the INI++ be used too.
i am perfectly fine with using the ini, but in the post on "limits on vialized applications"(has been stickied), it says that itthe website is in protect mode, the save will not work. how would i fix this?