A Flash Developer Resource Site

Search:

Type: Posts; User: dave toland.com

Page 1 of 7 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    18
    Views
    761

    .

    .
  2. thats it!!! fantastic!! i cant beleive it was...

    thats it!!! fantastic!! i cant beleive it was there all the time. Mike.. thankyou, and sorry for shouting.

    proper repect going out to all macromedia crew for MX, undoubtably THE best web design...
  3. getURL("/path/to/file/file.pdf", "_blank");

    getURL("/path/to/file/file.pdf", "_blank");
  4. Replies
    2
    Views
    662

    draggableMC.onRelease = function(){ ...

    draggableMC.onRelease = function(){
    if(draggableMC._x < ** && > **){
    if(draggableMC._y < ** && > **){
    draggableMC._x = **; //snap position
    draggableMC._y = **; //snap position
    ...
  5. Replies
    1
    Views
    460

    if (whatever){ ...

    if (whatever){
    _root.NavMovie.gotoAndPlay(prevFrame);
    }
  6. Replies
    3
    Views
    581

    ahh, sorry ... ok, basically you'll have...

    ahh, sorry ...


    ok, basically you'll have your movie kitted out with a dynamic text box (textboxWhatever) or few, and a button (processButton).

    then its just a case of, on frame 1 of the root:...
  7. Replies
    3
    Views
    502

    1.) a socket server, usually written in java....

    1.) a socket server, usually written in java. there are a few about designed specifically (but not exclusively) for Flash and its XMLSocket object.

    2.) a flash movie which will firstly connect to...
  8. err, thanks! we all develop on mobile devices all...

    err, thanks! we all develop on mobile devices all the time... :rolleyes: HEY MIKE... HOW ABOUT SOME DECENT DOCUMENTATION ON THE UI2 COMPONENTS. IT SAYS IN THE HELP FILES TO LOOK IN THE ONLINE...
  9. i have made a multicast chat room, check it out...

    i have made a multicast chat room, check it out on my site
  10. font family wont be understood by flash, its...

    font family wont be understood by flash, its version of html formatting is actually just RTF. You need to extend flash to get anything else. As for the quote marks use ' instead of ".
  11. yes you can, i've done it. If you dont like the...

    yes you can, i've done it. If you dont like the idea however, you could make the on Key Press trigger a function that will then decide the outcome based on a variable for instance
  12. // start from the # (pozition) and create a...

    // start from the # (pozition) and create a substring
    tempLine = myText.substr(pozition-1, 5);




    ok, you have a 'substr' action, this for a start wont look for the # symbol,...
  13. Replies
    9
    Views
    458

    ok, point taken

    ok, point taken
  14. Replies
    1
    Views
    2,206

    ok, as far as html formatting goes, its actually...

    ok, as far as html formatting goes, its actually rich text, i.e. there are no tables, rows, columns, borders, etc in flash. therefore my approach would be to make an MC wqhich represents a row. for...
  15. Replies
    5
    Views
    535

    loads of mc's on my site load variables from ASP...

    loads of mc's on my site load variables from ASP scripts, it never caches them and i dont use any of that date time stuff in the string...
  16. Replies
    10
    Views
    561

    you have a go, i'l try and correct u if u go...

    you have a go, i'l try and correct u if u go wrong. thats the way it works
  17. Replies
    9
    Views
    458

    if(_root.mySO.data.stored) if what?

    if(_root.mySO.data.stored) if what?
  18. Replies
    5
    Views
    502

    just to touch down on this subject, ASP and IIS...

    just to touch down on this subject, ASP and IIS are the property of Microsoft, the unix equivilent being PHP and Apache, right??. I would be interested to hear anyones views/test results, bugs,...
  19. basically it cant be done, well, not the way...

    basically it cant be done, well, not the way you're doing it. what you need is a 'local connection'..

    check this:

    http://board.flashkit.com/board/showthread.php?threadid=334721
  20. Replies
    10
    Views
    561

    this is a help forrum, not a 'you do all my work...

    this is a help forrum, not a 'you do all my work for me' forrum, i'll point you in the right direction - but im not carrying you down the road!!!
  21. Replies
    10
    Views
    561

    would you also like me to wipe your ass?

    would you also like me to wipe your ass?
  22. Replies
    3
    Views
    581

    1st things first, its a dodgy business taking...

    1st things first, its a dodgy business taking credit card numbers, let alone across the net. You firstly need to have at least 128 bit SSL encryption, which in turn means that you need a secure...
  23. Replies
    3
    Views
    502

    oh yes! :D

    oh yes! :D
  24. Replies
    10
    Views
    561

    easily! load the xml into flash and store it as...

    easily! load the xml into flash and store it as either an XML object, a string, an array, or split it up and use it asbits. Of course you could allways leave it as XML or even reload it when it...
  25. Replies
    5
    Views
    870

    here is the code from the example on my site, the...

    here is the code from the example on my site, the main page on my site ( http://www.davetoland.com )is just a blank swf with loads of empty MC's on it. the script in the main timeline loads each MC...
Results 1 to 25 of 153
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center