A Flash Developer Resource Site

Search:

Type: Posts; User: TiMuN

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. If you are sending text from PHP, you might want...

    If you are sending text from PHP, you might want to use something like urlencode(utf8_encode($textVariable)); to send your text to flash.

    system.useCodepage = true; only works in other sweedish...
  2. Replies
    44
    Views
    3,290

    No sure, but what you want is reading a folder...

    No sure, but what you want is reading a folder contents through flash? If that's the case, it can't be done.

    You can force reading a text file from another folder, and then tell the flash to...
  3. Thread: tricky one

    by TiMuN
    Replies
    3
    Views
    428

    ... and obviously, remeber to empty the button...

    ... and obviously, remeber to empty the button rollover actions on frame 3, so it doesn't trigger again when gone to that frame ..

    maybe that helps!
  4. Replies
    67
    Views
    44,214

    A thousand thanx! It now works, setting the close...

    A thousand thanx! It now works, setting the close function, funcCierra, into the timed actions ...

    Now back to the subsection highlightning, and it's all done! :D

    Thanx for the help senocular!...
  5. Replies
    67
    Views
    44,214

    Here is a fla file, if you'd like to take a look...

    Here is a fla file, if you'd like to take a look at it.

    What i desperately want is it to behave almost like windows menu items, that only trigger actions whenever you are over them a certain...
  6. Replies
    67
    Views
    44,214

    I did already .. thanx for the quick answer thou....

    I did already .. thanx for the quick answer thou.

    I have set dinamic text fields linked to the rollID variable, and i can see rollID growing each time i roll over one of my buttons. Maybe that's...
  7. Replies
    67
    Views
    44,214

    awesome!! But it wasn't really what i wanted...

    awesome!!

    But it wasn't really what i wanted to achieve. :)
    I want my buttons to trigger an action only when the user puts the mouse pointer over them for at least 1 second, and only then,...
  8. Replies
    3
    Views
    642

    I would say it would be something like SELECT...

    I would say it would be something like

    SELECT name,date,time FROM table1,table2,table3 WHERE table1.name = table2.name = table3.name

    It should return all fields from the three tables that have...
  9. Well .. the only way i have found to acomplish...

    Well .. the only way i have found to acomplish this, is to set a value in a variable, and make your movie go to a frame in the same scene, and then with code, make it jump to the scene given by the...
  10. Replies
    67
    Views
    44,214

    Timed buttons?

    Thanx for the complete info, senocular ..

    I was searching trough the forums to find something for my project, where i want timed buttons to trigger some functions. But since our creative director...
  11. FF thanx a lot for your response and flash file....

    FF thanx a lot for your response and flash file. I have just tested it and now i'm trying to implement it on my project just to see how it goes.

    I have already resolved my problem from the...
  12. let's see if pop() does what it is supposed to do...

    let's see if pop() does what it is supposed to do ..

    ----
    assume we already have an array called myArray
    ----

    from (i=0; i<myArray.length; i++) {
    myArray.pop();
    trace(myArray);
    }
  13. Hey! That's exactly what i'm trying to achieve!...

    Hey! That's exactly what i'm trying to achieve!
    Ok .. I have some 30 files to be loaded into a dummy mc outside the visible area (the stage), and once the mc's are loaded, i move that dummy mc to...
  14. Replies
    0
    Views
    619

    Hi all. I have just downloaded Flash MX trial...

    Hi all.

    I have just downloaded Flash MX trial release, and got a very strange problem. The thing is, it seems to be running smoothly until you see the menus, bars and stuff is a mixture of old...
  15. Replies
    4
    Views
    538

    I guess you should just add another getURL...

    I guess you should just add another getURL command into de On (release) statement .. something like this :
    ---

    on (press) {
    getURL ("javascript:MM_openBrWindow('main.html','main')");
    ...
  16. Replies
    1
    Views
    438

    Hi there flipsideguy I guess, the easiest...

    Hi there flipsideguy

    I guess, the easiest thing to do would be retaining those variables in the same .txt file you have the updated ones .. flash would get all the variables as long as you have no...
  17. uhmmm .. yeah, could be a great idea .. something...

    uhmmm .. yeah, could be a great idea .. something like _currentframe.labelName

    ok. why not trying to set up a 'location' flag, so whenever you jump around in your movie, set your flag to the name...
  18. Replies
    3
    Views
    517

    Ok. I recently got into this kind of stuff, and...

    Ok. I recently got into this kind of stuff, and solved it through some searching around.
    Colin Moock has a flash detection script worth of trying if you want, and you can check his site at...
  19. I think the problem could be that the file you...

    I think the problem could be that the file you are importing text from is not a one line text file, and has some hidden breaks and stuff ... you have to be sure your file is just one line, and there...
  20. Replies
    2
    Views
    429

    hi UpNorth .. no, not really. What the script...

    hi UpNorth ..

    no, not really. What the script tries to do is check whether you are running an automaticlly upgradable Internet Explorer, OR, if you have a browser with the property 'Shockwave...
  21. Replies
    2
    Views
    429

    Hi all .. I need a quick response on this ... ...

    Hi all .. I need a quick response on this ...

    Would this script detect Flash Player 5 and do things accordingly?

    <SCRIPT LANGUAGE="JavaScript">
    <!--

    //Look for a version of Internet...
  22. Replies
    4
    Views
    619

    Ok. Then do this. Make a list of the 15 games,...

    Ok. Then do this.

    Make a list of the 15 games, with both teams on it. Then, randomly pick 10 of the matches, and then, take them into another list (array of some sort)
    Then for 10 times (one for...
  23. Replies
    4
    Views
    619

    Can you explain yourself further? Why don't...

    Can you explain yourself further?

    Why don't you just choose from the 15 games 10 of them, and then just pick one of the teams from each pick? .. if i got your message right, you want to pick 10...
  24. Thanx Adasha for your quick response, but i guess...

    Thanx Adasha for your quick response, but i guess i will use Moock's flash player inspector to do so. I just found it around, and i guess it will save me time with this client, while i develop a...
  25. Ok. it seems MM_CheckPlugin() is not working in...

    Ok. it seems MM_CheckPlugin() is not working in every system or every old browser, and some of my client's coleagues has an old fashioned computer in which they want to see a flash intro.

    I...
Results 1 to 25 of 51
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center