A Flash Developer Resource Site

Search:

Type: Posts; User: trickyMoe

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Have tried absolute paths too...

    Musicman ..
    thanks for the reply.

    I tried to use an absolute path back to the script .. but .. there we still have that security denial because the loadVariables is [still] sent from the outside...
  2. Musicman ...Still Need Help ...??

    Musicman .. thanks for your help.
    The form loads in fine to the main.swf .. but I need the form to loadVariables back into the domain that it originated from .. not where the main.swf is... more...
  3. loading variables to php scripts on another server?

    I need to loadVariables from a form_mc on one domain to a php script hosted on another server. While the scripts are on the same server they work fine:


    loadVariablesNum("alert.php", 0,...
  4. thanks

    thanks for the idea! I employed a slight derivation of your idea:
    upon each "arrival" I simply re-invoked the same function that transferred the text values into the text fields.. worked fine.
    ...
  5. weird "ghost links" in html formatted text

    I designed a website that uses html formatted and encoded text loaded from a text file. The content is loaded across a half dozen sections that are masked by another clip using mc.setMask() .. this...
  6. Replies
    2
    Views
    406

    PayPay button call from Flash?

    I am working on a Flash site for someone who wants to sell stuff using PayPal. Is it possible to send the info from a button within Flash... by-passing the html code generated by their (PayPal's)...
  7. Replies
    0
    Views
    476

    swf in emails

    Is there a way of sending someone an email (like when someone sends a html web formated email) with a swf file of motion graphics or whatever playing?

    I have attempted several ways .. most...
  8. I Figured It Out

    The problem was I had the target clip scaled and positioned .. once I fixed that I simply positioned and scaled the coupon.swf clip and it worked fine:

    within base movie was:
    ...
  9. printing a dyn. txt field .. re-locates it??

    I have an online coupon with a expiration date that is loaded from a txt file.
    .. The coupon.swf clip is loaded into a blank clip upon the base movie..
    Everything works but the dynamic text field...
  10. Replies
    5
    Views
    1,349

    cool!

    Thanks everyone. I will try that array builder today. I did have luck with this: It does not create an array but it does hold the values in the timeline. It may be helpful at some level for someone,...
  11. Replies
    5
    Views
    1,349

    xml attributes to an array

    Hi.

    Purpose:
    I am creating a slide show of sorts. I would like to store the names of external .jpg files in an XML doc. Then I want flash to hold all the available .jpgs from this XML doc into...
  12. Replies
    2
    Views
    961

    sorry .. hey it is

    Hi.

    Purpose:
    I am creating a slide show of sorts. I would like to store the names of external .jpg files in an XML doc. Then I want flash to hold all the available .jpgs from this XML doc into...
  13. Replies
    2
    Views
    961

    xml attributes to an array

    Hi.

    Purpose:
    I am creating a slide show of sorts. I would like to store the names of external .jpg files in an XML doc. Then I want flash to hold all the available .jpgs from this XML doc into...
  14. Replies
    0
    Views
    1,881

    dynamic thumbnail menu

    does anyone know where a good resource for something very similar to the slide show on the MINI site:
    ...
  15. I am making a CD presentation with projector...

    I am making a CD presentation with projector files that include loading large (20meg) swf files with embedded video...

    1. while waiting for the external swf file to load- does the whole movie...
  16. Replies
    1
    Views
    1,502

    I am making a CD presentation with projector...

    I am making a CD presentation with projector files that include loading large (20meg) swf files with embedded video...

    1. while waiting for the external swf file to load- does the whole movie...
  17. cancerinform -- you da man!!

    yeah baby!! you got it .. XML .. yeah that was going to be the next thang to try..
    thanks so much for sticking it out with me.. i am in your debt!!

    .. now this can be a part of my presentation in...
  18. my project is alot more complicated.. it is just...

    my project is alot more complicated.. it is just that my example (my problem) as described here is reduced to its sheer simplest form..

    the blankClip without ""marks is actually a variable placed...
  19. thanks for the time on this .. but this is not...

    thanks for the time on this .. but this is not what i am trying to do..
    i need to eliminate the input text interface and replace the image choice from a text file..

    for some reason when loading...
  20. thanks but did you load the images' names/vars...

    thanks but did you load the images' names/vars from a txt file?
    ..the image vars need to be loaded before site opens..
    essentially, i need to pick a background image for the site by simply...
  21. link to test file

    here is the .zip file of my test.. ( however, no images in the images folder)

    http://www.promesis.com/jpgtest.zip
  22. thanks.. i have tried that too : // create...

    thanks.. i have tried that too :

    // create array with all images
    backImages = ["back1.jpg", "back2.jpg","back3.jpg", "back4.jpg","back5.jpg", "back6.jpg"];
    // create vars to hold positions of...
  23. thanks .. that is essentially what i have been...

    thanks .. that is essentially what i have been trying.. it has not worked.. maybe i am missing something.. the var changes but the jpg file that i want it to refer to does not show up..
    for example:...
  24. i need to control what jpg gets loaded by editing...

    i need to control what jpg gets loaded by editing a txt file...

    //this code works::
    theimage = "images/back1.jpg";
    loadMovie(theimage, blankClip);

    but how can i pass variables from a text...
  25. Replies
    10
    Views
    2,399

    hey liquid Genius.. i am not an applescript...

    hey liquid Genius..
    i am not an applescript expert at all but feel free to post your code's syntax here for me to check out.. i may be able to help..

    at least i have had no probs with my...
Results 1 to 25 of 59
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center