A Flash Developer Resource Site

Search:

Type: Posts; User: p00ya

Page 1 of 2 1 2

Search: Search took 0.25 seconds.

  1. Replies
    5
    Views
    1,306

    yes that anark looks nice... hopefully it wont...

    yes that anark looks nice... hopefully it wont fail quite as badly as vrml :D It would be sad to see such an impressive technology go to waste.

    Still, going to devlab you really have to heed what...
  2. Thread: DOM tree

    by p00ya
    Replies
    5
    Views
    1,009

    ok just got the email - the reply includes info...

    ok just got the email - the reply includes info on making the xml file to work for the flash.

    I will be the 1st 1 to admit that there are some problems with that flash, if you fix them or make...
  3. Replies
    5
    Views
    1,011

    Heed his words!

    Couldnt agree more!

    However, the flash implementation of the DOM has a lot to be desired... Ever noticed what an XML object in flash looks like when you look at the variables in debug? I hope...
  4. Replies
    5
    Views
    1,306

    yes well (to the horror of probably many of the...

    yes well (to the horror of probably many of the ppl in this forum), flash really shouldnt be used for purposes involving 3d renderings. I think the best banners etc are those that rely more on line...
  5. Replies
    4
    Views
    860

    well personally i much prefer maya (although it...

    well personally i much prefer maya (although it is a big investment if you're not serious about 3d-design). I like it better for modelling. But as pope says, maya->swf exportation is poor atm. I...
  6. Replies
    5
    Views
    1,026

    The tutorials that came with the product (max4)...

    The tutorials that came with the product (max4) were great for me. Of course they're more to do with workflow than actual modelling technique, but for beginners they're a good start. There is a...
  7. Replies
    5
    Views
    1,306

    Well after my long holiday i come back to the...

    Well after my long holiday i come back to the world of multimedia and i find that shockwave now supports decent 3d...
    will flash 6 have a similar capability, and if not
    will users be forced to...
  8. Replies
    3
    Views
    544

    i have a funny feeling you're referencing your...

    i have a funny feeling you're referencing your movie incorrectly...

    btw (im sure u already know this) on (press) {} blocks only work for buttons ;)


    windowMC._visible = !windowMC._visible; //...
  9. Replies
    2
    Views
    462

    yeah im sure with a bit of time i could replicate...

    yeah im sure with a bit of time i could replicate that... i dont think the scripts are too complex.

    but it's really up to you to do it :)
  10. Replies
    2
    Views
    417

    you may need to install the font rather than just...

    you may need to install the font rather than just copy it into the directory. but ive never had any such problems.
  11. Replies
    3
    Views
    534

    hehe learn to have a bit closer look when some1...

    hehe learn to have a bit closer look when some1 has been lazy with link pasting :D

    the url he meant to post was probably
    http://www.macromedia.com/support/flash/ts/documents/bitmap_fonts.htm
    ...
  12. Replies
    1
    Views
    612

    Flash if annoying this way You may also notice...

    Flash if annoying this way

    You may also notice that dynamic text may fail to respond to a lot of other image manipulation events (mc transparncies for example)

    what u need to do is embed the...
  13. Thread: DOM tree

    by p00ya
    Replies
    5
    Views
    1,009

    Been there, done that

    hi i have made a similar project, but i deleted the xml source for it but the fla is still there, and it should be fairly obvious from that :)...
    it is a unlimited tree/node based menu which expands...
  14. Replies
    3
    Views
    689

    yes you should be more specific but if you...

    yes you should be more specific

    but if you want to delete your vars after you have used them then just use the delete operator:

    delete var;

    if you are loading from the xml object do this for...
  15. Replies
    5
    Views
    810

    yeah what vaykent said u might also need to...

    yeah what vaykent said

    u might also need to watch out for unicode as well... unfortunately flash doesnt seem to support it, but a lot of xml docs are in ansi so thats ok.
  16. i use the vs.net xml editor simply bcos i have it...

    i use the vs.net xml editor simply bcos i have it and it works...
    however this is a matter of convenience as i already have vs.net and as such i wouldnt recommend that you buy it if you're just...
  17. It's a problem that has occured before (i cant...

    It's a problem that has occured before (i cant remember the thread but it was something to do with someone's game getting huge high scores)

    i suggest examine the swf format specs, and you'll...
  18. Replies
    15
    Views
    774

    well, i know not very muchall about dhtml and a...

    well, i know not very muchall about dhtml and a fair bit about flash. will the superior scripting and customization of dhtml take over the web for professional sites?
    i mean i can see flash being...
  19. you can easily save xml content if you have a web...

    you can easily save xml content if you have a web server:
    XML.send(URL.cgi) from the first movie
    XML.load(URL.cgi) from the second
    It will just take a bit of server-side scripting
  20. Replies
    8
    Views
    910

    i am only 14, and had hoped that flashkit would...

    i am only 14, and had hoped that flashkit would be a place where i am not discriminated against bcos of my age...

    but when i went to submit my fla to flashkit, i read the legal agreement...
  21. i have already completed a tree / node based menu...

    i have already completed a tree / node based menu that uses an xml file to generate content.
    It has unlimited levels, and the only limitation is that for any 1 node you can only have 15 children...
  22. Replies
    3
    Views
    818

    i have not viewed the flashkit sample, however ...

    i have not viewed the flashkit sample, however

    your problem may be that if:
    a) you are using utf-8 for xml then you get extra characters
    b) if you format your xml like:
    <nodeName attrib="attrib...
  23. Replies
    70
    Views
    4,429

    well, apart from computer stuff (ie joystick...

    well, apart from computer stuff (ie joystick modem printer etc.):
    phone
    piles of cds
    french/english dictionary, engilsh thesaurus
    piles of floppy disks
    newspapers dating back to 1990
    office 97...
  24. sorry i was quite confused about the eval...

    sorry i was quite confused about the eval statement
    i withdraw my contribution and hang my head in shame.
  25. im not sure if this works, but u might be able to...

    im not sure if this works, but u might be able to use
    //blah.txt text file
    action1=trace("w00t w00t")&action2=trace("h4x0r")

    //actionscript
    loadVariables (blah.txt , 0);
    then
    eval(action1);...
Results 1 to 25 of 46
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center