A Flash Developer Resource Site

Search:

Type: Posts; User: quincewyss

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. AS2/AS3 extention for PHP MySQL

    I saw this post about our plug-in. SkiTrip needs to be corrected slightly. We do have a free version, but it only does the select statment and only in AS3. The free version is meant to be a...
  2. Replies
    1
    Views
    377

    use getTime();

    you can get the time some one opened the page and hold it as a vartiable, then you can get the time they went to the next page. now that you have timeStartedPage[1] and timefinishedPage[1] do a...
  3. Replies
    1
    Views
    318

    streaming flash on a cd

    I made a rather large (157 meg) cd presentation in flash I can stream the presentation when it is on a computer, but how do I make the cd stream the presentation?

    Thanks For your help!
    Q
  4. you can call the function from anywhere using ...

    you can call the function from anywhere using

    loadMyShizzle();


    place the function on the root. you cabalways use the pareent child relation ship or _root.


    hope this helps.
  5. Replies
    1
    Views
    699

    your link is broken

    your link is broken
  6. Replies
    1
    Views
    316

    you need to find the complete path inside the...

    you need to find the complete path inside the scroll plane then it will work. I've done it before, it's a long path. Look for documentation at macromedia.

    Q
  7. random(array)

    yes, you are on the right track.
    1st create an array and and set all vallues to false then here's the good stuff
    use a function like this:
    function laodMyShizzle(){
    var i= random(19);
    //---I...
  8. Replies
    1
    Views
    391

    put a if statment around the start Drag function....

    put a if statment around the start Drag function.
    //the || = or the & = and
    something like this if(mouse.pos._x<=100||mouse.pos._x>=0&mouse.pos._y<=20||mouse.pos._y>=0){
    your start drag...
  9. Replies
    4
    Views
    432

    post your code where your loading the images. ...

    post your code where your loading the images. you have an error in the string to your image url.

    Quince
  10. Replies
    4
    Views
    429

    ...loadMovie("your.jpg", 1); you still need to...

    ...loadMovie("your.jpg", 1);
    you still need to call the level you want to load the movie on and have you already created a empty movie clip?

    Next you need a preloader that is attached to your...
  11. post vars and call a js function. Just make a js...

    post vars and call a js function. Just make a js function that writes to the text file.

    If you use PHP, XML or cold Fusion this is really strait forward and can be held in a mysql database. I...
  12. Replies
    3
    Views
    351

    Okay you will need to do some things. Make the...

    Okay you will need to do some things. Make the file 100 frames long. you will see why in a sec.

    this is the fomula you will need to use:
    gbl = getBytesLoaded();
    gbt = getBytesTotal();...
  13. Replies
    1
    Views
    271

    okay so here is the exact line of code I'm using:...

    okay so here is the exact line of code I'm using:

    var topDogg == 0;

    myData = new LoadVars() ;
    myData.ref = this ;
    myData.load("phpFile.php");
    myData.onLoad = function(){
    for(var i=0;...
  14. try this. var myrandomNumber = random(7);...

    try this.

    var myrandomNumber = random(7);
    //where seven is the highest number in the index.

    you can have this random number generate on a function like this.
    var myrandomNumber = 0;
    ...
  15. Replies
    1
    Views
    271

    Calling a variable + i;

    I am trying to call a variable + i; this is what I have so far,
    myVariable = myData["theVariable" + i];
    since "i" equals the last entry I only want to pull that entry.


    here is another...
  16. Replies
    9
    Views
    584

    Try searching for preloaders at flash kit or go...

    Try searching for preloaders at flash kit or go to the book store there are many great books that will teach you to make preloaders and much more. You might also look at using a component preloader...
  17. Replies
    7
    Views
    522

    this might help

    This might help
    try changing the name of mc to somthing_mc flash will be more likely to recognize that it is a movie clip your calling if you use _mc in the name. _mc calls the movieClip class.
    ...
  18. Writeing statment with quotes in side of the string

    I know that there is a way in flash so that you can write:

    if(blah == "a string with a " in it"){
    do something
    }

    how do I make flash recognize that the quote is part of the string?

    ...
  19. Replies
    4
    Views
    389

    no problem happy to help.

    no problem happy to help.
  20. Replies
    4
    Views
    389

    you canonly do that if you want to change the...

    you canonly do that if you want to change the variable.

    lets say you have a text area in a seperate MC and every 10 frames you want it to change.

    you have the text area set to...
  21. play mc forward and backward using classes and set interval

    Hey guys I posted a question a couple of weeks ago and couldn't find that post. I wanted to show ya'll a great peice of code you helped me make. I can fade any mc with this code. I have also made...
  22. Replies
    3
    Views
    530

    using _root creates bad habits that won't work...

    using _root creates bad habits that won't work well in more advanced flash systems. It works better with _parent
  23. Replies
    2
    Views
    570

    doesn't anyone know how to do this? I have...

    doesn't anyone know how to do this? I have looked all over at macrodmedia, and the example there don't work properly in classes using AS 2
  24. Replies
    1
    Views
    372

    loadMovie('aspurl.asp',myMovie,'POST') try...

    loadMovie('aspurl.asp',myMovie,'POST')

    try using spaces between your commas.
  25. hope this helps ya, I'm not doing the whole...

    hope this helps ya, I'm not doing the whole thing for ya or else ya won't learn it. But this shows you a basic if statment that will get you there.


    Hope this helps!

    Also go check out the...
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center