Ok. I love the layout. I like the fast load time too, considering that it's got flash on it.
As mentioned, flash sites are a killer when it comes to SEO. Because the search engines cannot read the text on them, or the link urls on them, they can't follow and index your site's links and content. Which means you have to find other ways to tell the search engines what is actually there. And it would be good to have a non-flash alternative for those who either have flash disabled, or are on dialup (yes, there's a lot still on dialup, from my experience in doing computer support)
You do have regular html links on there as well, which is good. And you have a sitemap, which can help. But the thing is, when you click on one of the links in the flash animation, it brings up text in the animation, not html text that the search engine can read. So the search engines won't be able to tell what content you have. As far as they're concerned, you have a bunch of links and no "relevant" content to go with it.
With good use of css and divs, you should be able to create a similar look, which will have actual body text. Or use css to dynamically resize images on mouseover, and on click, and to pop up the blocks of text when one is clicked on maybe? (Like in some css menus I've seen)
Also, on the left side, you have two main categories with sub categories to go with them. Those LOOK like they should be links to more information about those items. But they're not.
some suggestions/observations:
in your meta tags, which search engines use to try and figure out what your site is about, in order to properly categorize it, you have:
Code:
<title>.. vpx .. vectorial pixel webdesign .. main page .. </title>
<meta name="description" content="vectorial pixel web design and web development" />
<meta name="keywords" content="vectorial, pixel, web, layout, irimia, octavian, webdesign, design, webdevelop, development, php, mysql, macromedia, flash, html, css, adobe, photoshop, tutorials, free, templates" />
<meta name="robots" content="ALL" />
<meta name="verify-v1" content="131V++2L/K6RSBDz6mtRH9GmcXa7t7BNbGyQjZ8PGUc=" />
<base href="http://www.vectorialpx.net/newweb/" />
<meta name="description" content="vectorial pixel's main page" />
<meta name="keywords" content="first, page" />
You should have a more descriptive title. Yes, your name should be in it, but it should read more like the second line there, under description... And the description tag should be more of a sentence-like description, and a tad bit longer, as many search engines will use this tag for the site's description in their search.
And you have two description tags... And you have two keywords tags... The second tag for each of those really does nothing for the site, so I would simply get rid of it.
Your css mouseovers are nice. The whole site has a good clean uncluttered look to it, but it just needs more search engine viewable text on the home page.