Posts Tagged ‘movie’

How to make a Maple Story private server v75

Monday, April 12th, 2010

Java files, Download JDK 6 Update 17, JRE 6 Update 17,
and at “other downloads”(scroll down)
Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 6

http://java.sun.com/javase/downloads/index.jsp

Put JCE files to here:

C:\Program Files\Java\jre6\lib\security
C:\Program Files\Java\jre6\lib\ext
C:\Program Files\Java\jre6\lib
C:\Program Files\Java\jdk1.6.0_17\lib
C:\Program Files\Java\jdk1.6.0_17\jre\lib
C:\Program Files\Java\jdk1.6.0_17\jre\lib\ext
C:\Program Files\Java\jdk1.6.0_17\jre\lib\security

MySQL server:
http://dev.mysql.com/downloads/mysql/5.1.html
(MySQL Comunity server)

OdinTeh, and xml files:
http://www.mediafire.com/?5yj00yywawn

(NOTE download from megaupload only if you get errors in bat files)
http://www.megaupload.com/?d=W95IRUU0
(NOTE download from megaupload only if you get errors in bat files)

Navicat for MySQL:
http://www.navicat.com/download/download.html
Serial key: NAVF-TFCD-CI2R-T6R2

(DOWNLOAD NAVICAT FOR MYSQL, NOT OTHER!!)
AND THE 30DAY TRIAL.

hEXwORKSHOP:

http://www.hexworkshop.com/

Localhost:
http://www.mediafire.com/?y0g2yytgyym

Registration files:

http://www.mediafire.com/?bhwqqngnbnv

V.75 Gm Handbook

http://www.mediafire.com/?zyzdtzf4huh

————————————-

Maplev75 setup:

Maplestory v.75 setup links:
http://www.megaupload.com/?d=FQUT5O4U
(password: fancyworks)(part 1)
http://www.megaupload.com/?d=WF6XZ3UT
(password: fancyworks)(part 2)

—————————————————————————-
FAQ:

Note for all the questions, and answers. If you think i didn’t answered your question (now im talikg about the first question) That means you should go to my v62 tutorial because its 99% similar this guide. And there may be an answer

Q : WHY DID U RESPOND TO THE OTHER’S COMMENT BUT NOT MINE
A : 1. I really dont know how to fix 2 . Questions has been asked rescently in previous comments 3 . Question Has been answered 4. Your Impolite

Q : Why can’t i log in?!
A : Cause you didnt put in java file right, re install the whole java

Q : When I click Ok after making my character, it doesnt go back to character selection page! WHY!
A : Get another WZ folder or u havent placed urs correcly

Q : After i Created The Character, it doesnt show up on character seletion page! help!
A : create a character in navicat

Q : I HAVE EVEN MORE PROBLEME
A : Please visit this site and post it under Help with picture of Starter.Bat I will help you as soon as possible

Q : I have problems with java. I downloaded the update 6 update 12 and i dont have the file jdk1.6.0_11
A : Tell me all the folders you have or you can use “Search” and find Jdk files

Q : help it keeps say “the client is outdated” im using jdk 6u12
A : Make sure u named ur database odinms

Duration : 0:9:58

(more…)

Technorati Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

How to make a fraps movie file alot smaller.

Monday, February 15th, 2010

This video will hopefully help you to make your fraps originall files alot smaller.

If you dont have windows movie maker you can download it from this site:

http://www.cnet.com.au/downloads/0,239030384,10187903s,00.htm

Anyways hope it helps you and feel free to leave comments.

Duration : 0:1:57

(more…)

Technorati Tags: , , , , ,

How to create a video player part 3

Monday, October 26th, 2009

How to create a video player without knowing any code with Autoplay Media Studio.

Write this code for MENUBAR

if e_ID1 then
elseif e_ID2 then
video = Dialog.FileBrowse(true, “Load Videos”, “”, “”, “”, “”, true, true);
Video.Load(”Video1″, video[video_count], true, false);
elseif e_ID3 then
Audio.Load(CHANNEL_EFFECTS, “AutoPlay\\Audio\\Cling.ogg”, true, false);
Window.Minimize(Application.GetWndHandle());
elseif e_ID4 then
Audio.Load(CHANNEL_EFFECTS, “AutoPlay\\Audio\\Cling.ogg”, true, false);
Application.Exit();
elseif e_ID9 then Audio.Load(CHANNEL_EFFECTS, “AutoPlay\\Audio\\Cling.ogg”, true, false);
if (Video.GetFilename(”Video1″) “”) then
Dialog.Message(”No File Loaded”, “Please click on the Load button to choose a video file”);
else
Video.Seek(”Video1″, SEEK_BACKWARD, 5);
end
elseif e_ID10 then
Audio.Load(CHANNEL_EFFECTS, “AutoPlay\\Audio\\Cling.ogg”, true, false);
if (Video.GetFilename(”Video1″) “”) then
Dialog.Message(”No File Loaded”, “Please click on the Load button to choose a video file”);
else
Video.Seek(”Video1″, SEEK_FORWARD, 5)
end
elseif e_ID8 then
Audio.Load(CHANNEL_EFFECTS, “AutoPlay\\Audio\\Cling.ogg”, true, false);
if (Video.GetFilename(”Video1″) “”) then
Dialog.Message(”No File Loaded”, “Please click on the Load button to choose a video file”);
else
Video.Stop(”Video1″);
end
elseif e_ID7 then
Audio.Load(CHANNEL_EFFECTS, “AutoPlay\\Audio\\Cling.ogg”, true, false);
if (Video.GetFilename(”Video1″) “”) then
Dialog.Message(”No File Loaded”, “Please click on the Load button to choose a video file”);
else
Video.Pause(”Video1″);
end
elseif e_ID6 then
Audio.Load(CHANNEL_EFFECTS, “AutoPlay\\Audio\\Cling.ogg”, true, false);
if (Video.GetFilename(”Video1″) “”) then
Dialog.Message(”No File Loaded”, “Please click on the Load button to choose a video file”);
else
Video.Play(”Video1″);
end
elseif e_ID13 then
Audio.Load(CHANNEL_EFFECTS, “AutoPlay\\Audio\\Cling.ogg”, true, false);
File.Open(”AutoPlay\\Docs\\manual.chm”, “”, SW_SHOWNORMAL);
elseif e_ID14 then
Lines = “This Video Player was created with AutoPlay Media.\nJust for Fun.\nBy: R Karim.”;
Dialog.Message(”Karim’s Media Player.”, Lines);
elseif e_ID11 then
Audio.Load(CHANNEL_EFFECTS, “AutoPlay\\Audio\\Cling.ogg”, true, false);
if (Video.GetFilename(”Video1″) “”) then
Dialog.Message(”No File Loaded”, “Please click on the Load button to choose a video file”);
else
Video.SetFullScreen(”Video1″, true);
end
end

Duration : 0:10:31

(more…)

Technorati Tags: , , , ,

Flash CS3 Actionscript 3 Help File Video Tutorial

Monday, September 28th, 2009

We quickly discuss the usefulness of the help file within the Flash CS3 authoring tool, and all of the ActionScript 3 lessons available.

Duration : 0:3:1

(more…)

Technorati Tags: , , , , , , , , , , , , , , ,