A Flash Developer Resource Site

Search:

Type: Posts; User: Mark Bowen

Page 1 of 7 1 2 3 4

Search: Search took 0.26 seconds.

  1. Replies
    0
    Views
    442

    Help with Image Loader?

    Hi there,

    I was just wondering if someone could possibly help me out with a small item that I need to create.

    I would like to be able to have a folder of images (jpg) and then a very simple xml...
  2. Replies
    9
    Views
    1,028

    Hi there, Thanks for all the replies on this....

    Hi there,

    Thanks for all the replies on this. In the end I fixed it by using a PHP file that I pass the variable to and then spit out a html page based on that variable.

    Works like a charm!
    ...
  3. Replies
    9
    Views
    1,028

    Hi there, For anyone reading this even though...

    Hi there,

    For anyone reading this even though I have found a sort of solution I have just noticed that it isn't actually good enough for what I want. It only works when I link directly to the .swf...
  4. Replies
    9
    Views
    1,028

    Hi there, Thanks for the reply. Actually what...

    Hi there,

    Thanks for the reply. Actually what I wanted to be able to do was to tack on a little bit of code to a url and have a variable recognised by Flash at runtime, for example :


    ...
  5. Replies
    9
    Views
    1,028

    Help with passing parameters please....?

    Hi there,

    I have looked on these forums and also on the internet to try and find an answer to what I thought originally was going to be quite easy but I think that I have just confused myself so...
  6. Replies
    0
    Views
    801

    Stuttering video playback??

    Hi there,

    I was just wondering if anyone could help me with a small problem I am having. I followed some tutorials I found on the http://www.gotoandlearn.com site for creating video using .flv...
  7. Replies
    5
    Views
    1,079

    Hi Lexicon, Yup definitely Flash 7, still not...

    Hi Lexicon,

    Yup definitely Flash 7, still not working though!
    Sorry about this but do you have any more thoughts?? Or could you possibly throw together the example file and let me download it and...
  8. Replies
    5
    Views
    1,079

    Hi neway, Just after I posted this I saw that...

    Hi neway,

    Just after I posted this I saw that in the documentation but I still just can't get it to work. Could you possibly take a look at the code below and let me know where I'm going wrong?
    ...
  9. Replies
    5
    Views
    1,079

    Has anyone here heard of _lockroot?

    Hi there,


    Just wondering if anyone had heard of the code below :


    this._lockroot = true;

    I saw it on a tutorial site http://www.sephiroth.it/phpwiki/index.php/_lockroot and it is supposed...
  10. Replies
    8
    Views
    1,010

    Hi walkities, Try getting rid of the ...

    Hi walkities,

    Try getting rid of the


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> line.

    I had problems with a site I was making and someone mentioned to try taking...
  11. Replies
    33
    Views
    1,561

    Hi Shrav, Could you send me your email address...

    Hi Shrav,

    Could you send me your email address to webmaster@soundlogic.co.uk

    I am at work today and so don't have your email addy to hand but I have a load of sound effects ready to send!

    I...
  12. Replies
    33
    Views
    1,561

    Hi Frag, I was thinking that exact same thing...

    Hi Frag,

    I was thinking that exact same thing myself. I may just re-enable the hand cursor on the buttons for now. What do you think?

    Shrav,

    Hi there. Sorry I haven't emailed you or...
  13. Replies
    33
    Views
    1,561

    Site now live!!

    Hi there,

    Sorry to bring you all back on quite an old post but I was just wanting to let everyone know that the site is now up and running on the clients server at http://www.heliair.com and...
  14. Replies
    4
    Views
    936

    Hi there, Thanks for answering. Sorry I...

    Hi there,

    Thanks for answering. Sorry I haven't been back earlier to say thanks!

    Could you just answer one more thing though?

    If all I am doing is sending out the query yet the username and...
  15. Replies
    4
    Views
    436

    Hi, Try this : function randomURL(){...

    Hi,

    Try this :


    function randomURL(){
    unique = "?ran=" add Math.round(new Date().getTime());
    //will always be unique
    }
    randomURL();
  16. Replies
    4
    Views
    436

    Hi uksniper, You will need to add a random...

    Hi uksniper,

    You will need to add a random string to the end of the url so that your url will look something like this :

    http://www.mySite.com/message.txt?ran=10231023

    The ?ran=10231023 bit...
  17. Thread: .split!

    by Mark Bowen
    Replies
    9
    Views
    723

    Hi there, I think you'll find from my limited...

    Hi there,

    I think you'll find from my limited knowledge of arrays that what that code is doing is first of all taking the string and splitting it up into 3 seperate entries by finding the spaces...
  18. Replies
    4
    Views
    936

    How unsafe would this be?

    Hi there,

    I was just wondering how unsafe it would be to create a SELECT, INSERT OR UPDATE Query from within Flash?

    If a person could break into a .swf file and find these out then yes they...
  19. Replies
    0
    Views
    352

    Help with checkboxes!!

    Hi there,

    Just wondering if someone could give me a quick heads up on this one??!

    I have created my own Movie Clip checkbox (very simple - just changes graphical state and traces a value).
    I...
  20. Replies
    26
    Views
    2,714

    Sorry to harp in like this but I think you'll...

    Sorry to harp in like this but I think you'll find that the Kais Power Tools 5 (I think!) has a plugin called Frax Flame or something like that which will create this kind of effect and a whole lot...
  21. Replies
    19
    Views
    1,620

    Hi there, Just in case anyone is interested...

    Hi there,

    Just in case anyone is interested this is a little script I put together that allows me to return all the filenames in a certain folder to Flash in the format that it expects.


    <?...
  22. Replies
    1
    Views
    345

    Hi Zak, Here you go. Try this!! // Random...

    Hi Zak,

    Here you go. Try this!!


    // Random image loader
    images = ["background1.jpg", "background2.jpg", "3.jpg", "4.jpg"];
    imagetoload = Math.floor(Math.random() * images.length);...
  23. Hi there, Thanks for all your help on this. I...

    Hi there,

    Thanks for all your help on this.
    I think I may have found my problem. My fault after all!!! Sorry!!!

    The code I was using to load in the variables is below :

    /* First create a...
  24. Hi there, The comboBox is being supplied its...

    Hi there,

    The comboBox is being supplied its data through a combination of a PHP script accessing a MySQL database and then feeding the results to flash in a URL encoded string that it then uses...
  25. Major help needed using ComboBox component!!

    Hi there,

    Not too sure if this is the right forum to post this in so a big sorry to the admin if it isn't and if you need to post it then please do!

    I was wondering if anyone could help me with...
Results 1 to 25 of 166
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center