A Flash Developer Resource Site

Search:

Type: Posts; User: ksduded

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    3,228

    I got extremely two easy lines of code that I put...

    I got extremely two easy lines of code that I put in my action Frame 1 which fixed everything.

    myVideo.volume = 0;
    myVideo._uiMgr._isMuted = true;


    myVideo is the name of my FLVPlayback...
  2. Replies
    8
    Views
    3,228

    I used stopallsounds() and it works. But how do I...

    I used stopallsounds() and it works. But how do I turn it back up again? And I want to have a mute on/off toggle through the same button.

    I used on the button's actionscript

    on(release) {
    ...
  3. Replies
    8
    Views
    3,228

    Actually, I haven't used a mute function per...

    Actually, I haven't used a mute function per say... The only thing I have used is this line

    myVideo.muteButton = mute_btn;

    and i.e. to identify which button I will be using for the...
  4. Replies
    8
    Views
    3,228

    Actually, I haven't used a mute function per...

    Actually, I haven't used a mute function per say... The only thing I have used is this line

    myVideo.muteButton = mute_btn;

    and i.e. to identify which button I will be using for the...
  5. Replies
    8
    Views
    3,228

    is stopAllSounds() and mute_functions() built-in...

    is stopAllSounds() and mute_functions() built-in functions in AS 2.0 or do I have define them?

    Additionally, to my best understanding, should I be using startAllSounds() when someone clicks on the...
  6. Replies
    8
    Views
    3,228

    [SOLVED] Sound muted as default on FLV component

    I have a custom Flash Video Player and I have the play and mute button as controls. Currently my player has the sound on, I want to set it as muted by default.

    This should also show my mutebutton...
  7. Replies
    0
    Views
    304

    Gallery Slideshow

    I have a 4 pictures that I need to appear one by one in a loop in a frame. Each picture is also a clickable link to a website and the swf also have four bars. Each bar is associated with one picture...
  8. Thread: Mouseover help

    by ksduded
    Replies
    9
    Views
    734

    in another instance i want to use flash buttons...

    in another instance i want to use flash buttons but open the link in the same window. I used this code (removed the _blank and GET) but it still opens it in a new window.


    on(release){...
  9. Thread: Mouseover help

    by ksduded
    Replies
    9
    Views
    734

    ok it worked. I used this in the button action...

    ok it worked. I used this in the button action script


    on(release){
    getURL("http://www.cnet.com", "_blank", "GET");
    }
  10. Thread: Mouseover help

    by ksduded
    Replies
    9
    Views
    734

    this worked like a charm thanks. and can you...

    this worked like a charm thanks.

    and can you help me with the code to launch a url in a new window if the user clicks on one of these buttons
  11. Thread: Mouseover help

    by ksduded
    Replies
    9
    Views
    734

    Thanks for the help Plasnid, but it didn't make...

    Thanks for the help Plasnid, but it didn't make any difference. I also tested putting this code in the global properties to make it semi transparent, but nothing happened.



    image_slide.alpha =...
  12. Thread: Mouseover help

    by ksduded
    Replies
    9
    Views
    734

    Mouseover help

    I am making a slide show. But instead, I want the the image to show when i move my mouse over a button . And if i click the button a url is opened up in a new window.

    Button Instance Name:...
  13. Replies
    1
    Views
    1,139

    How to play flv videos

    how do I play flv files which are in a subdirectory and not in the same folder as the existing swf or html file

    I am using this code


    btn_promo_03.onRelease = function():Void
    {
    ...
  14. Play multiple FLVs through a single swf player in squence

    I have a swf player which has multiple buttons to play other flvs.

    The flvs start automatically, but stop after playing once. I want them to play one after the another one and on a timeless loop....
  15. Is it possible to apply a crop to a flash video (with screens)

    I have a flash video playing in swf video player. The video player is rounded at the edges with transparent background. I want to enclose the flash video within the swf, but it narrowly edges out at...
  16. Load up a flv in a swf player through flash

    I have a flash player (swf which loads up flv video). I want a few links within the swf which can load up other flvs in the same swf skin. Its like a flash player with the option to load three other...
  17. Replies
    1
    Views
    562

    Loading flv in swf player through html

    I have a flash player swf skin which loads up flv files. I have embedded it on a webpage which has links to some other flvs as well.

    I want these links to load up their respective flv file in the...
  18. Replies
    2
    Views
    1,226

    hey that worked!!!! I am so glad and thankful to...

    hey that worked!!!! I am so glad and thankful to you. I had been trying to do this for the last month. Thanks a lot
  19. Replies
    2
    Views
    1,226

    Flash Playback help

    I am having problems with the flash video player controls. I want to imitate youtube video feature, as I want a startup image to show which vanishes once the play button is pressed. I have imported...
  20. Replies
    0
    Views
    3,300

    How to set a start frame for Flash Video

    I want to setup a start frame which shows before the flash video is clicked and played. Something like youtube.. which shows a frame from the video which basically comes in between the file.

    My...
  21. Replies
    0
    Views
    337

    html webpage within a page

    I wanted to incorporate my web blog with my html website in a layer with scrollable properties. Is there a way to open up another webpage with a layer..
  22. Replies
    0
    Views
    597

    How to make IE open without toolbar

    I want to make my HTML page to open in fullscreen ...i don't want the tool bars... i have seen many ads that are open that way... what do i need to put in the html to make my page open without the...
  23. Replies
    9
    Views
    852

    Re: disagree

    the photos were provided by the client.. but i cropped them, lowered the resolution and saved with the save for web option for Adobe Photoshop... so i tried to get it to the lowest possible...
  24. Replies
    9
    Views
    852

    Re: still very slow

    your comments are very useful. Actually I am designing the website for a company.. and their preference is on heavy graphics etc.. otherwise its too slow and some unecessary animations in my opinion....
  25. Replies
    9
    Views
    852

    Re: yse, it would be..

    i finally got it through... i matched the frame rate for each file.. and somehow got it to work... now i am in another fix... I have used a tutorial to make a preloader before the movie... but it...
Results 1 to 25 of 32
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center