What I can and eager to do | Everything about the Internet

The Internet As I See It

Archives Posts

placing div in front of flash movie

January 23rd, 2009 by Rof's

First thing first, you will have to work on the order of your div with z-index.

  1. Put this in the flash movie param name=”wmode” value=”transparent”.
    Example:
    <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0” width=”100″ height=”200″>
    <param name=”movie” value=”test.swf” />
    <param name=”quality” value=”high” />

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

    <embed  src=”matrix.swf” width=”100″ height=”200″ quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” wmode=”transparent”></embed>
    </object>

  2. The result still is not satisfying because you still have the flash on top of your <div>. Next put this in the css for the block that needs to be on top of the flash. #id {position:absolute; z-index:1;}

Now I can also drink a glass of (wine) beer with Joshua :)


Filed under General having No Comments »

Archives Posts

Local sharing accces denied

December 25th, 2008 by Rof's

If you ever encounter in a local network between desktop-desktop or desktop-laptop(wireless or cable) acces denied (You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions). You should do:

Click START

RUN

Type regedit and press enter

Now find the following key – HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

Double click on ‘restrictanonymous’ and change the Value Data from 1 to 0

Exit regedit and reboot the computer

Now when you click on the computer (using My Network Places) you are trying to get the shared files from the message will not appear and you can access the shared files.

Filed under General having No Comments »

Archives Posts

Simple excel function: Mid

May 20th, 2008 by Rof's

Details coming soon:

Using the mid function

Using the mid function

Filed under General having No Comments »

Archives Posts

Cool playlist player

April 14th, 2008 by Rof's

This media player with playlist plays most media files like: streaming video format (Format .flv or .swf),
sound files as MP3 and JPG, GIF or PNG grafic files. Downloaded the plugin at : alexrabe.boelinger

Get the Flash Player to see the wordTube Media Player.

[PLAYLIST not found]
Filed under General having No Comments »

Archives Posts

Light Box

April 9th, 2008 by Rof's

Test on a vector design :

Vector

I tried to open a webpage with the lightbox plugin – ;( – it does not support opening a webpage. If someone knows another plugin that opens a webpage just like the lightbox do – post in a post here.

Light box post

Filed under General having No Comments »

« Previous Entries