New Flash Template

IamShipon1988

New Member
Messages
942
Reaction score
0
Points
0
Hi i just started creating my next flash template. i'm not done as i have just started but can u rate my progress.
http://cars.iamshipo.x10hosting.com/project_metal/index.html


also i just finished creating a no right click script. All you have to do is place it in <head> tag of your page, code can be found at http://cars.iamshipo.x10hosting.com/bann_rightclick.txt


EDIT - fixed an error, i placed the wrong code...lol
Code:
on (release) {
		loadmovieNUM("about.swf", 1);
}

EDIT 2 - attached bann script here, (removed from site)
Code:
 <script language="JavaScript">
<!--


//Disable right mouse click Script

var message="Please note, all materials on our site are copyright protected. Do not steal. Thank you.";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>
<!-- footer_eof //-->
 
Last edited:

Phil

Retired Staff
Messages
7,344
Reaction score
0
Points
36
Ither the link is broken or my internet isent letting me acsess the site. Hopfuly ill be able to check it out soon!
 

Phil

Retired Staff
Messages
7,344
Reaction score
0
Points
36
Yes, My computer was Screwing up. I restarted and looked at it. Looks awsome, I think it looks Great! awsome work!
 

Phil

Retired Staff
Messages
7,344
Reaction score
0
Points
36
Thats Awsome, It's quite neat. I like it, Is a bit fast but it's great!
 

Seifer

New Member
Messages
110
Reaction score
0
Points
0
It looks good, however the text will probably strain quite a few reader's eyes. I'd suggest getting a nice pixel font that doesn't look really blurry on the final product.
 

o0slowpaul0o

New Member
Messages
254
Reaction score
0
Points
0
Hmm, nice flash. You should show a flash load bar on the pages, so people know it's loading.
 

IamShipon1988

New Member
Messages
942
Reaction score
0
Points
0
there is a flash load bar, and the font color is crazy and i will be soon changing it.
the animation came out totally wrong, i gotta change it, not sure when thou, to me it looks terrible at the moment. i'll try to make it more like template monster templates, and sell it for like $15 or $20.
 
Top