A Flash Developer Resource Site

Search:

Type: Posts; User: ced_damoo

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,085

    Trouble with gotoAndStop and Sound

    I have a very similar problem.
    I try to jump to scene 2 with a gotoAndStop but if there is movieclip with sound in scene 1 the flash player don't go to the correct frame...

    And if the sounds are...
  2. Replies
    1
    Views
    3,489

    html in xml parsed by AS3

    And also if you want to put a link in your xml don't forget to use :

    <![CDATA[]]>

    everything inside this tag will be treated as a string by AS3. Example:


    <link><![CDATA[<a target="_blank"...
  3. Replies
    1
    Views
    3,489

    AS3 load XML from a PHP script

    I spent a lot of time trying to understand why, loading XML from a PHP that used to work in AS2 wasn't working in AS3.

    Well I found out and it work.

    So to spare a lot of head hack to others...
  4. Replies
    3
    Views
    2,004

    You can use share objects to keep informations....

    You can use share objects to keep informations. So when your anim reload it goes directly where you want it to be (a frame number for exemple).
Results 1 to 4 of 4




Click Here to Expand Forum to Full Width

HTML5 Development Center