A Flash Developer Resource Site

Search:

Type: Posts; User: mallen

Page 1 of 20 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    33
    Views
    11,360

    Is this the end of Flash?

    http://www.readwriteweb.com/archives/farewell_flash_adobe_launches_html5_web_animations_tool_adobe_edge.php

    Discuss...
  2. Replies
    7
    Views
    1,140

    I can't believe its been 8 months since I last...

    I can't believe its been 8 months since I last visited this. Still needing help getting this to work. Thanks.
  3. Replies
    7
    Views
    1,140

    Can anyone help. I have been trying to work this...

    Can anyone help. I have been trying to work this out since last year. Thanks.
  4. Replies
    4
    Views
    5,898

    It is about 7 sections down. I think the site...

    It is about 7 sections down. I think the site loads in sections. I was there for a while trying to find it. Then I was able to scroll down further.
  5. Replies
    4
    Views
    5,898

    The part where you can draw was very good. Also...

    The part where you can draw was very good. Also the preloader was original.
  6. Replies
    8
    Views
    21,858

    Is Flash a Dying Technology?

    I saw an article quoting Steve Jobs saying Flash is a dying technology. What do you think? Article here.
  7. Replies
    7
    Views
    1,140

    Anyone able to help?

    Anyone able to help?
  8. Replies
    7
    Views
    1,140

    Ok picking this back up after a few months. Still...

    Ok picking this back up after a few months. Still need help. I can't figure how to get the order right. I need the loaded movie to play out, then show preloader, then preloader disappear then next...
  9. Replies
    7
    Views
    1,140

    Thanks. Not sure what you mean by "if I don't...

    Thanks. Not sure what you mean by "if I don't care about the outro". Yes I still want to show the outro, then show the new swf.
  10. Replies
    7
    Views
    1,140

    Can anyone help me?

    Can anyone help me?
  11. Replies
    7
    Views
    1,140

    help with loading order

    I have a main swf that I load external swfs onto the stage. I am trying to fix the loading order. Currently when a button is pressed, the swf is preloaded, the current swf is on the stage with the...
  12. Replies
    20
    Views
    2,261

    Solved thanks to AttackRabbit :)

    Solved thanks to AttackRabbit :)
  13. Replies
    20
    Views
    2,261

    Would the order of the functions make a...

    Would the order of the functions make a difference? If not then I think the problem would be in this function. :confused:


    private function playNextSection():void{
    if(lastSectionIsOver &&...
  14. Replies
    20
    Views
    2,261

    Thanks for your reply. I have removed everything...

    Thanks for your reply. I have removed everything and it does load the external swfs as I want. It also moves the buttons to their proper frame. The problem I am having is adding this new...
  15. Replies
    20
    Views
    2,261

    Maybe I have some duplicate functionality in...

    Maybe I have some duplicate functionality in there? Can someone help please? This is driving me crazy getting this to work. I have been trying for a couple months. Writing and re-writing it. Changing...
  16. Replies
    20
    Views
    2,261

    I am totally confused with all those...

    I am totally confused with all those instructions. I did make the change to the
    dispatchEvent(new Event("removeMe", true, false))

    But I know its not playing the last half of the timeline with...
  17. Replies
    20
    Views
    2,261

    I don't think its getting to the "out" frame...

    I don't think its getting to the "out" frame because I place a trace on the last frame of time line of the loaded swf. :confused:

    trace("test1");

    dispatchEvent(new Event("removeMe", true));
  18. Replies
    20
    Views
    2,261

    private function setDown(evt:MouseEvent):void...

    private function setDown(evt:MouseEvent):void
    {
    nextSection=evt.target.id;
    checkState(evt.target.id);

    evt.target.gotoAndStop(3);
    loadSection(1);...
  19. Replies
    20
    Views
    2,261

    I placed this at the top and it fixed most of the...

    I placed this at the top and it fixed most of the errors:

    private var oldLoader:Loader;
    private var newLoader:Loader;


    I took out: newLoader = newLoader();

    Said it was undefined method.
  20. Replies
    20
    Views
    2,261

    package { import flash.display.MovieClip; ...

    package
    {
    import flash.display.MovieClip;
    import flash.display.SimpleButton;
    import flash.display.Loader;
    import flash.net.URLRequest;
    import flash.events.MouseEvent;
    ...
  21. Replies
    8
    Views
    759

    201 views. Can anyone help me with this?

    201 views. Can anyone help me with this?
  22. Replies
    20
    Views
    2,261

    156 views. Can anyone help me with this?

    156 views. Can anyone help me with this?
  23. Replies
    20
    Views
    2,261

    Anyone help? 128 views so far. :(

    Anyone help? 128 views so far. :(
  24. Replies
    8
    Views
    759

    122 people have viewed and had 3 people contact...

    122 people have viewed and had 3 people contact me and no solution yet.
  25. Replies
    20
    Views
    2,261

    I still haven't been able to get this to work. I...

    I still haven't been able to get this to work. I am surprised because its a standard way to build sites. I did this AS2.

    Maybe something like this on the end of the time line of the loaded swf:...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center