A Flash Developer Resource Site

Search:

Type: Posts; User: irkev

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    1,551

    onMouseWheel update scrollbar position

    Hi,

    I have a script that scrolls movieClips using the mouseWheel.. My question is, how do I update the scrollbar position when using the mouseWheel?
  2. Thread: infinite loop

    by irkev
    Replies
    2
    Views
    891

    Nobody?

    Nobody?
  3. Thread: infinite loop

    by irkev
    Replies
    2
    Views
    891

    infinite loop

    I have an fla which is loading images from an XML, then the images start scrolling , but when it arrives at the last images, I want it to loop back from th first images, like a never ending...
  4. Nobody did something like this? or any insight...

    Nobody did something like this? or any insight about it?
  5. netStream detect buffered and not already buffered places

    Hi i have a video in which I can seek to unload parts (Pseudo-Streaming), the server return the video and it loads it from the requested second,

    the problem, i don't want to make a new request to...
  6. Replies
    4
    Views
    3,035

    Here is my code, when to movie ends, I call thise...

    Here is my code, when to movie ends, I call thise



    function stopVideoPlayer():void {
    // pause netstream, set time position to zero
    nsStream.pause();
    //bolLoaded = false;
    // in order to...
  7. Replies
    4
    Views
    3,035

    nobody to help?

    nobody to help?
  8. Replies
    4
    Views
    3,035

    replay netStream video

    Hi,

    once a video in netStream has finish playing, how can I replay the same video?

    Everytime i tried, the video start to buffer from the begining.

    How do I prevent that?
  9. Replies
    1
    Views
    780

    nobody to help??

    nobody to help??
  10. Replies
    1
    Views
    780

    NetStream video scrubbing problem

    Hi, I don't know if you got this error before, here it goes

    I have a netStream video, with a progress bar and a scrubber, I can seek to an unknown position on the video, and it loads fine, the...
  11. Questions about FLVPlayback components / custom controls autoHide

    Hi everyone, as the title implies, I have a question about FLVPlayback components, I'm not using the built in Controls, i've dragged the buttons individually to create the controls like play, pause...
  12. Thread: button help!

    by irkev
    Replies
    10
    Views
    704

    You mean you want to load external swf in your...

    You mean you want to load external swf in your actual movie.

    You might want to use the MovieClipLoader then



    var mLoader:MovieClipLoader = new MovieClipLoader();
    var mcLoader:Object = new...
  13. Replies
    0
    Views
    730

    checkbox and dropdown to redirect to a page

    well.. have a look at this code


    For now it doesn't work because i have two checkboxes..


    <script type="text/javascript">
    function validate(){
    if (document.test.chk.checked == true)
    {
  14. Replies
    2
    Views
    2,631

    CS3 Do you have any working example i can refer to?...

    Do you have any working example i can refer to? AS2 was easy with the MovieClipLoader. But i must AS3 is very different
  15. Replies
    2
    Views
    2,631

    CS3 [AS3]using buttons to load external swf

    Hi, just started using AS3 and i would like some help.

    I have four button on my main movie, which basically will load an external swf when pressed. Right now, i'm able to load the first movie...
  16. Replies
    188
    Views
    82,005

    well i was about to say what whispers said.. ...

    well i was about to say what whispers said..

    But why would you want to preload your movie at 30%? The animation might be slugish, am I wrong?
  17. i still can figure out how to resize the cover_mc...

    i still can figure out how to resize the cover_mc when the broswer is resize.

    here is the code im using


    stop();

    // noScale prevents content in the movie resizing (unless we tell it to!)
    ...
  18. thanks for replying. Look at what happened to...

    thanks for replying.

    Look at what happened to the contents area, it's not resizing itself to the browser resolution :(

    http://mu-anime.com/patrimoines/flashindex.html
  19. [CS3][AS2] Hello with this 100% flash website code

    Hi all,

    this has always been haunting me for a while, I mean doing a 100% Flash website, which takes the browser.

    I've been able to make the Background take the browsers width and height at...
  20. Replies
    188
    Views
    82,005

    you have this, _root.gotoAndPlay(30) but...

    you have this,

    _root.gotoAndPlay(30)

    but actually, on the preloader scene, you frame stops at 24!!

    also, rename scene 1, to main ! ! then try

    total = _root.getBytesTotal();
    loaded =...
  21. Replies
    188
    Views
    82,005

    i saved the flash file as a Flash 8 document.. ...

    i saved the flash file as a Flash 8 document..

    Well, can you post your code?

    As well as the Fla Please. So that i can see what's going one. Then i'll post the correct code for you
  22. Replies
    188
    Views
    82,005

    the movie clip called 'text' didn't have an...

    the movie clip called 'text' didn't have an instance name of 'text' . Thats why it won't work i presume..

    I attached your file .. and it works now
  23. yaa great it works.. thank man.. the scroll thing...

    yaa great it works.. thank man.. the scroll thing does work also but need to clean it a bit.. Thanks for your help man.
  24. it does load the big image but it only loads the...

    it does load the big image but it only loads the first big image. even when i click on another thumbnail, the first big image appears instead of the other one :(
  25. i cant get it to show on the stage.. I mean, the...

    i cant get it to show on the stage.. I mean, the width and height of my flash file should be 500 by 500 !!

    And how do it load the specific big image?
Results 1 to 25 of 121
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center