A Flash Developer Resource Site

Search:

Type: Posts; User: jetseteurotrash

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    388

    Does anyone know if FlashForward 2002 will be...

    Does anyone know if FlashForward 2002 will be held in New York City in addition to the San Francisco seminars?
  2. Replies
    5
    Views
    912

    That's fine and dandy, but if you don't know that...

    That's fine and dandy, but if you don't know that "link" is in there, how can you access the values of attributes? I asked a question earlier about this. If attributes is an array, as defined by...
  3. Replies
    1
    Views
    729

    If I do not know the names of an element's...

    If I do not know the names of an element's attributes, can I extract their values by using ".attributes"?
    This is what I have been trying:
    loop=0;
    endLoop=myXML.elementNode.attributes.length;
    do{...
  4. Replies
    1
    Views
    499

    why don't you use a script file include? Add...

    why don't you use a script file include? Add this to your HTML:
    <SCRIPT TYPE="text/javascript" SRC="cookieCode.js"></SCRIPT>

    And make a text file, copy your code to the file and save it as...
  5. Replies
    1
    Views
    543

    that guy is using "Flash Methods". It's...

    that guy is using "Flash Methods". It's javascript that can set variables in Flash, or do tellTarget, or get/set property...
    Here's some information from the Macromedia site about Flash Methods:...
  6. there it is

    yep. and if you want to reference the loaded movie, for stuff like changing it's properties or whatever, you would use the instance name of the target you loaded the movie into.
    ------...
  7. Replies
    16
    Views
    1,390

    I think tonypa said it won't work over the net...

    I think tonypa said it won't work over the net earlier in the thread. Still, I recommend checking out server-side scripting to make your site dynamic.
  8. Replies
    16
    Views
    1,390

    I see, so it can be used as a development tool...

    I see, so it can be used as a development tool...
  9. It appears to me that that example site uses...

    It appears to me that that example site uses loadMovie.
    You can load a movie to a target, thus keeping your main interface on the screen and be able to target your loaded movie more easily than if...
  10. Replies
    16
    Views
    1,390

    wow, never knew that. But what purpose does it...

    wow, never knew that. But what purpose does it serve? I don't see any useful applicaton of using:
    FS Command("save","filename");
  11. Replies
    16
    Views
    1,390

    take my word

    I was in the same position you were a year ago. Flash can read txt file data but cannot write data to a file without some kind of server-side script.
  12. I just checked out that portfolio site you were...

    I just checked out that portfolio site you were taking about. It looks like buttons were placed over top to the 3D graphic. I mean, you can't rotate the thing so you can't tell if the buttons are...
  13. keep on "!!TRY-N!!" FALCONS FAN... I'm sure...

    keep on "!!TRY-N!!" FALCONS FAN...
    I'm sure you'll get the hang of it.
    To get those mouse coordinates, you need a movie clip that loops constantly, "grabb-n" the property of a hidden movieclip...
  14. Replies
    2
    Views
    479

    use "add"...

    use "add"
    ------------------------------------------------
    string1="dookie";
    string2="I like";
    combinedStrings = string1 add " " add string2;
    ------------------------------------------------...
  15. Replies
    16
    Views
    1,390

    breaking down some back-end

    ASP is like CGI or CFM (ColdFusion). ASP is Acitve Server Page, another server-side scripting thing. You have to use a scripting language like ASP or ColdFusion or CGI to write data to a text file....
  16. Replies
    16
    Views
    1,390

    A server-side script is a script files that...

    A server-side script is a script files that resides on your server. This script can do stuff like get information from a database, perform a search or whatever. Then the script sends output. Flash...
  17. try-n?

    Um, maybe if you could be a bit more specific then someone could help you.
  18. Replies
    4
    Views
    631

    If you want to load images into a Flash movie you...

    If you want to load images into a Flash movie you first have to make SWF files for the images you want to load in. It's pretty simple, just create a new FLA file, use the import option, and bring in...
  19. Replies
    16
    Views
    1,390

    CGI files are server side scripts that can...

    CGI files are server side scripts that can dynamically generate the string of variables for Flash to suck in. If you want a static website, by all means load your data from a TXT file. CGI scripts...
  20. Replies
    4
    Views
    631

    not to be repetitive, but I do not think you can...

    not to be repetitive, but I do not think you can load Java in Flash. You can call a Javascript function residing in the HTML file that your Flash movie is embedded in. To do thi use the getURL...
  21. are you using a plus sign, "+", or are you using...

    are you using a plus sign, "+", or are you using "add"?
    What level did you load the variables into? If you load to level 0, you can reference your variable any where in the same level by using "/:"...
  22. Replies
    6
    Views
    1,306

    word to the third power

    hey, if you are sending alot of data to Flash, make sure it's fed in as one long nasty line (especially useful when returning record sets):
    -----------------------------------------------------...
  23. DUH

    just in case you ever run into this problem while developing, remember to load your data through your webserver and not from the file itself. I was trying to load a coldfusion page that was not...
  24. Replies
    5
    Views
    757

    uhh...

    it's an applet.

    i see your observation skills are quite acute.
  25. Replies
    2
    Views
    673

    ouch

    hey, Flash 4 can import .mov files, but realize that the movie will be imported frame by frame. You can't just have it as an "object". For movies and flash animation support check out SMIL (I used...
Results 1 to 25 of 67
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center