A Flash Developer Resource Site

Search:

Type: Posts; User: silentweed

Page 1 of 20 1 2 3 4

Search: Search took 0.30 seconds.

  1. Replies
    1
    Views
    443

    ooops nevermind completely forgot: ...

    ooops nevermind completely forgot:

    http://kb2.adobe.com/cps/139/tn_13989.html
  2. Replies
    1
    Views
    443

    Flex question - weird maths result

    I have a simple skeleton Application mxml file:



    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
    ...
  3. Replies
    5
    Views
    681

    hi mate ... yeh been crazy busy!! hows things...

    hi mate ... yeh been crazy busy!! hows things with you :)
  4. Replies
    5
    Views
    681

    If you can get your image in SVG format then you...

    If you can get your image in SVG format then you can use:

    http://flash-creations.com/notes/sample_svgtoflash.php

    Hope that helps
  5. Replies
    4
    Views
    6,043

    developers = pc, designers = mac .. generally...

    developers = pc, designers = mac .. generally speaking
  6. Replies
    8
    Views
    28,494

    i like streamline.net

    i like streamline.net
  7. Replies
    3
    Views
    722

    glad i could help mate :)

    glad i could help mate :)
  8. Replies
    3
    Views
    722

    replace maskee.setMask("maskMC"); with ...

    replace

    maskee.setMask("maskMC");

    with

    maskee.setMask(maskMC);
  9. Replies
    5
    Views
    946

    create two movie clips movie0, movie1 with...

    create two movie clips movie0, movie1 with animations in them... (dont put any stop actions in them).

    Then try the following code:



    var aMovies:Array = [movie0, movie1];
    var...
  10. Replies
    1
    Views
    778

    have a look at Binary Socket Fundamentals at...

    have a look at Binary Socket Fundamentals at www.gotoandlearn.com
  11. function myFunction(val0,val1,val2){ ...

    function myFunction(val0,val1,val2){

    trace(arguments[0]);
    trace(arguments[1]);
    trace(arguments[2]);

    trace("the array contains the values :" + arguments)
    }
    ...
  12. Replies
    4
    Views
    1,346

    CS3 Replace your as code with: var smth=0;...

    Replace your as code with:



    var smth=0;
    textBox.html=true;
    var myXML1 = new XML();
    myXML1.ignoreWhite=true;
    myXML1.onLoad = function(success) {
    if(success) {
  13. MX what error messages? are u coding in AS2 or AS3?...

    what error messages? are u coding in AS2 or AS3? are you testing this in a browser and on a server?
  14. you can download a login/registration example...

    you can download a login/registration example from my library
  15. you can also ue the MovieClipLoader class to load...

    you can also ue the MovieClipLoader class to load assets instead of loadMovie. You will then have more control and be able to determine whether the file is missing, server is down etc
    ...
  16. Thread: egg hunt

    by silentweed
    Replies
    2
    Views
    1,624

    I guess he wont know exactly what time someone...

    I guess he wont know exactly what time someone will be on the website and find the egg Musicman.


    I would create a database simply one table with an 'eggfound' column which is true or false. When...
  17. have a look at...

    have a look at http://www.sephiroth.it/test/unserializer/

    it will allow you to easily send/recieve arrays between php and flash
  18. yeah put the '?' in .... ...

    yeah put the '?' in ....



    myXML.load("someXML.xml?id="+new Date().getTime());
  19. Replies
    416
    Views
    154,566

    The Evpatoria Report - Cosmic Call:...

    The Evpatoria Report - Cosmic Call:
    http://www.youtube.com/watch?v=oxGgDp14e_Y&NR=1

    will take you on a journey
  20. Replies
    6
    Views
    6,188

    see if this helps: ...

    see if this helps:

    http://www.sephiroth.it/tutorials/flashPHP/print_screen/index.php
  21. cool :) if you want to see an example of...

    cool :) if you want to see an example of flash/php/mysql and chucking back XML to flash have a look at my guestbook in my library
  22. hi i edited my post while you must have been...

    hi i edited my post while you must have been replying ... have a look and see if it makes more sense
  23. You still only need one table: Here's the general...

    You still only need one table: Here's the general idea:

    Suppose you have a slideshow on your about page. This slideshow will call a php file sending/posting it a name/value pair e.g category=about...
  24. Replies
    5
    Views
    1,463

    CS3 No problem mate , glad I could help

    No problem mate , glad I could help
  25. Replies
    12
    Views
    1,533

    If i was playing I would have been well gutted,...

    If i was playing I would have been well gutted, especially if I held rockets!!
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center