A Flash Developer Resource Site

Search:

Type: Posts; User: pumpkin2006

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. AS 2 call your button my_btn then on a frame action...

    call your button my_btn then on a frame action use:

    my_btn.onPress = function(){loadMovie("myswf.swf", 10);}

    the bit between the "" is the path to the external swf, so in this case the other...
  2. Replies
    2
    Views
    308

    Flash8 right click on the image in your library, select...

    right click on the image in your library, select properties, tick the 'allow smoothing' tick box and change the compression to png.
    As long as the image isn't being resized in flash it should be...
  3. Replies
    0
    Views
    309

    java in chrome

    hello,

    so ive got a java image slider running on my website and its all lovely except it breaks in chrome...
    works fine in safari, ff, ie...




    $(document).ready(function() {
    //Display...
  4. Replies
    3
    Views
    403

    that's worked! thanks a lot!

    that's worked!

    thanks a lot!
  5. Replies
    3
    Views
    403

    EDIT: something like this: ...

    EDIT:

    something like this:

    nav_but_1.enabled=false;
    nav_but_2.enabled=false;

    if(myVid.bytesLoaded==10000000){
    nav_but_1.enabled=true;
    }
  6. Replies
    3
    Views
    403

    [RESOLVED] enable button

    ahoy,

    i'd like to enable buttons when my video has progressively downloaded certain amounts...

    eg:




    nav_but_1.enabled=false;
  7. Thread: flv seek

    by pumpkin2006
    Replies
    2
    Views
    383

    thanks! had a read through, unfortunately i dont...

    thanks!
    had a read through, unfortunately i dont have access to the server side... and also not using jwplayer...
    and im guessing there is no alternative short of cutting up the flvs into multiple...
  8. Thread: flv seek

    by pumpkin2006
    Replies
    2
    Views
    383

    flv seek

    Hello!

    so im loading an flv into an flvplayback component on my stage using:



    import mx.video.*;
    myVid.autoPlay = true;
    myVid.contentPath = "swf/video/myvideo.flv";
    myVid.skin =...
  9. Replies
    2
    Views
    356

    thanks, yea did consider an exe but the client...

    thanks, yea did consider an exe but the client spec is flash running in html...
    never mind! cheers
  10. Replies
    2
    Views
    356

    [RESOLVED] getURL

    hello people!

    would i be right in thinking getURL wont work if the swf is running locally or from a CD?
    And if this is the case is there a work around?

    just to make sure i'm not being a big...
  11. Replies
    2
    Views
    313

    AS 2 thanks! myVid.volume = 50; worked.

    thanks!

    myVid.volume = 50; worked.
  12. Replies
    2
    Views
    313

    AS 2 [RESOLVED] flv volume slider

    hello!

    was wondering if it's possible to target the volume slider on an flv skin so i can set it to 50% instead of 100%...

    i was hoping 'setVolume' might do it but that doesn't affect the...
  13. Replies
    6
    Views
    659

    AS 2 hey, thanks a lot! will give it a try later :)

    hey, thanks a lot!

    will give it a try later :)
  14. Replies
    6
    Views
    659

    AS 2 Thanks, but i'm looking for a way to apply the...

    Thanks,

    but i'm looking for a way to apply the rounding to everything that has xy coordinates, including points in splines as well as MCs and graphics
    without having to reference everything...
  15. Replies
    6
    Views
    659

    AS 2 x, y integers

    Hello,

    I have a feeling the answer to this is probably 'no' but worth a shot...
    using actionscript I want to round up the xy position of everything on my stage to the nearest integer,
    i.e. if...
  16. nope

    nope
  17. Replies
    7
    Views
    1,244

    AS 2 give this a go...

    give this a go...
  18. Replies
    7
    Views
    1,244

    AS 2 give you movieclip a name then in the actions...

    give you movieclip a name
    then in the actions panel (on the timeline not the movieclip)
    use something like

    myButtonMc.onRelease=function(){gotoAndPlay(5);}
  19. AS 2 could you not do something like: ...

    could you not do something like:



    leftscratch.onRollOver= function():Void {
    leftscratch.alphaTo(100, .3, 'easeInOutSine'); button_check_mc.nextFrame();
    }

    middlescratch.onRollOver=...
  20. Thread: flv skin

    by pumpkin2006
    Replies
    1
    Views
    325

    AS 2 flv skin

    hello,

    i'm using the standard as2 'ClearOverPlayMute.swf' flv skin to play a bunch of videos...

    however... i'd like to prevent the scrubber from being dragable so it simply acts as an indicator...
  21. Replies
    5
    Views
    736

    i'ts not jquery... you could try something...

    i'ts not jquery...


    you could try something like this...


    onClipEvent(mouseDown){

    spinSpeed = 5;
  22. Thread: subtitles

    by pumpkin2006
    Replies
    4
    Views
    473

    AS 2 thank you!

    thank you!
  23. Thread: subtitles

    by pumpkin2006
    Replies
    4
    Views
    473

    AS 2 Hi, thanks, yea i came across that yesterday...

    Hi,

    thanks, yea i came across that yesterday but it's dependent on a 3rd party class called Xmodel which i cant seem to find...
  24. Flash8 hey, it's a bit difficult to understand...

    hey,

    it's a bit difficult to understand without seeing the project but would it not be easier to make one long flv?
    Alternatively you could try something like this


    //Change the FLVPlayback...
  25. Thread: subtitles

    by pumpkin2006
    Replies
    4
    Views
    473

    AS 2 subtitles

    hello!

    need to add subtitles to an flv... spent hours searching the internets to no avail... has anyone had any experience doing this?
    My understanding is that i can read from an xml file,...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width


HTML5 Development Center