A Flash Developer Resource Site

Search:

Type: Posts; User: rachelg

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,096

    this gives a step-by-step guide to creating it ...

    this gives a step-by-step guide to creating it

    http://www.republicofcode.com/tutorials/flash/xmlimagegallery/
  2. http://code.hyperspatial.com/294/as2-countdown-tim...

    http://code.hyperspatial.com/294/as2-countdown-timer
  3. Replies
    1
    Views
    2,458

    keyboard event listener

    Keyboard.Left should work or you can use 37 as the keyboard left keycode.

    you might need all three of the following imports:

    import flash.events.Event;
    import flash.events.KeyboardEvent;...
  4. Replies
    1
    Views
    3,120

    $this->load->helper('url'); echo...

    $this->load->helper('url');


    echo anchor('http://your.link.com/whatever', 'title="My News"', array('target' => '_blank', 'class' => 'new_window'));
  5. Replies
    3
    Views
    1,511

    CS3 first create a text box and set it to dynamic...

    first create a text box and set it to dynamic text. set the variable name to lives. remember to set an instance name. set your lives = 3. then set a var for your answer. if (answer == false) { lives...
  6. Replies
    2
    Views
    2,367

    Example The following example creates a...

    Example
    The following example creates a selectable text field that constantly updates with the current date and time.
    this.createTextField("date_txt", this.getNextHighestDepth(), 10, 10, 100, 22);...
  7. Replies
    3
    Views
    902

    i think you have to join the name and place and...

    i think you have to join the name and place and then split them. see the adobe help on this

    http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7ee8.html
  8. Replies
    1
    Views
    1,318

    check out this link...

    check out this link http://www.actionscript.org/forums/showthread.php3?t=22496

    are there any buttons in your movieclip? I had a movie that didn't work and i ended up converting the first scene to...
  9. Thread: subtitles

    by rachelg
    Replies
    4
    Views
    1,709

    AS 2 https://github.com/dominictarr/xmodel

    https://github.com/dominictarr/xmodel
  10. Replies
    5
    Views
    2,652

    it's a jquery plugin - loopedslider - check it out

    it's a jquery plugin - loopedslider - check it out
  11. Replies
    8
    Views
    1,519

    try this toUrl =...

    try this

    toUrl = "http://localhost/flash/submit/001/" + Score +".html";
    getURL(toUrl);
  12. Replies
    8
    Views
    1,519

    on(release){ getUrl(”http://yourwebsite.com”) }...

    on(release){
    getUrl(”http://yourwebsite.com”)
    }

    just put this in a button

    you might have to add a + ' after Score
  13. Replies
    8
    Views
    1,519

    don't know anything about Cake.. sorry. can't...

    don't know anything about Cake.. sorry. can't help you there. try googling.
  14. great!

    great!
  15. oh well :( maybe try this:...

    oh well :( maybe try this: http://www.kirupa.com/forum/showthread.php?293378-Dynamic-text-link-via-xml
  16. Thread: subtitles

    by rachelg
    Replies
    4
    Views
    1,709

    AS 2 have a look at this:...

    have a look at this: http://www.actionscript.org/resources/articles/518/1/Creating-subtitles-for-flash-video-using-XML/Page1.html

    you're just missing a few lines of code.
  17. this may help:...

    this may help: http://www.actionscript.org/forums/showthread.php3?t=237702
  18. Replies
    8
    Views
    1,519

    use sendAndLoad method, see this link for an...

    use sendAndLoad method, see this link for an example http://www.actionscript.org/forums/showthread.php3?p=658460
  19. add stage.invalidate(); to the stage - that might...

    add stage.invalidate(); to the stage - that might work
  20. goto the last frame of your movie clip and write...

    goto the last frame of your movie clip and write gotoAndPlay(1); or gotoAndPlay('whateveryourfirstframeiscalled');
    and that should work
  21. Replies
    3
    Views
    2,258

    that's a problem. they should be embedded in the...

    that's a problem. they should be embedded in the html.

    You could try something like

    this.createEmptyMovieClip("video_mc", 10000);
    this.video_mc.loadMovie("http://url-of-your-game.com");
  22. Replies
    3
    Views
    2,258

    look at this :...

    look at this : http://www.ehow.com/how_7199722_code-flash-files-website.html
  23. Replies
    3
    Views
    3,471

    http://swf-flash.blogspot.ie/2010/07/let-talk-abou...

    http://swf-flash.blogspot.ie/2010/07/let-talk-about-how-to-create-pageflip.html
  24. or look at this - it's better...

    or look at this - it's better http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_26851535.html
  25. check out...

    check out http://www.ehow.com/how_12190372_make-collapsible-mouseover-menu-flash.html
Results 1 to 25 of 55
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center