A Flash Developer Resource Site

Search:

Type: Posts; User: gdamac

Search: Search took 0.19 seconds.

  1. Replies
    5
    Views
    555

    IGNORE FIRST REPLY function xyp(xp,yp){ ...

    IGNORE FIRST REPLY

    function xyp(xp,yp){
    this.xp = xp
    this.yp = yp
    }

    var grid = new array();

    for (inc=0;inc<20;inc++){
  2. Replies
    5
    Views
    555

    if I am understading you you want to make grid an...

    if I am understading you you want to make grid an array of 20 elements, each of which is an array of 20 elements? in that case the code would look like this

    // 2d array construct
    //coordinate...
  3. Thread: what's XML?

    by gdamac
    Replies
    5
    Views
    2,937

    woops! my examples got parsed, here they are the...

    woops! my examples got parsed, here they are
    the xml code...
    <xmp>
    <?xml version="1.0"?>
    <shooping-cart>
    <item>
    <description id="some id">
    some text that describes this...
  4. Thread: what's XML?

    by gdamac
    Replies
    5
    Views
    2,937

    xml is a markup langauge for data, that is it can...

    xml is a markup langauge for data, that is it can be used to tag (describe) your data in a meaningfull way, if you had a online shopping cart, you can mark the data up like this...

    <?xml...
  5. replace the existing html code with the following...

    replace the existing html code with the following

    <HTML>
    <HEAD>
    <TITLE>B_SITE4</TITLE>
    <!-- ie responds better to css than the body tags marginxx attributes -->
    <script type="text/javascript"...
  6. in the main timeline of your movie add an...

    in the main timeline of your movie add an action...
    loadVariables("my_data.txt","");
    the second (empty) parameter is the target MC, if blank flash will use the current MC (in this case _root)
    now,...
  7. Replies
    0
    Views
    391

    what in the wild wild world of sports is going...

    what in the wild wild world of sports is going on!
    I tried to execute this
    // params for a servlet
    var command="doTitles";
    var table_name="xd_documents";
    // I want to load vars into this var...
  8. Replies
    2
    Views
    572

    I think I understand, rather than asigning the...

    I think I understand, rather than asigning the response to a target, I say myVar = "[GET|POST]" ok, thats cool, would you just look at this script for me?
    var ids = new Array();
    var titles = new...
  9. Replies
    2
    Views
    572

    ok here's my goal, I wnat to send a request to my...

    ok here's my goal, I wnat to send a request to my servlet, for a list of two rows in a db, say a document id and title,
    q1. I want to put the response in a var, I assume this is posible...
    var...
  10. Replies
    1
    Views
    889

    okay, this may be easy and something I'm over...

    okay, this may be easy and something I'm over looking, but...
    I have a interface in flash, on the click of a button, you are taken to a frame that has input-text fields populated from a db, now I...
  11. I assume that the rotating balls in your buttons...

    I assume that the rotating balls in your buttons are movie clips? have you tried easing?
  12. Replies
    5
    Views
    660

    in publish settings(File->Publish Setting...) ...

    in publish settings(File->Publish Setting...)
    click on the html tab, there will be a pull down called 'Template', from here choose Flash with FSCommand
    now when you publish your movie Flash will...
  13. Replies
    5
    Views
    660

    I assume you're using FSCommand? and you want the...

    I assume you're using FSCommand? and you want the movie in the pop up to close the window based on an event?
    you can use the window.opener.location='myNewUrl.html'
    to put a new page in the parent...
  14. r u on a Mac?

    if you're on a Mac, BBEdit and MacPerl together are pretty cool, other than that, ????
    if you find a cool one, post it, I'd be interested
  15. Replies
    3
    Views
    509

    I figured it out, the java.net.URLEncoder was the...

    I figured it out, the java.net.URLEncoder was the problem, gotit from a guy who claimed to be an expert, maybe I wasn't doing it right, anyway, my dynamic text fields are happily populated with...
  16. Replies
    2
    Views
    555

    FSCommand won't work, sorry if that too obvious

    FSCommand won't work, sorry if that too obvious
  17. Replies
    3
    Views
    509

    no, no extension, nad I did not try post yet, and...

    no, no extension, nad I did not try post yet, and upon futher debuging, I found that it is sending the request to the servlet, so I gues my problem is where is it putting the vars?!?! the movie clip...
  18. Replies
    5
    Views
    828

    Hi Brian, I'm not sure what is happening with...

    Hi Brian, I'm not sure what is happening with your css in DW, but the following code will work in both browers

    <style type="text/css">
    a
    { text-decoration: none; }
    a:link
    { text-decoration:...
  19. Replies
    3
    Views
    509

    I am trying to use loadVariable to load get data...

    I am trying to use loadVariable to load get data from java servlet, the idea is to build a Flash database interface, allowing clients to update their records, thee will be documen content via my...
Results 1 to 19 of 19




Click Here to Expand Forum to Full Width

HTML5 Development Center