Web Designer and Search Engine Marketer

Welcome to the Blog of a Web Designer and Search Engine Optimizer from Makati, Philippines

Web Design and Search Marketing Blog covers topics under Web Design and Search Engine Marketing


How to display Javascript on top of Flash


Posted on November 28th, 2006 | Subscribe in a Reader | Subscribe by Email

Ever had that experience where your javascript is shown behind your flash file? Take a look at this example problem:

How to display Javascript on top of Flash

Having this problem is such an annoyance for webdesigners since this greatly affects the overall design of the site. So I did a search how to solve this problem. Here is what you need to add on your html embed code.

<param name=”wmode” value=”transparent”>

and

<embed wmode=”transparent” src=”flash.swf”>

Update: October 31,2007 

if you are using, AC_FL_RunContent, add this

<script type=”text/javascript”>
AC_FL_RunContent( ‘codebase’,'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0′,’width’,'1000′,’height’,'650′,’src’,'catalogue’,'quality’,'high’,'pluginspage’,'http://www.macromedia.com/go/getflashplayer’,'movie’,'catalogue’,‘wmode’,'transparent’ ); //end AC code
</script>

After you’ve updated the file, it should look like this Continue reading »


Code of Conduct and Ethical Standards for Public Officials and Employees


Posted on November 22nd, 2006 | Subscribe in a Reader | Subscribe by Email

These Rules shall cover all officials and employees in the government, elective and appointive, permanent or temporary, whether in the career or non-career service, including military and police personnel, whether or not they receive compensation, regardless of amount. [source]


REPUBLIC ACT NO. 6713

AN ACT ESTABLISHING A CODE OF CONDUCT AND ETHICAL STANDARDS FOR PUBLIC OFFICIALS AND EMPLOYEES, TO UPHOLD THE TIME-HONORED PRINCIPLE OF PUBLIC OFFICE BEING A PUBLIC TRUST, GRANTING INCENTIVES AND REWARDS FOR EXEMPLARY SERVICE, ENUMERATING PROHIBITED ACTS AND TRANSACTIONS AND PROVIDING PENALTIES FOR VIOLATIONS THEREOF AND FOR OTHER PURPOSES Continue reading »


Search  

I RECOMMEND

 

CHECK THESE OUT