Post source code

  • Unknown's avatar

    I try to use the new feature to post source code on this link. I try this coding source from Adobe Flash:

    [sourcecode language=’jscript’]objetoMC.onRollOver = function() {
    this.aplicarColorMC(0xFF0000);
    };
    objetoMC.onRollOut = function() {
    this.aplicarColorMC(0x000000);
    };[/sourcecode]

    But the code look the same way like here. On what i’m wrong ???

  • Unknown's avatar

    The two single quotes are messing up your code. You have them like this: when they should be like this: .

    I copied and pasted your code on my blog, changed the single quotes like I told you and your code displays just fine.

    HTH

  • Unknown's avatar

    Amazing, you was right. I copy the [sourcecode language=’jscript’] direct from the page. There was my error.

    Really thanks

  • The topic ‘Post source code’ is closed to new replies.