ZBrushCentral

my first videoclip

Impressive and interesting work for your first video, The musical score was a perfect match. :slight_smile: :+1: :slight_smile:

Christos,

I noticed a problem in your source code which is keeping Mac users, such as juandel (I assume) and I from accessing the swf files on your website.

In your “index.html” you have the following code:

<EMBED src=“Enter Movie.swf” quality=high bgcolor=#FFFFFF WIDTH=550 HEIGHT=400 TYPE=“application/x-shockwave-flash” PLUGINSPAGE=“http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash”></EMBED>

it should read:

<EMBED src=“index.swf” quality=high bgcolor=#FFFFFF WIDTH=550 HEIGHT=400 TYPE=“application/x-shockwave-flash” PLUGINSPAGE=“http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash”></EMBED>

For the following page (main/main.html) you have:

<EMBED src=“Flash SITE13.swf” menu=false quality=high bgcolor=#000000 WIDTH=697 HEIGHT=604 TYPE=“application/x-shockwave-flash” PLUGINSPAGE=“http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash”></EMBED>

It should read:

<EMBED src=“main.swf” menu=false quality=high bgcolor=#000000 WIDTH=697 HEIGHT=604 TYPE=“application/x-shockwave-flash” PLUGINSPAGE=“http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash”></EMBED>

It looked like the page titles somehow replaced the names of the swf file. “Enter Movie.swf” for “index.swf” and “Flash SITE13.swf” for “main.swf”

Hope this helps. After all, we Mac users also appreciate great art. :smiley:

Adman

Disclaimer: I could have srewed something up while copying and pasting, but you should be able to select and copy the appropriate code to paste into your html pages.

really sweet of you adam! thanx!!! a million thanx!