A Flash Developer Resource Site

Search:

Type: Posts; User: levidavies

Page 1 of 13 1 2 3 4

Search: Search took 0.04 seconds.

  1. Thread: [mx04]

    by levidavies
    Replies
    1
    Views
    945

    firstly appologise for the lack of title..don't...

    firstly appologise for the lack of title..don't know where that went.

    Well after a load of trials and errors and the good old interwebby searching etc I have come across a solution:

    PHP first:...
  2. Thread: [mx04]

    by levidavies
    Replies
    1
    Views
    945

    [mx04]

    I have managed to get my dynamic data read into a flash dynamic text box. Using MySQL and PHP.

    MY problem is when I add and extra column to my output which are basically links it stops.

    Now I...
  3. Replies
    4
    Views
    544

    yeah! will stickto what I have done till it...

    yeah! will stickto what I have done till it becomes possible :-0 :-)
  4. Replies
    4
    Views
    544

    defeats the purpose thou, might as well stay to...

    defeats the purpose thou, might as well stay to the way I am doing it, many thanks fro the help.

    PS thats how I create the xml at the moment with php, just thought if there was the middle man...
  5. Replies
    4
    Views
    544

    loading images dynamically

    Well a little different from the usual, I have already built a small flash gallery that loads images in from a folder using xml etc but this there a way that I can simply read the images in directly...
  6. Replies
    3
    Views
    585

    so I have that working, I have created a stop and...

    so I have that working, I have created a stop and play btn, al works well it stops and plays but every time i press play it will always play the original song and not the one that was currently...
  7. Replies
    3
    Views
    585

    i believe after trying the impossible and every...

    i believe after trying the impossible and every thing possible, I finally sorted it out I think, at the moment it works:

    I added the SoundMixer.StopAll(); code to my new tune function:

    see...
  8. Replies
    3
    Views
    585

    I have managed to get it to stop on the press of...

    I have managed to get it to stop on the press of the first button and play that song, but when I go and press the next button it does not stop the other one and plays over the top, the functions are...
  9. Replies
    3
    Views
    585

    sound stop /clear issue

    have the following code, its on the first frame on my flash and I have two buttons at the moment, but when I press one the sound start off ok but then when I press the other button it plays over the...
  10. Replies
    6
    Views
    668

    thanks for the feed back. its not a class that...

    thanks for the feed back.

    its not a class that I have written, not that well up on AS3 yet for this. Its on the main time line at the moment.

    thanks will look into this Si
  11. Replies
    6
    Views
    668

    After speaking to someone they said I need to...

    After speaking to someone they said I need to work within that parser function, which I am currently doing now until I or someone finds a link

    thanks so far

    Si
  12. Replies
    2
    Views
    817

    Well looks like I have managed to sort it: ...

    Well looks like I have managed to sort it:

    function theAlpha(theMC:Number) {
    //clearInterval(theDelay);
    // grab the image MC name from the array earlier
    var theMClip
    theMClip...
  13. Replies
    2
    Views
    817

    I have improved my code a little(in my eyes...

    I have improved my code a little(in my eyes anyway):rolleyes: , but if and one coudl help with a delay option between tweens etc woudl be greatful.


    import mx.transitions.Tween;
    import...
  14. Replies
    6
    Views
    668

    thanks for that Arsenik. which bit? I have...

    thanks for that Arsenik.

    which bit? I have place the following out side and get an error:


    var description:Array = new Array();
    var image:Array = new Array();
    var fillDesc:Number = 0;...
  15. Replies
    2
    Views
    817

    [F9] Simple Pause code.

    I have created this simple image tween script that dispays three images one at a time and fades in and out.

    But i need to have a long pause before the image fade out and new one fades in etc so it...
  16. Replies
    6
    Views
    668

    XML progress issue

    I have created the following that reads an XML page and places the information into arrays to use later on.

    The problem is that I cannot access these arrays outside of the function.


    var...
  17. Replies
    0
    Views
    419

    Image Loading

    New to AS3 and learning to gain knowlegde and the jump from AS2.

    I am using an xml laoding code and I can see the image name if placed into a text box or trace, but woud like to load this actual...
  18. Replies
    2
    Views
    365

    thanks for this, need to now to work it all in...

    thanks for this, need to now to work it all in and around :-)
  19. Replies
    2
    Views
    365

    Dynamic text with links

    I hope I describe this right.

    At the current moment I have a file that has in a movie clip and within this MC, I have a load of text that are basically links.

    Now these links are getting long...
  20. look into the tweening code etc. you could...

    look into the tweening code etc.

    you could simply have a mc that holds all the images, then using the tweening and some maths etc you can have this scroll left or right.

    I created something...
  21. Replies
    1
    Views
    400

    well liek you menetioned a function that could...

    well liek you menetioned a function that could get the co-ord.

    function (mcname){
    var locX = mcname._x;
    var locY = mcname._y;
    }

    this should get the co ords of the specified mc etc and also...
  22. Replies
    13
    Views
    2,460

    could you post the code if poss. With in PHP you...

    could you post the code if poss. With in PHP you need double == to check if something is like something eg

    if(email=="") {..

    php is
    if($email=="" || $email == null) { doo stuff }

    hope...
  23. Replies
    2
    Views
    418

    sorry 1) do you mean the loaded movie...

    sorry

    1) do you mean the loaded movie targeting the host movie?

    if so with in the loaded movie try _root.gotoAndStop(1) me thinks
  24. Replies
    2
    Views
    418

    what code you using post up , as you need to to...

    what code you using post up , as you need to to know what level it was loaded and all that. Is the butto code within the loaded mc or on the mainTime line etc
    eg
    ...
  25. Replies
    1
    Views
    472

    if you require it to be available throught out...

    if you require it to be available throught out then try adding _global.varname to it. With _global. though you cannot hard type the varaibale ie var varname:Number etc simple _global.varname this...
Results 1 to 25 of 313
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center