A Flash Developer Resource Site

Search:

Type: Posts; User: davro

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    485

    Opensource flash chatrooms

    Hi all

    Opensource flash based chatrooms, is what im looking for.
    Please could you post to relevent projects.
    Im looking at reviewing 5 of the best for my website.

    Davro
  2. Replies
    2
    Views
    711

    Aria Cheers for the reply :thumbsup: Could...

    Aria

    Cheers for the reply :thumbsup:

    Could email fla, if it makes things easier.
    mail davro@davro.net
  3. Thread: benefits of XML?

    by davro
    Replies
    7
    Views
    1,173

    benefits of XML Lets take a look Simplicity...

    benefits of XML

    Lets take a look

    Simplicity
    Information in XML is easy to read and understand, plus it can be processed easily by computers.

    Openness
    XML is a W3C standard, endorsed by...
  4. Replies
    2
    Views
    711

    Hi all I was wondering if there are any XML Oop...

    Hi all
    I was wondering if there are any XML Oop Guru`s here.

    I have posted this question at were-here.com with no answer as of yet.
    Rather that laden flashkit with a big ol post i think it would...
  5. Replies
    7
    Views
    793

    Try something like. Place it on the timeline...

    Try something like.

    Place it on the timeline or in a .as file


    Movieclip.prototype.fade = function(amount){
    this.amount = amount;
    if (this._alpha <= 0 ){
    return false;
    }
  6. Replies
    1
    Views
    310

    .

    .
  7. Replies
    1
    Views
    395

    Hi there Not sure if this is any help old XML...

    Hi there

    Not sure if this is any help old XML experiment i done a while back

    http://www.davro.net
    Then go
    Archives/Flash5/XML-Treenav/

    Hope helped
  8. Replies
    1
    Views
    378

    well... there are several ways... the best...

    well...
    there are several ways...
    the best would be to use some backend progie...
    but you can also use something like this:

    <a...
  9. Replies
    5
    Views
    372

    You can`t resize the contents only the actual...

    You can`t resize the contents only the actual movie size

    Only way you can resize the swf file is when you embed it in html. if movie size is 400 x 400 embed it as 200 x 200

    But that don`t help...
  10. Thread: FSCommand Help

    by davro
    Replies
    3
    Views
    456

    Not to sure May find help here ...

    Not to sure

    May find help here

    http://64.224.111.148/forums/showthread.php?threadid=88300

    Sx is you man for fs commands

    Hope help
  11. Replies
    5
    Views
    372

    Hi there Fire up flash open up you movie you...

    Hi there

    Fire up flash open up you movie you want to resize
    Then

    Modify > Movie

    Or

    Ctrl + M
  12. Thread: Comments, please

    by davro
    Replies
    3
    Views
    753

    Hi there flash4a, cheers mate. Just been...

    Hi there flash4a, cheers mate.

    Just been looking for some nice cartoon fonts

    Try this link
    http://www.apostrophiclab.com/

    Then goto, 0144 - KOMIKA HANDS, nice classic fonts, pc n mac
    ...
  13. Thread: Comments, please

    by davro
    Replies
    3
    Views
    753

    STORY SO FAR Silence of innocence, the title ...

    STORY SO FAR

    Silence of innocence, the title

    (Characters)
    1) Shraye, the child with the innocence of a angel.
    2) Nathan "Blonde chappy".
    3) Adrian on the left, Nathans Mentor.

    4) Sherlon...
  14. Thread: Comments, please

    by davro
    Replies
    3
    Views
    753

    Hi all been working on this piece for a while,...

    Hi all
    been working on this piece for a while, nearly finished, character on the left is a self portrait.
    middle character is called Shraye.
    character with the pony tails is a evil girl To be...
  15. Replies
    16
    Views
    1,216

    The floating pink guy is a "tree killer." ...

    The floating pink guy is a "tree killer."

    like the floating pink guy.
  16. Nice :>

    Nice :>
  17. Replies
    1
    Views
    521

    fscommand ("fullscreen", "true"); Hope helped...

    fscommand ("fullscreen", "true");

    Hope helped

    Davro
  18. http://www.electrotank.com/lab/miniGolf.html ...

    http://www.electrotank.com/lab/miniGolf.html

    Mini golf rocks

    Multiplayer game
  19. Also try this ...

    Also try this

    http://www.budgester.com/davro/libary-htm/flash.x.htm

    Theres a basic downloadable example i posted

    have fun
  20. Thread: swf import help

    by davro
    Replies
    1
    Views
    466

    //If you are loading a swf into another on...

    //If you are loading a swf into another

    on (press) {
    loadMovieNum ("movie.swf", 1);
    }

    //or but place this on a movieclip

    onClipEvent (load) {
    loadMovieNum ("movie.swf", 1);
  21. Thread: a "wait command"

    by davro
    Replies
    2
    Views
    1,072

    build youself a little Loop frame1 X=0 ...

    build youself a little Loop

    frame1
    X=0

    frame2
    x+1
    if x=100
    gotoAndPlay (101);
  22. Replies
    2
    Views
    449

    if "using flash 5" try ...

    if "using flash 5" try
    _root.instancesname.gotoAndPlay(framelabel);

    else "carry on flashing"

    //As tell target could be boo soon
  23. Try something like First frame, Place a...

    Try something like

    First frame,
    Place a clear movie clip in frame 1 and stop timeline.
    stop();

    On clear movieclip place

    onClipEvent (load) {
    _root.gotoAndPlay (2);
  24. hi there i presume that the blue box is a...

    hi there i presume that the blue box
    is a seperate movie clip if so roll out is required

    on (rollOver) {
    movieclip.gotoAndPlay (2);
    }
    on (rollOut) {
    movieclip.gotoAndPlay (3);
    }...
  25. Replies
    6
    Views
    1,037

    Importing movies .mpg .mov into flash can...

    Importing movies .mpg .mov into flash

    can flash only import .mov ?
    if so how can i convert .mpg into .mov ?

    tryed using vid2swf to convert mpg to swf but will not generate, is this because the...
Results 1 to 25 of 25




Click Here to Expand Forum to Full Width

HTML5 Development Center