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

Recent Posts

  • No HDMI Audio Ubuntu 20.04 and Ubuntu 21.04 NUC Micro PC
  • Enable full-width as the default for new pages in Confluence Cloud (2021)
  • Unable to connect to an older MySQL version with MySQL Workbench 8
  • Mysql Load_File Returns Null
  • Certbot – Attempting to renew cert produced an unexpected error- Ubuntu 20.04

YCSoftware Recent Comments

thank you very much for posting this post, very helpful....
THANKS! FIXED the problem I was having!!! :) openSUSE LEAP 15.0 m...
perfect, thanks much...
thanks a lot...
Love it bro that worked for me thank you...
Same error, but on Mac, any ideas?...
Thanks very much !!!...
Just testing...
Awesome, problem solved. Thanks man....
REboot the MAC and Try to redownload the JDK. It might be that the JDK...

Sponsors

YCSoftware
  • © 2022 Ycsoftware.net
Top