A Flash Developer Resource Site

Search:

Type: Posts; User: chosenson

Page 1 of 20 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    490

    You are very welcome.

    You are very welcome.
  2. Replies
    5
    Views
    490

    See attachment for a simple example. (Flash 8)

    See attachment for a simple example. (Flash 8)
  3. Replies
    5
    Views
    513

    Take a look at this site;...

    Take a look at this site; http://chosenson.110mb.com/msk/MSK.html

    Look at the gallery. (I can't take credit for the site, only the gallery.)

    This gallery has very few objects in it. Only 1 of...
  4. Replies
    1
    Views
    374

    How much you Paying???

    How much you Paying???
  5. Replies
    2
    Views
    404

    There are many, many great books on flash out...

    There are many, many great books on flash out there. Go to your local book store and look through each of them to see which covers what you want to do. I would suggest staying away from the 'For...
  6. Replies
    5
    Views
    513

    Why not build the MC as you have, but instead of...

    Why not build the MC as you have, but instead of placing pictures, text, ... in it, load them dynamically. This way you can use an instance of the clip, and through actionscript, load the pictures,...
  7. Resolved

    I have resolved the problem. Thanks for your wonderful suggestions caroach. They pointed me in the right direction.
  8. Sill nothing.... I am at a loss as to why there...

    Sill nothing.... I am at a loss as to why there is no problems with the gallery on it's own, but when imported, the problems arise.
  9. Thanks for the reply. I will look into your...

    Thanks for the reply. I will look into your thoughts and let you know.
  10. >

    <<< Bump >>>
  11. [RESOLVED] The Incredible Disapperaing Gallery!

    Please look at the gallery here: http://chosenson.110mb.com/msk/MSK8_r1.html

    Once the gallery is loaded click any thumbnail to view the picture. Click the picture to close it. Now try switching...
  12. Replies
    1
    Views
    597

    Alignment problems in IE, Firefox

    Look at this site: http://chosenson.110mb.com/ ; the gallery section.

    When I view this page from my home computer using Firefox 2.0.0.6 / Flash PLayer 9,0,16,0 / XP Pro SP2.... Everything is fine...
  13. Thread: MX problem

    by chosenson
    Replies
    2
    Views
    500

    Your first problem has to do with your computer...

    Your first problem has to do with your computer defaults. I am not very familiar with a mac, but I believe Firefox should have a tool to set it as the default browser in the options menu.

    For...
  14. Replies
    5
    Views
    557

    you first need to set a key listener. he is an...

    you first need to set a key listener.

    he is an example straight from the flash help files:

    var DISTANCE:Number = 5;
    var keyListener:Object = new Object();
    keyListener.onKeyDown = function() {...
  15. Replies
    1
    Views
    486

    My first thought: check your content paths. Is...

    My first thought:
    check your content paths. Is the path to your pictures changed when uploaded?
  16. Replies
    1
    Views
    478

    "this" refers to the object which holds it; the...

    "this" refers to the object which holds it; the MovieClip. the function is not an object.
  17. Replies
    5
    Views
    838

    Does your server have the images directory under...

    Does your server have the images directory under the root folder?
  18. Replies
    3
    Views
    545

    After you have published/expported the movie, be...

    After you have published/expported the movie, be sure all the associated files are in the same directory. E.G. If you publish it with HTML, there will at minimum be the swf file and the HTML file. ...
  19. Replies
    2
    Views
    495

    First, do a search here concerning the use of...

    First,

    do a search here concerning the use of scenes and you will find the majority of responses against the use of them. They add confusion and problems.

    Second. this could be a problem with...
  20. Replies
    2
    Views
    490

    Try this: i = 2; wichVariable = "myVariable"...

    Try this:

    i = 2;
    wichVariable = "myVariable" + i; // I know this is wrong..but how should i define
    // the right side to mean myVariable2 !?
  21. Replies
    1
    Views
    484

    Search these or any forums and you will find the...

    Search these or any forums and you will find the general consensus is scenes are bad. They make navigation hard, introduce many problems, etc..... Keep everything in one scene making use of the...
  22. Look at this tutorial: shared object...

    Look at this tutorial:

    shared object
  23. Replies
    4
    Views
    551

    I will upload the code later and post the URL...

    I will upload the code later and post the URL then.


    Thanks
  24. Replies
    7
    Views
    894

    The translation into a language which faded into...

    The translation into a language which faded into obscurity due to the increase of intelligence.

    "ta son dat wrked" = "ij lsi zre werq dkfwe zcak werqwe "



    LOL
  25. Replies
    4
    Views
    551

    I tried that. I tried everything I could think...

    I tried that. I tried everything I could think of.


    Thanks much!
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