Skip to main content
calmchessplayer
Inspiring
September 16, 2011
Answered

Adob3 My applications are broken with FMS 4.5

  • September 16, 2011
  • 1 reply
  • 5223 views

I am trying to use the following in my server side script......I've been using these for years but they don't seem to work in FMS 4.5 do I have to upgrade my scripts to continue using them or are these still available? I can't google anything on them so please shed some light on this. I'm going to continue digging into FMS 4.5 in attempt to fix this without a SSAS rewrite. For anybody who is intrested I will be reporting back to this thread when i resolve this issue.        

load("framework.asc");
load("netservices.asc");

gFrameworkFC

    This topic has been closed for replies.
    Correct answer Graeme Bull

    For most it comes as a very large surprise. I have no idea if that point is in the docs, I've never seen it, can you find it easily in there? Luckily Adobe keeps the past versions on their site and it's just a matter of going to go get them (a pain, but that's the cost of maintaining ancient code I guess).


    Brian, you're the only person that can tag this post as answered. Points aren't that important, making sure others are pointed in the right direction is though

    1 reply

    Nikhil_Kalyan
    Participating Frequently
    September 18, 2011

    Hi,

    Thanks for trying FMS 4.5.

    No changes have gone in to this part of the server. The scripts should work just fine. Can you please let me know what's the issue here ? Are the scripts not loading at all or are there any errors blocking the load ?

    Thank you for your cooperation.

    calmchessplayer
    Inspiring
    September 18, 2011

    These are the errors i get are the paths and file names to the framework and netservices correct? This server side script works fine in FMS 3.5 and 3.0. What is the path and names of the files for  framework.asc and netservices.asc or equvilent on FMS 4.5? I usually can find these within  the FMS installation directories but I can't find them anymore.

    load("framework.asc");
    load("netservices.asc");

    gFrameworkFC

    Sending error message: C:\Program Files\Adobe\Flash Media Server 4.5\applications\test\main.asc: line 251: ReferenceError: gFrameworkFC is not defined

    Sending error message: C:\Program Files\Adobe\Flash Media Server 4.5\applications\test\main.asc: line 103: ReferenceError: gFrameworkFC is not defined

    Sending error message: C:\Program Files\Adobe\Flash Media Server 4.5\applications\test\main.asc: line 251: ReferenceError: gFrameworkFC is not defined

    Sending error message: C:\Program Files\Adobe\Flash Media Server 4.5\applications\test\main.asc: line 103: ReferenceError: gFrameworkFC is not defined

    Sending error message: C:\Program Files\Adobe\Flash Media Server 4.5\applications\test\main.asc: line 251: ReferenceError: gFrameworkFC is not defined

    Nikhil_Kalyan
    Participating Frequently
    September 18, 2011

    I am not sure why these files are missing, they should not be. I will track that problem. Meanwhile, can we try few quick things please ?

    1. Did you check the scriptlib directory under FMS installation to see if the script files are already present ?

    2. Copy the script files from FMS 3.5 installation (if you still have it somewhere running) and keep them in the same place on 4.5 as they were on 3.5. Did you try this already ?

    Thank you !