A Flash Developer Resource Site

Search:

Type: Posts; User: Avadewd

Page 1 of 2 1 2

Search: Search took 0.15 seconds.

  1. Replies
    4
    Views
    593

    Thanks Dricciotti! Exactly what I was looking...

    Thanks Dricciotti!
    Exactly what I was looking for :D
    Now I can finish up my project!

    greetings,
    avalon
  2. Replies
    4
    Views
    593

    Small bending wire effect

    Hi everybody,

    I have spend all day looking for solutions to something you can see on the following link: http://www.templatemonster.com/flash-templates/7161.html

    It's a small wire that bends...
  3. Replies
    2
    Views
    647

    anyone? please? *desperate look*:confused: ...

    anyone? please?
    *desperate look*:confused:

    I'll give you :doughnut: 's? :rolleyes:
  4. Replies
    2
    Views
    647

    in dynamic textfield

    Hi people,

    I did some extensive research on inserting <img> tags in a dynamic textarea.
    There appear to be several bugs here and I was wondering if anyone could give me an alternative solution....
  5. Replies
    2
    Views
    523

    As an alternative I've currently set the X and Y...

    As an alternative I've currently set the X and Y coördinates as close as possible to where it should go when it's fully loaded, this makes it nearly invisible that the image is moved.

    If...
  6. Replies
    2
    Views
    523

    Hide picture while not in place

    Hey there,

    This is Actionscript 2.

    I have this emptyMovieclip where I load a picture into, each time I select a different item in my Listbox (Flash component). The source for the image comes...
  7. Replies
    0
    Views
    462

    capture webcam pictures

    Hello,

    I am having this crazy idea of a new kind of videoconferencing in flash without using flash communication server. It basically captures videos, saves it on the webserver and the other party...
  8. well, I've gotten so far to get the sounds to...

    well, I've gotten so far to get the sounds to work, now I have the problem that it starts to play as soon as it's loaded.

    I load the "track1.swf" into a movieclip called 'container'. I build in a...
  9. Replies
    0
    Views
    341

    Spiritual Information Source

    Hi flashers :)

    For a change I made a site in php, javascript and html :) I'm working on the musicbar at the top of the page got a problem with it : ...
  10. music player loads sound on trackselection

    I've made this little musicbar that should load an swf file when a track is selected. It also contains a little display box that displays when the swf containing the sound will be loaded.
    The code...
  11. Replies
    232
    Views
    13,664

    that better ? :p

    that better ? :p
  12. Replies
    232
    Views
    13,664

    this is mine ;) Link removed, this is a G rated...

    this is mine ;)
    Link removed, this is a G rated forum!

    The original one :
    Link removed, this is a G rated forum!
  13. Replies
    232
    Views
    13,664

    How do you create that tiny menu on the right top...

    How do you create that tiny menu on the right top of your screen ??? What program did you use ? I like it :)

    greetz, avalon
  14. Replies
    3
    Views
    591

    OK thank you :) I solved it by using 2 query's,...

    OK thank you :) I solved it by using 2 query's, one selecting the memberid and the delete-query. I tought this was possible, because the mysqlreference guide said so : ...
  15. Sticky: why is there a security hole ? I always connect...

    why is there a security hole ? I always connect directly to my database using :


    <?
    $mysqlhost="serverhost";
    $mysqldb="database";
    $mysqluser="username";
    $mysqlpwd="password";

    $conn =...
  16. Replies
    1
    Views
    572

    actually this is pure html... Every frame...

    actually this is pure html...
    Every frame consists of an .html page, you can place the banner you want to load in the page that loads in the topbanner...
    Example :
    the topframe page =...
  17. Replies
    3
    Views
    591

    PHP&MySQL Question

    "DELETE avatar.* FROM avatar, members WHERE members.name='".$nickname."' and avatar.memberid = members.id"

    does anyone have any id why this gives the following error :

    "An error occured in the...
  18. Replies
    1
    Views
    680

    anyone ? :s

    anyone ? :s
  19. Replies
    125
    Views
    272,434

    Sticky: I thought this was an easy thing to do, when you...

    I thought this was an easy thing to do, when you have the right software...
    In flash you create a form, naming all entree textboxes you want to send (assign 'var' values to them => 'sendto',...
  20. Replies
    1
    Views
    680

    PHP highlight_string()

    Is there a way to store the result of

    highlight_string($string);
    into a new string, like :

    $result = highlight_string($string);
    I've tried this but it doesn't work, it just displays the...
  21. Replies
    15
    Views
    1,403

    retrotron has already provided the details that...

    retrotron has already provided the details that someone would need to set up this tiny project so I'm just gonna say that I'm interested and you can always contact me if you'd like...
    right now I'm...
  22. Replies
    2
    Views
    495

    ic, that sucks... thanks for yr reply... is...

    ic, that sucks...
    thanks for yr reply... is there a way around ? guess not hu ?
    an html send-email-popup will have to do then...

    greetz ava
  23. Replies
    2
    Views
    495

    sending variables from flash to php

    yeah sorry folks, I know this subject has been dealth with before but the search function of the forum fails everytime I try...

    So the only thing I'm trying to find out is, if it's possible to use...
  24. Replies
    0
    Views
    347

    object on foreground

    I'm building this small homepage for a friend...
    It contains a lot of pics so I decided to create a moving MC which works fine. Now the id was to convert every pic into a button, when u rollover the...
  25. Replies
    4
    Views
    388

    okay figured it out for myself, forgot a '.'...

    okay figured it out for myself, forgot a '.' there

    on (rollOver) {
    tellTarget ("_root.index") {
    _root.index.picsclip._x +=10;
    }
    }

    this works fine
Results 1 to 25 of 50
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center