A Flash Developer Resource Site

Search:

Type: Posts; User: vbkun

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    1,051

    Overlay Blending and in a loaded movie

    HI!

    I have used some blending overlays in a mc I'm loading with movieClipLoader class.

    The problem came when i noticed it the overlay doesn't actually occurs when on thing is loaded over...
  2. Solved! The problem wasn't having one, or...

    Solved!


    The problem wasn't having one, or 10, or no listener. The problem was that the position Y for the duplicated objects depends on loaded image. As the load of the thumbs was running...
  3. Ok, so I tried the movieClipLoader class, and...

    Ok, so I tried the movieClipLoader class, and it's working great, locally, but when it loads from server it becomes just a total mess =(.

    I tried cleanin' up my code, cause i messed around a lot...
  4. ok I've played a bit with the debug tool and i...

    ok I've played a bit with the debug tool and i learnt this bit might be important too, i'm calling the createButton function inside a for loop.


    for (i=0; i<totalNodes; i++){
    var...
  5. [Solved] Getting the width of a MovieClip after new image was load on it

    Hi

    I'm doing an image gallery from xml file, and the thumbnails have diferent sizes. Around the thumbnail there is a border, both are diferent movie clips (thumb and border). they reside inside a...
  6. Replies
    1
    Views
    5,812

    Hi After sometime ( a shower and 30 minutes...

    Hi

    After sometime ( a shower and 30 minutes far away from AS2) I came to a "solution", instead doing a simple setmask I used setInterval like this:

    stop();
    setInterval(mask,10);

    function...
  7. Replies
    1
    Views
    5,812

    AS2 cacheAsBitmap + mask, bizzarre behavior

    Well

    In the root of my swf i have 2 mc files "menu" and "mask". Mask has inside a vector gradient, while menu is a vertical scroll-able menu, then the mask makes a fading effect on top/bottom. The...
  8. Preload images (that are acessed trought a xml)

    So

    I'm doing a flash gallery loading images/titles/thumbs from a xml file.

    I did some animated preview from images with the thumbs, on button rollover, now i was wondering if is it possible to...
  9. Replies
    1
    Views
    371

    Sorry people... but as usual i spent 2 days...

    Sorry people... but as usual i spent 2 days looking for a solution, and found a way to solve it right after i decide it's too hard and i'll ask for help. -.-

    I've added a atribute to the last...
  10. Replies
    1
    Views
    371

    scrolling on a flash menu built with xml

    Well I need to do something and i'm pretty clueless of what to do.

    I did a xml image gallery, with buttons for each image (using the duplicateMovieClip function + a for loop).

    Now i went to...
  11. Gakery with xml elements loading from scroll list

    Hi ^^

    So far i've experienced a bit of flash and xml, i've done some galeries loading data (filenames and descriptions) from a xml file.

    I wanted try something like a vertical scrolling list...
  12. Replies
    4
    Views
    955

    well i'm whiling to learn how to do this so i'll...

    well i'm whiling to learn how to do this so i'll take also sugestions for other methods, seems so far i think this i've been trying won't work out.

    thanks in advance again =)
  13. Replies
    4
    Views
    955

    Seems you almost got me =) In your sugestion, no...

    Seems you almost got me =)
    In your sugestion, no matter wich option is select, the change on div is always the same.

    I think my code for that is this:


    <select name="email" id="email"...
  14. Replies
    4
    Views
    955

    form menu and set text in a div

    Hi

    I have an html mail form and i'm using menu to select the mail to which it shall be sent. But I wanna know if is it possible to have a set text function performed when an item in a form menu is...
  15. flash gallery + internet explorer 7 = images not loading

    Anyone has any idea why that is might happening?

    I've tested the site into another computer and just first images at gallery were loading. =(

    here's the code for it:
  16. Replies
    2
    Views
    399

    I think u can either create a html page for each...

    I think u can either create a html page for each and link those, not linking directly the swfs.

    Another option is to create a new fla and work with the function loadMovie() + empty movie clip. So...
  17. Replies
    3
    Views
    1,604

    I have the movie clip empty on stage =)

    I have the movie clip empty on stage =)
  18. Replies
    3
    Views
    1,604

    reference point and empty movie clips

    Hi =)

    I have an empty movie where i load some content (images), but i need the reference to be on bottom right of the content, while flash load the content with reference point at top left =(.
    ...
  19. Thread: flash and div

    by vbkun
    Replies
    1
    Views
    460

    flash and div

    Is it possible to control contents over divs and show/hide with flash as2?
  20. Replies
    1
    Views
    1,038

    solution found (althought it makes no sense)

    well I noticed that another section of my site that had movie clips loaded over containers did not had the secound-preloader-not-showing problem, so i started comparing preloaders and found the...
  21. Replies
    1
    Views
    1,038

    loadmovie + loader + internet explorer problem

    Hello all =)

    I have a problem with loadmovie and internet explorer (yes... with firefox the problem does not ocour).

    I have an empty movie clip where swfs are loaded (those swfs have...
  22. Replies
    1
    Views
    546

    CS3 conditions and variables

    Hello

    I'm working under as2 with variables in a web site navigation, i want to create a condition, a simple condition, for frame controling but i'm not sure how to code it.

    I have the...
  23. Replies
    0
    Views
    440

    Mask + Guide Layer + CacheAsBitmap function

    Well good moorning =)

    My problem :

    I have an image, I want a gradient mask moving over it. the order of what i found out:

    -> to have a gradient mask I need to cacheAsBitmap both the mask and...
  24. hm sortta the answer to that is "cause google...

    hm sortta
    the answer to that is "cause google does not index any page from my site"
    so that's what i'm tryin to find out, why it isn't indexing anything :scared:
  25. my first flash site in google (no indexing at all)

    Hi

    I'm pretty sure I'm not the first around with this issue, but 1ve googled around and i either found too obsolete results or stuff that really didn't seem to solve my problem.

    I did the site...
Results 1 to 25 of 34
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center