Ycsoftware.net
Menu
  • Databases
    • MySQL
    • MS SQL Server
    • Foxpro
  • Programming
    • .NET
    • C#
    • Drupal
    • Java
    • PHP
    • Javascript
  • System Administration
    • Hardware
    • Linux
    • MAC
    • Virtual Servers
    • VMWARE
    • Servers
    • VirtualBox
  • Web Design
    • CSS
    • Flash
    • HTML
    • SEO
  • Other
  • Contact Us
    • About Us

Category : Flash

Mute and UnMute Sounds with Flash (action script 2.0)

  • October 29, 2010

Add the followings to your buttons. To mute all sounds on (release) { var PlayingSound:Sound = new Sound(); PlayingSound.setVolume(0); } To Un-mute all Sounds on (release) { var PlayingSound:Sound = new Sound(); PlayingSound.setVolume(100); }

    • Flash
    • Web Design

Unable to play flash media IE8 + win7(32 bit)

  • September 7, 2010

For some reason my flash player on IE seemed corrupted. I have tried to remove IE8 completely, reinstall the software without any success. Then I realized that i could not even download any file with IE8.  So after … Read more

    • Flash
    • Other

Loop =”False” not working in IE

  • September 3, 2010
  • 1 comment

Loop =”False” not working in IE so to circumvent this issue please use the following instead: <param name=”loop” value=”false”>

    • Flash
    • Other
    • Web Design

Search