A Flash Developer Resource Site

Search:

Type: Posts; User: gordob

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. Replies
    4
    Views
    671

    $events_array = explode (',',...

    $events_array = explode (',', $_POST['eventsText']);
    echo "&test=$events_array[2]";

    To answer my own question.....

    I was sending my array "eventsText" to my PHP script, but I couldn't access...
  2. Replies
    4
    Views
    671

    Musicman, echo "&output=$eventsText"; will...

    Musicman,

    echo "&output=$eventsText";

    will echo back all the elements of eventsText array, but I need to access the value of individual elements (ie; eventsText[0], etc.) with in my PHP script....
  3. Replies
    4
    Views
    671

    When I send my load variables out with the GET...

    When I send my load variables out with the GET method, my array elements look like this....

    &eventsText=my+event+data+1%2Cmy+event+data+2&

    Do I need to create an array in PHP before I can...
  4. Replies
    4
    Views
    671

    Flash arrays in PHP

    I am having difficulty accessing array elements passed to a PHP script from Flash. Here is how my array is setup in Flash:

    eventsText[0] = eventtest1;
    eventsText[1] = eventtext2;
    eventsText[2] =...
  5. Replies
    3
    Views
    425

    m, Yes this does work and is what I need, but...

    m,
    Yes this does work and is what I need, but the kunkyness will be unacceptable for my intended use. I also need the ball to be draggable along the walls in a constrained manner, but not stick and...
  6. Replies
    3
    Views
    425

    hitTest hitArea intersecting movieclips

    I am working with FMX04 and have come to a deadend with my problem. I would like to drag a ball shaped movieclip around a maze or a house-floor-plan-like background. This maze/floor plan should be a...
  7. Replies
    1
    Views
    564

    Well.... Since no relies. I was wondering if...

    Well.... Since no relies. I was wondering if anyone could suggest a way to constrain movieclips, other than using the startDrag command's (L,T,R,B parameters). I need to setup an area within the...
  8. Replies
    1
    Views
    564

    Crop Tool Constrain

    I built a crop tool, similiar in function to PhotoShop's croptool (see attached resize_crop.fla). I have one problem with its function: when using the tool and going from "resizing" mode (using the...
  9. Replies
    6
    Views
    950

    This process is baffling. I just want to...

    This process is baffling. I just want to dynamically load a jpeg and then rotate it from its center. I can only get my loaded jpeg to rotate on its upper left corner. I tried the onClipEvent(data)...
  10. Replies
    4
    Views
    528

    10-4 Here it is.... // loads XML file...

    10-4 Here it is....


    // loads XML file
    slides_xml = new XML();
    slides_xml.onLoad = startSlideShow;
    slides_xml.load("slides.xml");
    slides_xml.ignoreWhite = true;

    // Show the first slide...
  11. Replies
    4
    Views
    528

    The jpegs load fine 100% of the time with IE5.2...

    The jpegs load fine 100% of the time with IE5.2 with cacheing turned entirely off in IE prefs.

    The jpegs load 95% of time fine with browser cacheing enabled in IE. But occasionally a jpeg doesn't...
  12. Replies
    4
    Views
    528

    loading jpegs w/browser cache on

    Sometimes (5% of the time?) IE5 with cacheing enabled, screws up and won't load a jpeg into an empty movieclip with the loadmovie command. I have tried putting <META HTTP-EQUIV="PRAGMA"...
  13. Replies
    9
    Views
    2,269

    Ian424... This is solution. Now the code?

    Ian424...
    This is solution. Now the code?
  14. Replies
    9
    Views
    2,269

    Having experimented with the "tedious masks"...

    Having experimented with the "tedious masks" method this afternoon. I find that this method quickly makes the resulting .swf file to heavy to be useable.
  15. Replies
    9
    Views
    2,269

    CNO... Tedious masks, tedious...

    CNO...
    Tedious masks, tedious actionscripting..... Ultimately I believe it will be solved by someone via FlashMX's drawing API and I would pay for it.
  16. Replies
    9
    Views
    2,269

    CNO... Tedious masks, tedious...

    CNO...
    Tedious masks, tedious actionscripting..... Ultimately I believe it will be solved by someone via FlashMX's drawing API and I would pay for it.
  17. Replies
    9
    Views
    2,269

    Yes this is what I was looking for. But does...

    Yes this is what I was looking for. But does anyone know of a method that doesn't require tedious masking work?
  18. Replies
    9
    Views
    2,269

    animate hand writting

    I would like to have a Flash movie that animates someone writing text (handwritting). Can someone point me to some examples on how to do this? Are there any automated utilities that do this for...
  19. Replies
    2
    Views
    524

    New CarbonLib was downloaded from Apple...

    New CarbonLib was downloaded from Apple yesterday. Have contacted Wildform and following their directives.
  20. Replies
    2
    Views
    524

    Just bought 2.1. Installed and the CarbonLib...

    Just bought 2.1. Installed and the CarbonLib extension (this is installed with the SWFX installer) is choking on one of my extensions.

    Mac G4
    OS 9.1
    Font Reserve 2.0
    ATM 4.5.2

    Any ideas?...
  21. Replies
    2
    Views
    467

    Hi Bzdero, This movie is actually embedded into...

    Hi Bzdero,
    This movie is actually embedded into another navigation swf movie. A reload of the navigation html page would be unacceptable too. Any other ideas?
  22. Replies
    2
    Views
    467

    I would like to have a button in flash, when...

    I would like to have a button in flash, when clicked to makes the browser scroll to the top of the flash movie.

    I have a flash movie that is 1600 pixels high. So when the movie moves to different...
  23. Replies
    1
    Views
    894

    I was given this HTML link code to integrate into...

    I was given this HTML link code to integrate into a Flash site. My HTML sucks. Can someone explain to me what has to happen in Flash (GetURL) to replicate this bit of code?


    <a...
  24. Replies
    7
    Views
    572

    I am interested. Three questions: 1. I couldn't...

    I am interested.
    Three questions:
    1. I couldn't find your email address.
    2. What am I getting for $7 dollars a month?
    3. Am I getting anything specifically to improve Flash sites vs. HTML sites...
  25. Replies
    7
    Views
    572

    URL? http://www.toppile.com?

    URL?
    http://www.toppile.com?
Results 1 to 25 of 53
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center