Click here to Skip to main content
15,885,537 members
Articles / Programming Languages / VBScript

Flash Database Access

Rate me:
Please Sign up or sign in to vote.
3.68/5 (21 votes)
1 Nov 20043 min read 158.5K   5.4K   58  
How to query the database using Flash and ASP.
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html;  charset=ISO-8859-1">
<TITLE>flashasp</TITLE>
</HEAD>
<BODY bgcolor="#CCCCCC">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--First Name
Last Name
City
Insert first Name to search
--><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="492" HEIGHT="253" id="flashasp" ALIGN="">
 <PARAM NAME=movie VALUE="flashasp.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#CCCCCC> <EMBED src="flashasp.swf" quality=high bgcolor=#CCCCCC  WIDTH="492" HEIGHT="253" NAME="flashasp" ALIGN=""
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</BODY>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Pakistan Pakistan
I am a freelance developer and technical author in Karachi, Pakistan. I am presently a student at Hamdard Institute of Management Sciences, City Campus, Karachi.

Email: rafayali@gmail.com
Blog: http://rafayali.blogspot.com
http://cc.1asphost.com/powerwebdev/index.htm

Comments and Discussions