A Flash Developer Resource Site

Search:

Type: Posts; User: gabi_poa

Page 1 of 13 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    0
    Views
    360

    LoadVars, usage

    I'm making a whole web site based on load vars to load text files. I'm using it like:

    if (qualCliente != "") {
    caseEscolhido = "http://host106enx.plugin.com.br/admin/cases/"+qualCliente+".txt";...
  2. Replies
    0
    Views
    359

    (one of) the biggest shame of my life

    I had to present a lecture today, and it was about the connexion betwwen flash, php and mysql. I prepared a lot of files showing how the queries could be made, increasing the level of complexity,...
  3. Replies
    5
    Views
    1,173

    if youre confortable with php and mysql you could...

    if youre confortable with php and mysql you could try amfphp, wich will make evrytrhing really easier and faster. i had some troubles starting and sinstalling it, but it is really worth trying. see...
  4. set and get RGB, preserving the stroke of the mc

    Hello.
    I', using set and getREGB to paint mc on my stage. So far, nothing new.
    But I'd like to know if there's a way to preserve the stroke of these mc, because when I set the RGB, I loose the...
  5. Replies
    0
    Views
    352

    Cross-plataform issue

    I have only windows machines?
    Do anyone know if an exe, generated on a Windows P.C. can play on Mac and Linux?
    To play on Linux, a windows generated swf needs a plug-in right? But it could play on...
  6. Thread: function help

    by gabi_poa
    Replies
    1
    Views
    430

    function help

    I have this function, which works fine:


    function hideMenu() {
    editCity.menuMD._visible = false;
    }
    setInterval(hideMenu, 3000);


    Now, I want to pass the movie clip's name to it as a...
  7. Replies
    2
    Views
    490

    Netscape 6 and Opera

    In Macromedia's web site ther's a technote saying that macromedia.com does not fully support:
    Netscape 6.2 and earlier (Mac and Win)
    Internet Explorer 4.x and earlier (Mac and Win)
    Opera (all...
  8. Replies
    0
    Views
    475

    tute on formatters

    Hi. does anyone konws the url of a tute on formatters (the tab on component inspextor). tnx
  9. Replies
    0
    Views
    509

    ComboBox Component

    Hi. I want to make a combobox with a rounded button. OK, I got it. But now I want to change the color of the stripe over the itnes. It's green by default. I looked for on the documentation and did...
  10. Replies
    0
    Views
    393

    controlling checkbox via AS

    Why arent my checkboxes instance name being recognized?
    I dragged 4 chaeckboxes to my stage, and named them cb1, cb2, cb3 and cb4. Now I to check if some is selected, after a button is pressed....
  11. old fashioned programmer need explanations...

    HI. Here´s my problem: I need to use those components that MX2004 has, because there is another person in the project that was using it already. This person isn't, in a fact, a programmer. I used to...
  12. Replies
    2
    Views
    380

    it is a select, like . some call dropdown...

    it is a select, like <select>. some call dropdown list.
  13. Replies
    2
    Views
    380

    my script is puzzling me

    Hi. i made a scroll bar for a select list, wich im feeding with the rows fo a db, but thats another story...
    so, i think that flash components are heavy, so i made one that suits only my needs,...
  14. Replies
    2
    Views
    588

    not expected file format

    not expected file format
  15. Replies
    1
    Views
    489

    this will print only the content of a movie clip....

    this will print only the content of a movie clip. theres a print action, look for it on flash help

    on (release) {
    print("_root.mapa", "bframe");
    }
  16. Replies
    2
    Views
    581

    the phrase Method; computes and returns the...

    the phrase

    Method; computes and returns the angle of the point y/x in radians, when measured counterclockwise from a circle’s x axis (where 0,0 represents the center of the circle). The return...
  17. Replies
    4
    Views
    11,500

    Math.atan && Math.atan2

    Can someone please expplain to me what does Math.atan2 and Math.atan returns? I made a file to try to understand, but I cant figure out what they do!!!
    I saw a lot o fo files wich use those actions,...
  18. Replies
    5
    Views
    548

    maybe the action is on a keyframe. the log is...

    maybe the action is on a keyframe. the log is telling you that ii is NOT on a button. can you post it?
  19. Replies
    1
    Views
    382

    try this on an empty movie clip on the scene. do...

    try this on an empty movie clip on the scene. do not forget to record the files with the right path on the cd.

    keyframe action:
    _root.v1.loadMovie("./imgs/v1.jpg");//v1 is the mc's name
  20. Replies
    5
    Views
    548

    it seems your button is actually a movie clip....

    it seems your button is actually a movie clip. only button symbols can have the "on" action. double click your movie clip, select the image and press F8 (convert to symbol) and choose button. you can...
  21. Replies
    3
    Views
    2,317

    do you mean transparent, to shouw the html...

    do you mean transparent, to shouw the html behind?

    add this tag to the html

    <param NAME="wmode" Value="Transparent">
  22. Replies
    2
    Views
    581

    Math.atan && Math.atan2

    Can someone please expplain to me what does Math.atan2 and Math.atan returns? I made a file to try to understand, but I cant figure out what they do!!!
    I saw a lot o fo files wich use those actions,...
  23. Replies
    2
    Views
    593

    sure

    i needed something like that, and made it with these tutes. http://www.nunomira.com/tutorials/loading_variables.php#php
    i guess this guy is a flahskit member, so give him the credits.
  24. Thread: load movie

    by gabi_poa
    Replies
    0
    Views
    380

    load movie

    I cant believe it is happening to me, to be stuckued with a load movie thing!
    the problem ill described can be viewed at www.acqualokos.com.br/portugues/home.htm
    I have a movie on a htm page,...
  25. Thread: load movie

    by gabi_poa
    Replies
    0
    Views
    338

    load movie

    I cant believe it is happening to me, to be stuckued with a load movie thing!
    the problem ill described can be viewed at www.acqualokos.com.br/portugues/home.htm
    I have a movie on a htm page,...
Results 1 to 25 of 324
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center