View Full Version : iFan Studios
khaleel
June 28th, 2007, 02:48 PM
<h1><font face="Arial" size="2"><a href="http://ifan.wmn.cc/2007.html">
<img src="http://ifan.wmn.cc/Udercontntitled-1.jpg" border="0" width="212" height="152"></a></font></h1>
What ya think?? Click it:beer:
mikken
June 28th, 2007, 02:52 PM
You forgot the content
khaleel
June 28th, 2007, 03:16 PM
EDIT
http://ifan.wmn.cc/ (HTML needs work etc and splash page font and css etc)
http://ifan.wmn.cc/2007.html Main page. what i want to do is
add a scroller (flash page scroller) and then add my work. the flash page contains rainbow vector, woman shape vector, text vector, and of course theSwirlLine Thing
knvb1123
June 28th, 2007, 03:34 PM
So you aren't done yet... :sleep:
I see some text, two vertical bars and a woman vector and a lasso... That isn't your portfolio is it? :look:
mikken
June 28th, 2007, 03:45 PM
As i said, it's difficult to get it with no content.
I think you should get a little more meat on the bones before you post it. This is hardly a mockup, unless there's something specific you're uncertain of.
Voetsjoeba
June 28th, 2007, 03:48 PM
Absolutely uncool. "iFan" is not a cool name, you can't just call yourself a "Studio", and what you have there is just a black page with 2 vertical bars and a little effect with text that is way too small.
I don't mean to be rude, but that's just the way I honestly think about it. And I'll probably have to ask you to remove that link from your footer too.
knvb1123
June 28th, 2007, 03:48 PM
Yes. Its kind of hard to even visualize a mockup.
Maybe finish the layout and add Lipsum text?
And I agree that this is hardly a mockup.
doctor_funk
June 29th, 2007, 04:01 AM
Looks like someone finally listened. He's had that money making footer up for a while now...
As for the site, I used a script like that a while ago for something but honestly, it's been done and there's nothing special about it. If you're going to use someone elses script, at least customize it so it doesn't look exactly like the original.
Pasquale
June 29th, 2007, 04:23 AM
Used tc's swirling line thing as a feature..loool
Ifan= lame name
And yeah, it's bad enough that you call yourself a studio, but plural?
Bahahahaha
what is this supposed to be for?
doctor_funk
June 29th, 2007, 05:49 AM
I think it's supposed to confuse us into thinking there is a whole team of designers behind that swirling line thing piece of code that's up now. What happened to those photoshop deals you were posting before? Aren't those going into your site design? This seems to stray a bit from the stuff you were showing before.
mikken
June 29th, 2007, 05:58 AM
All right, let's give kahleel som air before the next round of flaming...
doctor_funk
June 29th, 2007, 06:16 AM
Sorry, I was rude. Apologies.
khaleel
June 29th, 2007, 06:58 AM
The site is a mockup. The name iFan comes from iFan Media Hosting. I have have used iFan for so long now, last year my project was hosting fan sites, such as lime-light.org in exchange for displaying my advertisement/pharm codes. Anyways it made profit and I closed the it down because I was spending upto $700 a month servers, and only making 400-500 on advertisement revenue.
iFan remains my proud project idea. iFan Studios - hah well just being a bit cheaky.
Not a time of designers etc, just me.
var points:Array = new Array();
var prev_xmouse:Number;
var prev_ymouse:Number;
this.onEnterFrame = function():Void {
this.clear();
this.lineStyle(2);
this.lineGradientStyle("linear", colors[red,blue,green,yelllow,orange], alphas[0-21], ratios[0-255], matrix,
spreadMethod, interpolationMethod, focalPointRatio);
;
var dx:Number = this._xmouse - prev_xmouse;
var vx:Number = dx ? dx : Math.random() * randSet(-1, 1);
var dy:Number = this._ymouse - prev_ymouse;
var vy:Number = dy ? dy : Math.random() * randSet(-1, 1);
var pLen:Number = points.push({x:this._xmouse, y:this._ymouse, vx:vx / 10, vy:vy / 10, life:getTimer()});
for (var i:Number = 0; i < pLen; i++) {
if (getTimer() - points[i].life > 1000) {
points.splice(i--, 1)[0];
} else {
if (i && points[i]) {
points[i].x += points[i].vx;
points[i].y += points[i].vy;
var cx:Number = points[i - 1].x;
var cy:Number = points[i - 1].y;
this.curveTo(cx, cy, (points[i].x + cx) / 2, (points[i].y + cy) / 2);
} else {
this.moveTo(points[i].x, points[i].y);
}
}
}
prev_xmouse = this._xmouse;
prev_ymouse = this._ymouse;
};
function randSet():Number {
return arguments[Math.floor(Math.random() * arguments.length)];
}
It will not work. I wanted to have a rainbow like my shapes. A rainbow swirl effect. Flash says this (http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001931.html)
I followed everything still not giving that effect, will only produce a black swirl line:h:
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.