User Tag List

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

Thread: Sudden Vitalize "Bug"

  1. #1
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Sudden Vitalize "Bug"

    I have an vitalized application that was working fine until recently. All of a sudden it stopped working. The site is:
    http://www.tesd.k12.pa.us/stoga/dept/science/pennnano2007/index.html You will need to go to the Orders of Magnitude Application on the left menu bar. There is a second site where the same app is no longer working. It works fine from my hard drive. The code is given below. Other apps that were put up with ancient code of MMF 1.5 still work fine. Seems really wierd to me.

    Secondary question. Where can I find a vitalize maker, where I just plug in the file name, and it spits out the code. It alludes to this on the Vitalize page, but I could not find it.

    Thanks in advance.

    STeve

    <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>

    Steve

  2. #2
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Burfelt's Avatar
    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    526
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Sudden Vitalize "Bug"

    Hi Steve

    I see the vitalize application is placed on the following site:
    http://www.tesd.k12.pa.us/stoga/dept/science/pennnano2007/orders/runorders.htm

    Looking through the code it looks like part of the vitalize code is deleted. I have only found part of the code above on your site.

    <embed type="application/x-cnc" width=800 height=600 backcolor=0,0,0
    preview=yes taskpriority=100
    progressbar=53,181,222,5 progressbarcolor=255,0,0
    progressbarbordercolor=128,0,0 src="ordersofmagnitudeM.ccn">
    </embed>

    Please correct the above code with the full code for embedding vitalize, and your problem should be solved. Why the code broke in the first place I cannot answer.


  3. #3
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Burfelt's Avatar
    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    526
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Sudden Vitalize "Bug"

    And for your second question:
    http://vitacode.nouvelle-cible.com/

    edit: I see it's in french only. I'm not sure if there is an english version online still. Anybody?

  4. #4
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sudden Vitalize "Bug"

    Thanks for the info. I should have checked the code myself and I will be following up on it shortly. It's hard to understand how this could have happened, since the code was working and no uploads (that I know of) to that portion of the site have been made since then. In fact, it's very hard for me to make the updates since it is my school's site and all uploads need to go through someone else. I usually only update the site once a year in May.
    Steve

  5. #5
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sudden Vitalize "Bug"

    OK, I changed the vitalize code to:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Untitled Document</title>
    </head>

    <body>
    <OBJECT ID="Vitalize1" WIDTH=100% HEIGHT=100% 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="ordersofmagnitudeM.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="ordersofmagnitudeM.ccn"
    checkversion="4,0,247,6"
    PLUGINSPAGE="http://www.clickteam.com/vitalize4/download.html"
    WIDTH=100%
    HEIGHT=100%>
    </EMBED>
    </OBJECT>
    </body>
    </html>

    But it still does not work - still just says click to activate and when clicked does nothing.

    Runs fine off of my hard drive. I did change the height and width from 50% to 100% since when I ran it with 50% on my hard drive, it did not show all of the application screen.

    Any help appreciated.

    Steve

  6. #6
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Sudden Vitalize "Bug"

    Whats your page so people can see it live?

    Is it here:
    http://www.tesd.k12.pa.us/stoga/dept/science/pennnano2007/orders/runorders.htm

    Because it would want to find the CCN here:
    http://www.tesd.k12.pa.us/stoga/dept/science/pennnano2007/orders/ordersofmagnitudeM.ccn

    And that doesn't exist

  7. #7
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Burfelt's Avatar
    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    526
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Sudden Vitalize "Bug"

    also in your code, you have a missing "<" at the beginning of your embed tag. Made bold in the code below:

    <OBJECT ID="Vitalize1" WIDTH=100% HEIGHT=100% 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="ordersofmagnitudeM.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">
    [size:14pt]<[/size]EMBED TYPE="application/x-cnc"
    SRC="ordersofmagnitudeM.ccn"
    checkversion="4,0,247,6"
    PLUGINSPAGE="http://www.clickteam.com/vitalize4/download.html"
    WIDTH=100%
    HEIGHT=100%>
    </EMBED>
    </OBJECT>

  8. #8
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sudden Vitalize "Bug"

    Boy, you all are quick and good. Thanks for the feedback. Jeff, how could you tell that the ccn file was not there? Being able to tell which files are there would really help me out.
    Steve

  9. #9
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Sudden Vitalize "Bug"

    Its easy to debug if the file is missing.
    Simply type the URL where the CCN should be and see if it can be found.

    In your code where you have
    <PARAM NAME="URL" VALUE="ordersofmagnitudeM.ccn">
    and
    SRC="ordersofmagnitudeM.ccn"

    This means it will look in the same folder as the HTML page for the CCN.

    So if you can't type in the complete path to the CCN the embed code won't be able to find it either.

    You can also put the entire URL to your CCN file.
    http://www.server.com/file.ccn

    This sometimes help make sure both the developer and the page agree this is where the ccn file is

  10. #10
    Clicker Multimedia Fusion 2 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    drnebula's Avatar
    Join Date
    Jul 2006
    Location
    Pennsylvania, USA
    Posts
    908
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sudden Vitalize "Bug"

    Jeff,

    I must be missing something. When I type in the complete URL, all I get is a page not found screen. What would I see that would tell me if the file was or was not there?

    If I run the htm file tha calls the CCN file, would it look different if the CCN was there versus if it was not there.

    The tech person at my school swears that both files are there, but it is still not working.

    Thanks,
    Steve

Page 1 of 2 1 2 LastLast

Similar Threads

  1. "Cannot load joystick2.mfx" when "Compress the runtime" unchecked. Fine when checked.
    By DistantJ in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 14th September 2013, 09:44 PM
  2. "Rendertarget ping/pong" and "Pixel shaders" Can TGF2 do this?
    By CloudExSolider in forum The Games Factory 2 - Technical Support
    Replies: 13
    Last Post: 7th April 2013, 08:21 PM
  3. "Bug" For Saving and Loading Frame Positions AND "Timer Glitch"?
    By Zarpo in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 27th March 2012, 12:40 PM
  4. Issues with "Clickteam Movement Controller" and "Runtime" Object
    By jimmyorpheus in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 29th November 2011, 07:10 AM
  5. Vitalize 4 et le site internet "clickteam"
    By alain in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 30th January 2008, 03:21 PM

Posting Permissions

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