A Flash Developer Resource Site

Search:

Type: Posts; User: supraicer69

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. [CS3] Flash Presentation Website Tour?

    I want to create a flash presentation website tour...

    You know the ones where it shows "screenshots / walkthroughs" of the website and has a pause / back / forward button?

    A whole bunch of...
  2. Replies
    9
    Views
    2,780

    update: i've enlarged to 300dpi, used "find...

    update:

    i've enlarged to 300dpi, used "find edges" filter and filles circles with light orange shade.
    gonna take forever to get rid of these white rings around edges(can't use paint bucket cos...
  3. Replies
    9
    Views
    2,780

    Business Card Re-design HELP please

    Hey guys,

    Attached is a business card background layout...i'm sure one of you photoshop guru's can do quickly, i just can't seem to find a quick way of doing it OR how to do it!

    The attached...
  4. Replies
    10
    Views
    2,012

    haha u did more than enough trust me thanks...

    haha u did more than enough trust me

    thanks again
  5. Replies
    10
    Views
    2,012

    genious isn't even the word for u! awesome buddy...

    genious isn't even the word for u! awesome buddy

    i added an extra quote, set fade speed down and increased time delay

    works perfectly and thanks for the documentation, it's good to know :)
  6. sihnon, plenary is right, use math.random (i...

    sihnon, plenary is right, use math.random

    (i gotta stop using random...haven't used random in AS for years!)
  7. Replies
    10
    Views
    2,012

    ok...sorry was trying to figure out different...

    ok...sorry was trying to figure out different ways to do it

    I've attached the fla as well

    but it chooses a random frame which is no good cos then a quote will start playing halfway through

    ...
  8. move the "you rolled" dynamic text box on top of...

    move the "you rolled" dynamic text box on top of the button? LOL

    too tired going to bed

    if you haven't sorted it out by then send me a PM
  9. oops my bad forgot they can also generate a roll...

    oops my bad forgot they can also generate a roll of "0"
    anyway play with it. enjoy!
  10. Actionscript on "roll" button on (release) {...

    Actionscript on "roll" button

    on (release) {
    ran = random(6)
    dice.text = "You rolled " +ran;
    }


    Actionscript on frame 1 of main
  11. Replies
    10
    Views
    2,012

    or what about setting up each MC in different...

    or what about setting up each MC in different frames and in AS tell it to choose a random frame label to go to?
    choosing a random frame this way will sometimes start an MC halfway through...

    .fla...
  12. Replies
    10
    Views
    2,012

    tried this as a test.. naming 3 mc's instances...

    tried this as a test..

    naming 3 mc's instances to mc1, mc2, mc3

    AS in first frame of main is:

    for (i = 1; i <= 3; i++) {
    this["mc"+i].gotoAndPlay(this["mc"+i].randomNumber);
    }
  13. Replies
    10
    Views
    2,012

    thank you very much gparis :) i'll be testing...

    thank you very much gparis :)

    i'll be testing it out later
  14. Replies
    10
    Views
    2,012

    [F8] Random MC's?

    Just working on a random quote animation...

    There are 6 MC's with a quote in each, each MC plays for 100 frame (fade in, 50 frames, fade out, 50 frames)
    I know i have to use something similar to:...
  15. Replies
    3
    Views
    2,531

    black_phoenix thanks for your reply :) it's a...

    black_phoenix thanks for your reply :)

    it's a bitmap and when i save from photoshop to pdf format i'm saving with jpg quality and it's set at maximum.

    when i use acrobat 8 professional to...
  16. Replies
    3
    Views
    2,531

    Image quality help please

    After playing around with an image for a client (for print on a card), it seems as though i've lost the quality.
    The rest of the graphics are perfect.

    Once i save as a pdf from photoshop, the...
  17. Replies
    58
    Views
    14,258

    the filename corresponds to the customers...

    the filename corresponds to the customers uploaded file

    they are given the option to upload a photo of max 1.5mb size to be put on the product

    variable "filename" is...
  18. Replies
    58
    Views
    14,258

    Hi Musicman, any luck with further testing? I've...

    Hi Musicman, any luck with further testing? I've tried everything I can think of yet it keeps sending the tags inplain text format
    ( <b> Thank you... </b> instead of Thank you... )
  19. Replies
    58
    Views
    14,258

    View Post

    <?php opening php tag is in line 1 on my end...

    try sending to the above php i pasted in my last post...can't include html for some reason :/

    just read this up...

    If you want to send...
  20. Replies
    58
    Views
    14,258

    approved=no no errors in the script, checked...

    approved=no

    no errors in the script, checked it a few times and no extra quotes

    i'll post exact script just taking out the merchant id and password and contact info:



    <?php
  21. Replies
    58
    Views
    14,258

    I tried the following...without using ...

    I tried the following...without using <font>

    mail($customer_email, "Website Order - Approved", "<html><b>Hi,

    Thank you for your order....

    </b></html>"

    order didn't go through and no...
  22. Replies
    58
    Views
    14,258

    Tried including html in the payment.php but the...

    Tried including html in the payment.php but the order and receipt both did not go through..this is my test php code, please make necessary corrections:

    if(eregi("yes", $approved))
    { ...
  23. Replies
    58
    Views
    14,258

    Musicman that thread confused the hell out of me...

    Musicman that thread confused the hell out of me hehe
    no idea...

    can we go the simpler solution? client wants the customer to receive a receipt straight away and will also send one out in the...
  24. Replies
    58
    Views
    14,258

    Thanks musicman, i'll have a read through it this...

    Thanks musicman, i'll have a read through it this evening and see how i go :)

    cheers
  25. Replies
    58
    Views
    14,258

    Musicman, Thanks! Exactly what I was after and...

    Musicman,

    Thanks! Exactly what I was after and now it all runs through flash rather than opening that php window :)
    This is the last thing left to configure, instead of send the invoice in plain...
Results 1 to 25 of 116
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center