A Flash Developer Resource Site

Search:

Type: Posts; User: mfweiland

Page 1 of 7 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    821

    go to http://www.phpforflash.com also I reccomend...

    go to http://www.phpforflash.com also I reccomend buying the book. All your flash message board problems will surly be solved.
  2. Replies
    3
    Views
    1,209

    Frame One yoou have one movie clip and one...

    Frame One yoou have one movie clip and one dynamic text box.
    Your dynamic text box is named countDown this code goes on your movieclip.
    happy flashing

    onClipEvent(load) {
    //This tells the...
  3. Replies
    3
    Views
    1,209

    I worked out a nice solution for this and will...

    I worked out a nice solution for this and will post it when I get home from work.
  4. Thread: delay

    by mfweiland
    Replies
    8
    Views
    659

    you might do this //This code goes on a...

    you might do this
    //This code goes on a movieclip on the frame in the maintimeline you want to pause
    onClipEvent(load) {
    //This tells the timeline above your movieclip to stop
    _parent.stop()...
  5. Replies
    2
    Views
    426

    variables An optional argument specifying a...

    variables An optional argument specifying a method for sending variables. If there are no variables, omit this argument; otherwise, specify whether to load variables using a GET or POST method. GET...
  6. Replies
    12
    Views
    1,167

    If you autorun your flash movie and then put...

    If you autorun your flash movie and then put
    fscommand("fullscreen","true")
    on the first frame your .exe will always play at fullscreen on the autorun.
  7. Replies
    3
    Views
    805

    Post your autorun code and I might be able to...

    Post your autorun code and I might be able to tell you what is going wrong.
  8. so each individual sound will be in the timeline...

    so each individual sound will be in the timeline of a different swf?
    YES- i.e. sound1.swf, sound2.swf, sound3.swf etc.

    you will load them into an empty movie?
    NO- you will load your three...
  9. Thats what I ment. Put each sound into its own...

    Thats what I ment. Put each sound into its own separate swf file and then load thos different swf's into different empty movieclips on your main timeline. If you have ten sounds then you will load...
  10. Catbert is probably right. I think I overcame...

    Catbert is probably right. I think I overcame this problem a few times before. Put all of your sounds into their own swfs in a completely seperate movie. Then load each .swf file into an empty...
  11. Replies
    6
    Views
    875

    Okay I might try to simplify this problem I got...

    Okay I might try to simplify this problem I got this simple code to work for two emails fine with a basic html front end. Should be easily edited for your needs. Example can be seen at filmfever...
  12. Thread: Flash poll?

    by mfweiland
    Replies
    1
    Views
    665

    Buy the book phpforflash read chapter 10 and...

    Buy the book phpforflash read chapter 10 and begin to dance. Oh yeah this utilizes PHP and MySQL no Microsoft but do we really care??????????
    I am only one man with one opinion.
    Happy Flashing
  13. Replies
    3
    Views
    818

    I will say it again buy the book phpforflash....

    I will say it again buy the book phpforflash.
    Steve's da man and le_saut is right PHP makes me do back flips and drink tall beers as I sit and enjoy all the majic it can make.
  14. Been away from flash kit too long working too...

    Been away from flash kit too long working too hard on my other real job(BOO HOO) I just want to flash it up. Anyways came to get my jones and whipped some code that should solve your problem...
  15. Replies
    2
    Views
    478

    I do not understand what you are trying to say...

    I do not understand what you are trying to say but here is the effect I am going for. I have lets say 4 movieclip instances on stage and at varying intervals of time I want the movieclips to...
  16. Replies
    2
    Views
    478

    Why does the last duplicae movieclip dissapear...

    Why does the last duplicae movieclip dissapear eventually when I run this code. to me this is very confusing.
    Reaching out to the flash community for some love.
    onClipEvent (load) { ...
  17. I was working on a similiar problem. I still...

    I was working on a similiar problem. I still cannot get my code to do what I want. The last duplicate movieclip always dissapears for some reason. Anyway you might be able to pull something for...
  18. Replies
    5
    Views
    865

    PHP will have to be set up on the server you are...

    PHP will have to be set up on the server you are running your scripts from so that your scripts may be parsed and compiled correctly. You write a PHP script and upload it to a server that supports...
  19. Replies
    4
    Views
    435

    What you want is an auto run file. This type of...

    What you want is an auto run file. This type of file has a .inf ending. What you need to do is open up notepad or any other text editor and type this.
    [autorun]
    open=nameOfFlashMovie.exe

    Then...
  20. Replies
    4
    Views
    435

    This should do it. Put this code on frame one....

    This should do it. Put this code on frame one.
    fscommand ("fullscreen", "true");
    fscommand ("allowscale", "true");
    I am only one man, with one opinion
    Happy Flashing
  21. Replies
    5
    Views
    548

    Here is some code I whipped up which moves the...

    Here is some code I whipped up which moves the movie clip this code is paced on to a movie clip called place positioned wherever you like on the maintimeline. You might be able to work a nice...
  22. Replies
    2
    Views
    503

    Put something like this on a movie clip. Place a...

    Put something like this on a movie clip. Place a dynamic text box on the stage named myDisplay. If you hit any keyboard key it will reset your timer. You should be able to creat many different...
  23. Replies
    5
    Views
    1,452

    I use many include() calls in my PHP scripts and...

    I use many include() calls in my PHP scripts and they all work fine for me.
    Happy Flashing
  24. Replies
    4
    Views
    535

    Please post the code again with your problem. I...

    Please post the code again with your problem. I looked at your example and it looks like you achieved what you wanted.
  25. Replies
    5
    Views
    865

    Also Steve's book phpforflash is a great resource...

    Also Steve's book phpforflash is a great resource to make an easy to understand message board and the his website support for the book has all of the source files.
Results 1 to 25 of 167
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center