User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 20

Thread: How to get games and chat on website?

  1. #1
    Clicker Fusion 2.5

    Join Date
    Jul 2006
    Location
    Illinois. USA
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to get games and chat on website?

    Hello, I was wondering when you create a chat and or game and want to have the game embed in a web browser so people can play or chat online, how do you do that?

    In MMF2 I changed the application to internet application and then when it saved I was able to open it up in browser and it worked there. IS that all there is to it basically?
    If so I cant figure out in Dreamweaver how to add that file so I can add it to the web. I looked on here for info. on how to do any of this, Im probably bypassing it like usual.
    Can someone enlighten me on what needs to be done (in simple term step by step of getting it on web)?

    Thanks ahead of time

  2. #2
    Clicker Fusion 2.5 Developer

    Join Date
    Jan 2007
    Location
    USA
    Posts
    691
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to get games and chat on website?

    Well, you would have to add the actual embed code used for vitalize into the HTML. If you don't know HTML, I would advise that you learn it.

    Anyway, here's the embed code:
    Code:
    <OBJECT ID="Vitalize1" WIDTH=50% HEIGHT=50% type="application/x-cnc"
    CLASSID="CLSID:EB6D7E70-AAA9-40D9-BA05-F214089F2275"
    CODEBASE="http://www.clickteam.com/vitalize4/vitalize.cab#Version=4,0,247,6">
    <PARAM NAME="URL" VALUE="YOURFILE.ccn">
    <PARAM NAME="ProgressBar" VALUE="53,181,222,5">
    <PARAM NAME="ProgressBarColor" VALUE="255,0,0">
    <PARAM NAME="ProgressBarBorderColor" VALUE="255,255,0">
    <PARAM NAME="BackColor" VALUE="0,255,0">
    <EMBED TYPE="application/x-cnc"
    SRC="YOURFILE.ccn"
    checkversion="4,0,247,6"
    PLUGINSPAGE="http://www.clickteam.com/vitalize4/download.html"
    WIDTH=50%
    HEIGHT=50%>
    </EMBED>
    </OBJECT>

  3. #3
    Clicker Fusion 2.5

    Join Date
    Jul 2006
    Location
    Illinois. USA
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to get games and chat on website?

    Thanks so much it worked! Yeah I know very little coding in html. I dont use it much. I think thats why I got Dreamweaver to kind of help me with that. Anyways thanks again.

  4. #4
    Clicker Fusion 2.5

    Join Date
    Jul 2006
    Location
    Illinois. USA
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to get games and chat on website?

    I got it set up on the website...but 1. I cant get rid of the white border around the chat. I tried adding in this line
    <PARAM NAME="BackColor" VALUE="0,255,0"> Instead of 0,255,0 i put 0,0,0 thinking that would be black.

    2. When logged in and I had someone else log in from the website, we just saw ourselves no one else in there. How do I fix that?

  5. #5
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Location
    Turku, Finland
    Posts
    1,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to get games and chat on website?

    Quote Originally Posted by HyperspazzMan
    2. When logged in and I had someone else log in from the website, we just saw ourselves no one else in there. How do I fix that?
    Have you tried that the chat works fine in your PC as an EXE? Does it use any extensions Vitalize! might not yet support?

  6. #6
    Clicker Fusion 2.5

    Join Date
    Jul 2006
    Location
    Illinois. USA
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to get games and chat on website?

    yeah we tried it as an exe file first and it worked great. Just when I put it up online is when I had the trouble. And they downloaded the file extension so they could view chat. Just we dont appear in same room. were alone in our own little chat room lol.

  7. #7
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Location
    Turku, Finland
    Posts
    1,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to get games and chat on website?

    As far as I know MooClick (that's probably what you're using, right?) should be Vitalized.. maybe give us the link to the page so we can test it?

  8. #8
    Clicker Fusion 2.5

    Join Date
    Jul 2006
    Location
    Illinois. USA
    Posts
    114
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to get games and chat on website?

    Its jeffs tutorial but wanted to add what I did online for a guys website. I cant figure out how to get rid of the white box it looks tacky.
    http://www.mrwebauthor.com/digitalimagerevolution/chat.html

  9. #9
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to get games and chat on website?

    is the window size bigger than the play area?

  10. #10
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to get games and chat on website?

    Yeah I couldn't see tons of stuff.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Website Games
    By Game_Master in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 31st August 2007, 08:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •