A Flash Developer Resource Site

Search:

Type: Posts; User: MiniMonty

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,130

    Comments received and understood - thank you.

    Comments received and understood - thank you.
  2. Replies
    3
    Views
    1,130

    Form with file upload

    Hi all,

    I'm trying to build a system where users (restricted to a very few admins) can publish news articles.

    The form is simple enough:
    an input field for "Headline" (single line)
    an...
  3. Replies
    2
    Views
    1,954

    CheckBox as switch for button on/off

    Hi all,

    never really used checkBoxes much and wondering what the best AS2 is to use one as a "switch" ?

    i.e. place a checkbox which is default unchecked and if the user checks it {do something}...
  4. Replies
    1
    Views
    1,609

    FlashVars - test equality

    Hi all,

    this is a weird one and I cannot solve it.

    Using php to declare a few Flashvars. No problems - they all arrive and behave. One of these populates a dynamic text field inside an MC. ...
  5. Replies
    8
    Views
    3,339

    Could you post your code please ? Is it very...

    Could you post your code please ?
    Is it very different to mine ?
  6. Replies
    8
    Views
    3,339

    Tried it - yes Repeated the error - yes Same on...

    Tried it - yes
    Repeated the error - yes
    Same on three browsers, Mac and PC - yes

    Same thing seems to be true for this guy who is selling Flash buttons !
    Try either button on his site to see the...
  7. I've never had much to do with XML but I'm just...

    I've never had much to do with XML but I'm just finishing a site for photographers where there is one public gallery containing all images and each member has their own gallery just containing their...
  8. Thread: paypal

    by MiniMonty
    Replies
    8
    Views
    14,255

    Hi all, slight hijack... My paypal button...

    Hi all,

    slight hijack...

    My paypal button has worked for a year but suddenly gives an error on the paypal site like this:
    "You have requested an outdated version of PayPal. This error often...
  9. Replies
    8
    Views
    3,339

    PayPal button "out of date" ??

    Hi all,

    I've been using a paypal button on my site for a couople of years with no problems. Suddenly I get an email from a potential customer saying that as she clicked the "buy now" she got this...
  10. Replies
    4
    Views
    542

    Beautiful. Thanks mate.

    Beautiful.
    Thanks mate.
  11. Replies
    4
    Views
    542

    Thanks for the reply. This line has me...

    Thanks for the reply.

    This line has me confused:
    "This assumes that ValidateAndSend does not actually use the event argument it is passed, and that that argument is optional".

    So I'll post my...
  12. Replies
    4
    Views
    542

    AS3 newb - simple question

    Hi all,

    migrating from AS2 to AS3 and unsure of the simplest things ! :)

    So - question:
    I have a button which validates a form, I'd like it to work on release
    AND / OR on a key stroke...
  13. Replies
    1
    Views
    1,199

    Post variable from Flash to php

    Hi all,

    I've got a flash front end for an image gallery. The images are pulled into
    Flash via php which delivers a string of filepaths - this works fine.

    Now I need to allow users to delete...
  14. Replies
    7
    Views
    1,035

    Appreciate your help on this btw... Did as...

    Appreciate your help on this btw...
    Did as suggested and the code returned this in the "del_pic" text box:
    (cut and pasted)

    ...
  15. Replies
    7
    Views
    1,035

    Can't run a trace (I'm developing live online)...

    Can't run a trace (I'm developing live online) but this:

    on (release) {
    del_pic = _root.galpic;
    }

    returns the array (string of filepaths) in the dynamic text box "del_pic".
  16. Replies
    7
    Views
    1,035

    Thanks for the reply. So I did a test, set up a...

    Thanks for the reply.
    So I did a test, set up a dynamic text field with a variable name of "del_pic" then
    put this code on the "next" button.

    on (release) {
    tmp = _root.galpic.split(",");...
  17. Replies
    7
    Views
    1,035

    Simple array question

    Hi all,

    I'm bringing a set of filepath data into flash in the standard comma delimited format like this:...
  18. Replies
    3
    Views
    668

    Thanks chaps.

    Thanks chaps.
  19. Replies
    3
    Views
    668

    Count commas in a string

    Hi all,

    using AS2 how can I count the number of commas in a string ?
    The string is imported dynamically and then held in a dynamic
    text box (called "coolBox).

    Thanks and Best wishes
    Monty
  20. Replies
    2
    Views
    1,119

    I'd totally forgotten about FlashVars so thanks...

    I'd totally forgotten about FlashVars so thanks for reminding me.
    Had to scratch my head about it for a while but I solved it and I'll post it
    here in case it might help others.

    So the query...
  21. Replies
    1
    Views
    6,878

    Put an empty movie clip in the button, (on it's...

    Put an empty movie clip in the button, (on it's own layer), give it a name, give the button a name and when you load the image you can target the movie clip to hold it.
  22. Replies
    2
    Views
    1,119

    [RESOLVED] Need help linking Flash and php

    Hi all,

    I've got a mysql db in which a table called "pictures" holds a list of paths to images on the server.
    It looks like this:

    http://www.shutterbugclub.com/tony/pic_table.jpg

    Also got a...
Results 1 to 22 of 22




Click Here to Expand Forum to Full Width

HTML5 Development Center