techpreparation-homepage

Home  Interview Questions  Aptitude Questions  Tutorials  Placement Papers  Search  Resume Guide  Soft Skills  Video  Forum  Blog


Technical Interview Questions

JavaScript Interview Question
XHtml Interview Questions
Ajax Interview Questions
XML Interview Questions
VB Interview Questions
                              .........More

Source Codes
Flash Source Codes
Html Source Codes
CSS Source Codes
                              .........More

Soft Skills
Communication Skills
Leadership Skills
                              .........More

Subscribe to our Newsletters
Name:
Email:

 

 

  

Flash Source Codes

Through Arrow key drag object

<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>arrow</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--???????????????????????????????? Make any object on your scene eg. ball convert it into a Button named ball . on (keyPress "<Right>") { setProperty("ball", _x, ball._x=ball._x-10);}on (keyPress "<Left>") { setProperty("ball", _x, ball._x=ball._x+10);on (keyPress "<Up>") { setProperty("ball", _y, ball._y=ball._y-10);on (keyPress "<Down>") { setProperty("ball", _y, ball._y=ball._y+10);Right click on button (ball) & open action window then write this action :-FIRST CLICK ON THIS BALL THEN .....PRESS ANY ARROW KEY FROM KEY BOARD--><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/
shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="800" HEIGHT="600" id="arrow" ALIGN="">
<PARAM NAME=movie VALUE="arrow.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="arrow.swf" quality=high bgcolor=#FFFFFF WIDTH="800" HEIGHT="600" NAME="arrow" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>

<a href="http://TechPreparation.com" target=blank>By:- TechPreparation</a>
</BODY>
</HTML>


<<<----- Return to Flash Source Code Questions Page.


Have a Question ? post your questions here. It will be answered as soon as possible.

Check Job Interview Questions for more Interview Questions with Answers