Problem compiling APK with flash

Hi
I wrote an app for iPhone and wanted to put it on android, changing the settings in flash.But when I compile to get an APK the compilation stop just 10 or 9 second before the end I hear the warning sound of my mac and then nothing.
When I compile other "test app" it goes all  the way  !!!
Do someone have this issue ?

Yes, after I faced this problem with my project I simply tested the component with a new blank file - and I get these problems.
I personally downgraded to Flash CS4 as I count CS5 a complete crap - I waste too much time on its problems and infinite crashes. So this topic is not relevant for me anymore as with CS4 there is no such problem.

Similar Messages

  • Having problems compiling *.java with import javax.servlet.jsp......

    I've been trying to do the tutorials in a book titled Apache Jakarta-Tomcat as part of my introduction to JSP. I'm new to Java but do know the basics. I have on my machine Java 1.3, Java 1.4, Java FrameWorks 2.1 and Jython 2.1 on Win2000 Pro. So enough about my configuration. I have never worked with packages also.
    I downloaded the files from the books site due to the fact I make a lot of typos when hand coding Java (I've become a pretty good debugger of my own code). But everytime I go to compile the *.java I get error messages. So below you will find HelloTag.java and beneath that the error messages that are thrown when I try and compile it. I tested other bits of *.java and have had no problem compiling them. Is there a JSP module I'm missing?
    Am I doing something wrong or am I missing something from my configuration.
    Marijan Madunic
    package chapter2;
    import javax.servlet.jsp.JspException;
    import javax.servlet.jsp.JspTagException;
    import javax.servlet.jsp.tagext.TagSupport;
    public class HelloTag extends TagSupport
    public void HelloTag() {
    // Method called when the closing hello tag is encountered
    public int doEndTag() throws JspException {
    try {
    // We use the pageContext to get a Writer
    // We then print the text string Hello
    pageContext.getOut().print("Hello");
    catch (Exception e) {
    throw new JspTagException(e.getMessage());
    // We want to return SKIP_BODY because this Tag does not support
    // a Tag Body
    return SKIP_BODY;
    public void release() {
    // Call the parent's release to release any resources
    // used by the parent tag.
    // This is just good practice for when you start creating
    // hierarchies of tags.
    super.release();
    D:\Java\JDK 1.3\bin>javac HelloTag.java
    HelloTag.java:3: cannot resolve symbol
    symbol : class JspException
    location: package jsp
    import javax.servlet.jsp.JspException;
    ^
    HelloTag.java:4: cannot resolve symbol
    symbol : class JspTagException
    location: package jsp
    import javax.servlet.jsp.JspTagException;
    ^
    HelloTag.java:5: cannot resolve symbol
    symbol : class TagSupport
    location: package tagext
    import javax.servlet.jsp.tagext.TagSupport;
    ^
    HelloTag.java:7: cannot resolve symbol
    symbol : class TagSupport
    location: class chapter2.HelloTag
    public class HelloTag extends TagSupport
    ^
    HelloTag.java:14: cannot resolve symbol
    symbol : class JspException
    location: class chapter2.HelloTag
    public int doEndTag() throws JspException {
    ^
    HelloTag.java:20: cannot resolve symbol
    symbol : variable pageContext
    location: class chapter2.HelloTag
    pageContext.getOut().print("Hello");
    ^
    HelloTag.java:24: cannot resolve symbol
    symbol : class JspTagException
    location: class chapter2.HelloTag
    throw new JspTagException(e.getMessage());
    ^
    HelloTag.java:28: cannot resolve symbol
    symbol : variable SKIP_BODY
    location: class chapter2.HelloTag
    return SKIP_BODY;
    ^
    HelloTag.java:37: cannot resolve symbol
    symbol : variable super
    location: class chapter2.HelloTag
    super.release();
    ^
    9 errors

    Well, it looks like you've not got the servlet development kit JAR on your classpath. I think it'll probably be called servlet.jar on your system. Add that to the classpath if it's not already there.
    Incidentally, you've bumped into one of the areas Java's slightly lenient - declaring a method that looks like a constructor:
    public HelloTag() { }
    public void HelloTag() { }The first is a constructor, the second is a normal method. I'm assuming you intended to have the former instead of the latter.
    Anyway, hope this helps.

  • Unusual Problem caused by/with flash?

    An unusual problem recently developed from flash and cannot resolve. I am running windows XP service pack 3 and i have flash 10.1 running. The problem that i have run into is this, when i have the internet browser open and i leave it idle for 5 minutes a windows error message comes up that says:
    Could not find file "Flash.ocx"
    Prior to 8/10/2010 this never happened, additionally I have looked in the appropriate folders on my system and the program seem to be there. I have also checked the program with Adobe and there system says program is up to date and functioning properly on both internet browsers that I use which are: IE8 and Google Chrome. Can anyone help to identify this problem as i am unsure of what steps to take to correct this issue and Microsoft has become completely useless.

    Hi, I would not suggest a System Restore, especially if you have all Flash Player files and the SWO correctly Installed.
    There could be another reason if you continue to get that message. System Restore is not a "fix" per se, it is there for your Windows Operating System in case of failure. I know people use it for other reasons, but just speaking for myself, I never have. I just research and find out the solution to whatever issue I may have at the time.
    Any add on in your IE browser from whatever source can conflict with the browser, Flash Player (the SWO ActiveX Control) or other add ons. Especially any Anti-Virus program add ons. So you may want to check those to see if that is happening. Toolbars and their browser add ons also.
    Go to C:\Windows\System32\Macromed\Flash  Open Flash and post back all files listed there just to make sure they are correct.
    Thanks,
    eidnolb

  • No problems so far with Flash win 10.3.181.14

    No problems so far with control panel, positioning or content with flash win 10.3.181.14.
    Windows 7 Pro.
    IE9 RTM

    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))}tslocum10 wrote:
    I think it is quite clear where the fault lies, and it is obvous the fault lies with Adobe when you have a hundred people across many different PC configurations having the same issue that I had after installing the latest version of Flash. This is the typical argument the companies want to take when something goes wrong. Always blame the PC user even when the user followed the instructions to the letter had all the latest drivers. And it's mighty strange that I and a lot of people I know did not, and never had a problem with flash player until we installed version 10.3. As for fixing the problem, it took another user on here to tell me how to fix it. No one from Adobe bothered to provide the solution.
    I can see that it is pointless continuing to explain any further the problems with attempting to configure flash to fit all of the myriad of pc's in the world.
    But I will try one last time to get you to understand that this forum is not run by Adobe staff members, it is run by volunteers like you and I. That is why no one from Adobe bothered.

  • How to package the runtime into APK with Flash Pro + AIR 3 SDK?

    Hi
    I'm very glad to update my AIR SDK from 2.7 to 3.0 and everything seems working well. But how can I package runtime into .apk file with Flash Pro?
    Should I change the XXXXX-app.xml manually?
    Thanks

    Thanks, that explains a lot.
    I'm afraid I'm a bit confused about what the preferred way of developing extensions is going ahead. There seems to be a lot of conflicting documentation on the adobe site, e.g. http://www.adobe.com/devnet/creativesuite.html  seems like the top page for extension documentation but it only talks about CS SDK 2.0 which uses CSXS and doesn't seem to be compatible with creative cloud apps.
    Then there's CS Extension Builder 2.1 which looks like it supports Flash Pro CC but isn't mentioned in the pages you linked too and it doesn't mention JSFL, but talks about the CSAW library.
    Do you know if:
    * The CS SDK has been dropped completely? 
    * CS Extenstion Builder is deprecated? (I can't see it as an option in the list of Creative Cloud apps)
    * Is then any documentation/utilities to help migrate existing CSXS extensions to work with creative cloud apps?
    Thanks,
    Stephen

  • Problem streaming MP3 with flash and IE7

    Ok, I have a big problem here. Only occurs with Internet
    Explorer 7 and possibly 6 too. Happens only on some systems, one of
    mine do that, I have 3 systems.
    I have a website that opens a window that streams a webradio
    from another website. The websites are not on the same server. When
    I first open IE, and click on the radio link that contains de flash
    file that loads the MP3 file to stream, it works. I close down the
    window, re-open the link, and it keeps loading (the little circle
    keeps rotating for ages). I have latest version (9.0.47.0) of flash
    player installed, like my other systems. If I close all instances
    of explorer and open the radio link again, it works ! But at the
    moment I close down the new window (there's another explorer opened
    at that moment), and open it again, it won't work.
    Seems to be either explorer OR flash to be faulty, I tried 4
    different flash player, they all do the same thing, so it's not the
    flash player (SWF file) that loads the MP3. Is there a solution? Is
    it a known problem??

    http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm ?context=Flash_MX_2004&file=00000364.html

  • Upload problem in Safari with Flash Player

    Hi All,
    Had this problem for ages and was thinking to sort it out now.
    I can't upload files thru flash uploader such as google email, soundcloud and other sites.
    Getting following error messages:
    Google - Attachment failed. This may be due to a proxy or firewall.
    Soundcloud - There was an error while uploading. Waiting to retry...
    Same procedure works perfectly on Firefox.
    Using Macbook Pro Intel, OSX 10.6.6, Flash Player 10.1.102.64

    Hi All,
    Had this problem for ages and was thinking to sort it out now.
    I can't upload files thru flash uploader such as google email, soundcloud and other sites.
    Getting following error messages:
    Google - Attachment failed. This may be due to a proxy or firewall.
    Soundcloud - There was an error while uploading. Waiting to retry...
    Same procedure works perfectly on Firefox.
    Using Macbook Pro Intel, OSX 10.6.6, Flash Player 10.1.102.64

  • Problem compiling module with named package

    Hi,
    I'm relatively new to Flex and only recently came upon Flex modules. I am trying to use an interface between the modules and my main application, both to enforce compatibility and to ease data access from the modules to the main application (i.e., the preferred approach on Adobe's module implementation docs). I am, however, running into a problem when trying to compile the module (using Ant) due to its implementation of an interface in a named package. It seems I have a choice between two compilation errors:
    1) an error referring to difference between the named package structure and the unnamed package for my module
    2) an interface not found error when I specify the full package name for the interface in the module "implements" attribute
    #2 seemed more promising as I figured this was just some sort of source path error. After adjusting the source path many times, though, I have been unable to get past the interface not found error. I even tried to compile the interface into a SWC and then place the SWC on the library path.
    Overall, the structure of the code is very simple:
    com.example.workers.IModule
    WorkerModule1
    If I go ahead and make IModule part of an unnamed package, I can get past problem #1 (avoid #2) and get it to compile, but then I do not have the ability to cast the child of the loaded module (ModuleLoader.child) to the interface in my main application to insure that it is of the right type (though I can hack around this by checking if the child has a certain property or function).
    Anyway, I am guessing that there might be something simple that I am missing here--i.e., some way to get the named package onto the path for my mxmlc-based compilation of the module or some way to add the named package structure to my module (adding an xmlns did not accomplish anything). In any case, any help here would be greatly appreciated.
    --jonathan

    You definitely have the wrong version. You want 2.0.1 (we
    haven't made a 2.1). The download on the Flex page is always the
    most current version, 2.0.1 in this case. Try it again.

  • RSL Error 3 of 3 - Is this problem to do with Flash Player?

    In trying to access sailing screens on www.sailonline.org I get the message "RSL Error 3 of 3", with the following at the foot of the page.
    "Flex Error #1001: Digest mismatch with RSL http://www.sailonline.org/static/windy/framework_3.5.0.12683.swf. Redeploy the matching RSL or relink your application with the matching library."
    There is discussion on this in the sailonline site, but the solutions suggested have not worked for me.  I see also similar being discussed elsewhere on internet.
    Does anyone know about this?

    "Flex Error"  would indicate that the problem lies within the SWF.
    A "workaround" that may work is listed here: https://success.salesforce.com/answers?id=90630000000gxC9AAI, but the posters also acknowledge that the problem is in the content and not the Player.

  • Problem compiling bankapp with pro c

    I'm having difficulty using pro c to build the bank var .ec files. I'm pretty
    confident I have proc configured correctly, as I am able to build the oracle samples.
    I am getting a very strange group of errors when I try to precompile the .ec
    files. Throughout the precomp. process, the compiler complains that semicolons
    are various strings (suffix, _f, <eof>, etc.).  I'm pretty sure I need to change
    something in my tuxedo configuration, but I've been spinning wheels for a while
    here and was hoping someone could point me in the right direction.
    thanks

    Manoj,
    Here is the error message (Hope it helps):
    TUXDIR=/opt/Tuxedo:/u01/app/oracle/product/8.1.6/precomp \
    /u01/app/oracle/product/8.1.6/bin/proc iname=TLR TLR.ec \
    include=/opt/Tuxedo/include
    Pro*C/C++: Release 8.1.6.0.0 - Production on Fri Jun 8 14:21:45 2001
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    System default option values taken from: /u01/app/oracle/product/8.1.6/precomp/admin/pcscfg.cfg
    Syntax error at line 54, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 54, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (acos,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 54, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 54, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (acos,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 56, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 56, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (asin,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 56, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 56, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (asin,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 58, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 58, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (atan,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 58, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 58, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (atan,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 60, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 60, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (atan2,, (_Mdouble_ __y, Mdouble __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 60, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 60, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (atan2,, (_Mdouble_ __y, Mdouble __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 63, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 63, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (cos,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 63, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 63, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (cos,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 65, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 65, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (sin,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 65, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 65, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (sin,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 67, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 67, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (tan,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 67, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 67, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (tan,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 78, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 78, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (cosh,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 78, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 78, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (cosh,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 80, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 80, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (sinh,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 80, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 80, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (sinh,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 82, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 82, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (tanh,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 82, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 82, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (tanh,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 86, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 86, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (acosh,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 86, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 86, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (acosh,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 88, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 88, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (asinh,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 88, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 88, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (asinh,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 90, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 90, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (atanh,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 90, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 90, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (atanh,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 96, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 96, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (exp,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 96, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 96, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (exp,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 106, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 106, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 106, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 106, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 109, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 109, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 109, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 109, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 112, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 112, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (log,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 112, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 112, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (log,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 115, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 115, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (log10,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 115, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 115, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (log10,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 118, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 118, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (modf,, (_Mdouble_ __x, Mdouble *__iptr));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 118, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 118, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (modf,, (_Mdouble_ __x, Mdouble *__iptr));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 122, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 122, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (expm1,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 122, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 122, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (expm1,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 125, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 125, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (log1p,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 125, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 125, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (log1p,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 128, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 128, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (logb,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 128, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 128, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (logb,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 143, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 143, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (pow,, (_Mdouble_ __x, Mdouble __y));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 143, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 143, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (pow,, (_Mdouble_ __x, Mdouble __y));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 146, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 146, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (sqrt,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 146, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 146, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (sqrt,, (_Mdouble_ __x));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, static, struct,
    typedef, union, unsigned, utext, uvarchar, varchar, void,
    volatile, a typedef name, a precompiled header, exec oracle,
    exec oracle begin, exec, exec sql, exec sql begin,
    exec sql type, exec sql var, exec sql include,
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 150, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 150, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (hypot,, (_Mdouble_ __x, Mdouble __y));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; , = ( [
    The symbol ";" was substituted for "suffix" to continue.
    Syntax error at line 150, column 1, file /usr/include/bits/mathcalls.h:
    Error at line 150, column 1 in file /usr/include/bits/mathcalls.h
    __MATHCALL (hypot,, (_Mdouble_ __x, Mdouble __y));
    1
    PCC-S-02201, Encountered the symbol "suffix" when expecting one of the following
    ; { , = ( [ auto, char, const, double, enum, extern, float,
    int, long, ulong_varchar, OCIBFileLocator OCIBlobLocator,
    OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
    OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
    short, signed, sql_context, sql_cursor, stati

  • Problems viewing videos with Flash Player

    I have downloaded the latest version of Flash Player, when I try to open a video link from Facebook, I got a message that reads;
    Flash Player upgrade required
    You must download and install the latest version of the Adobe Flash Player to view this content.
    What do I need to do to make it work?
    Thanks,

    What is your OS?
    What is your browser?

  • Problem Compiling Projects with Servlet & Custom Taglibs

    There was a bug in Jdeveloper 3 that if you compiled JSP's that used Custom Tags Jdeveloper validated your web.xml file - very annoying (if anyone knows a workaround plese let me know). There is a workaround in JDeveloper 9 detailed in the release notes http://otn.oracle.com/products/jdev/htdocs/readme_902.html. Has this been fixed in 10g. Incidently I loaded the Oracle Developer Suite 10g documentaion cd dated April 04 and JDevloper was described as 9i - is this the latest version ?

    Perhaps
    javac -classpath .;..;c:\jdk1.3.1_07\lib\servlet.jar pdm\FileName.java

  • Problems Compiling Code With Function Pointers Using Sun CC (SUNWspro)

    I have a header file that contains a declaration to a function pointer as follows:
    int (*pFuncPntr)(char host, char comm, void *data);
    Then, in a *.c file which includes the header file where the function pointer is declared, the prototype for the function is at the top of the file and appears as follows:
    int someFunc(char hostname, char community, void *data);
    Then, in the same *.c file, down below, I attempt to assign the function pointer to the address of the function declared as follows:
    pFuncPntr = &someFunc;
    ... and further down in the *.c file is the definition of someFunc. ........................
    When I compile, I get the following error:
    : identifier redeclared: pFuncPntr
    current : int
    previous: pointer to function(pointer to char, pointer to char, pointer
    to void) returning int : "/vobs/pp2dev/src/cmds/emcp_pmgmtd/sparc_solaris/../emc
    p_pmgmtd.h", line 84
    "/vobs/pp2dev/src/cmds/emcp_pmgmtd/sparc_solaris/emcp_pmgmtd_solaris.c", line 46
    As far as I've read, this is the standard way of assigning a function pointer to the address of a function.
    Does anyone have any ideas what CC compiler is complaining about?
    Appreciate your response,
    dedham_ma_man

    WHen I try to include the ftp.jar package?? I use "package com.enterprisedt.net.ftp;".That isn't how you import a package. That declares that the class it is at the top of will belong to that package, and that's not what you want. I'm guessing that you need
    import com.enterprisedt.net.ftp.*;
    at the top of your code, just after the line where you declare the real name of the package your class is going to belong to.
    By the way, you need the compiled version of your downloaded FTP code, i.e. the .class files. If you got source code (.java files) you'll need to compile them, but you should be able to get the compiled version as a download.

  • Problem when streaming with the CLI flash media encoder 2.5

    I have a problem when streaming with Flash Media Encoder 2.5. When I run the GUI, everything works, but when I use the commandline with the same profile I have created using the GUI, it says it can't connect to the server.
    I have to use this version of the encoder, because the other is not working with the server, and I have to create a program to remotely control the flash media encoder, so I have to use the CLI. What can i do to go over this problem?
    Any help would be really appreciated. Thankyou.

    First of all, thankyou.
    There is no authentication needed. I can't use Flash Live Media Encoder 3 because it is not supported by the people which manages the server i have to connect to.
    In fact, I don't know why they dont support it, but that is the way it is.
    Through the GUI, i connect directly and without problems, without user/pass.
    Thankyou again.

  • Webcams Not Working With Flash

    I'm using Windows 8 64 bit, have tried on both chrome and firefox, flash version 11.8.
    I'm trying to broadcast my webcam and audio in flash chat rooms. When I'm prompted to choose my video and audio sources the options show up but they can not be utilized properly.  There isn't an issue with my webcams or mics because they work fine when streamed through encoders or used on Skype.  The problem is specifically with flash chat rooms.  I've uninstalled and reinstalled flash as a program, disabled and enabled as a plugin/add on, deleted the cache.  I'm completely stumped on what the problem is please help I need to get this fixed ASAP.

    Hi Alejandro,
    Things to check:
    1. Do you have the "Select" event coming form the table to display further info?
    2. Does it work with Web Dynpro?
    Did you know that if the compiler option is portal and on deployment you would see 2 deployed versions 1. HTML and the 2. Flex?
    Let me know.
    Good luck,
    Dharmi

Maybe you are looking for

  • Songs not copied .....because they cannot be played on this iPod

    I'm trying to add songs from a cd onto my iPod, and no matter what cd I put onto iTunes, it tells me "Songs not in the iTunes music library were not copied because they cannot be played on this iPod. I girst got this message when I tried to add songs

  • How to get mail title when opening attached file

    Hello, I'm using thunderbird v15.0.1, and I would like to collect and sort all attached files I received along name of the email senders. I succeeded to plug my application to thunderbird which "on demand" is able to download the attached file in a g

  • Recognizing data clusters

    I have an exercise in computer logic.  I have and array of XY values that when plotted on an XY graph would form clusters.  Sometimes there is one cluster of plots, sometimes two, sometimes three.  The cluster shapes are somewhat irregular.  And some

  • Duplicate items appearing in session

    A user was receiving an error message from a validation indicating that a value had not been specified for one of the page items when the user had, in fact, provided a value. While investigating this problem, I discovered that the user's session cont

  • How to make a header text centeraligned

    hi , I need to put company's name as a header or page title and that needs to be in the centre of the page.