Skinning is fun!

Click to Enlarge

If you haven't tried out DesktopX 2, you should. I haven't enjoyed skinning and such this much since the WindowBlinds .39 days. 

Today I figured out how to embed flash.  believe it or not, you can actually embed the flash .swf file right into a .dxpack itself (.dxpack is just a .zip file renamed) and distribute the flash file directly.

But I'm also having fun having it point to websites that have flash. 

https://www.wincustomize.com/skins.asp?library=3&SkinID=3042

Here's some typical code:

<BODY bgcolor="#FFFFFF" scroll = "no" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<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="100%">
  <param name="movie" value="Tetriswm.swf">
  <param name="quality" value="high">
  <embed src="Tetriswm.swf" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="465" height="360"></embed>
</object>

So I put that on the web page.

First line get rid of the scrollbar and margins.

Then I have the width and height changed to 100% / 100% since Flash can scale on the fly which is nice.

Then I create my DX object, create a script and have it be an ActiveX control that points to my HTML file.

I tell ya, Flash and DesktopX are like two pees in a pod.

 

2,608 views 7 replies
Reply #1 Top
How is the resource usage? I used Flash in Talisman themes and it was pretty intense. I suppose it would depend on the size of the flash object. I'll give it a try later, thanks for the tip.
Reply #2 Top
I haven't had any problems with resources but I'm not using them as part of a theme but rather using them as a widget.



Powered by SkinBrowser!
Reply #3 Top
skinning is fun? depends on how you look at it. Ain't fun for me.
Reply #4 Top
pees in a pod.


Lol funny typo.

Anyway that's really nice ability of desktopx.
Reply #5 Top
Yes....that'd be 'peas', one hopes....
Reply #6 Top
ack! this is awesome Frogboy !!

Thank you for sharing this, and it also has changed my mind a bit. I think I am going to
latch onto DesktopX and stick with it over Windowblinds to begin with.
Reply #7 Top
I stand by my pees remark.