Home

Submit

Source

Feeds

Home » ASP » Flash and ASP ::

ASP Flash and ASP
A tutorial explaining how to use ASP to direct which clip is being played by a flash movie. A solution involves jumping out of a flash movie into an ASP page, then back again. To accomplish the effect of jumping back in at a specific frame, we simply load some variables into the flash movie and use them to jump to the right frame.
Related Tutorials
ASP General Development
Controlling HTTP Response Header Lines
ASP / General Development
This tutorial helps you understand: HTTP Response Syntax; HTTP Response Header Lines;Controlling Response Header Lines; Viewing Response Header Lines; Response Header Lines of Static Files; Setting Header Lines Directly in ASP Pages; Sending Binary Files to Browsers.

Site: www.herongyang.com Report - View Tutorial

ASP Flash and ASP
Flash and ASP Integration
ASP / Flash and ASP
Flash allows you to create zippy, vector-based animation and interactivity in a small ActiveX control, and ASP allows you to create dynamic HTML content on the fly. Hopefully, by the time you're done skimming this article, you'll be confident enough to use ASP in the creation of zippy, vector-based Flash content on the fly.

Site: www.asp101.com Report - View Tutorial

ASP Getting Started
ASP For Beginners
ASP / Getting Started
What is ASP? ASP stands for Active Server Pages. Actually, ASP in itself isn't a language, instead it is more of a technology used by VBScript on the server side to display dynamic content on the web pages.

Site: www.itechcollege.com Report - View Tutorial

ASP General Development
Speeding Up ASP Page Execution
ASP / General Development
ASP pages are executed on the fly by a server when they are requested by a visitor. Because they are not compiled, ASP scripts are slow and hold up the processing of an html page. This results in people leaving your site and severely reduces the enjoyment that your asp apps can provide.

Site: www.aspemporium.com Report - View Tutorial

ASP Scripts
Creating a simple ad rotating system using ASP
ASP / Scripts
Creating a advertisement rotator page is easy - ASP comes with an Adrotator component that's easy to use. The component, called AdRotator, is installed when you install ASP. The component has been a part of ASP installation since the first version of ASP.

Site: www.kamath.com Report - View Tutorial

ASP Database Integration
Inserting Rows into a Database
ASP / Database Integration
This tutorial will show you how to insert a row of data into a database using ASP and an MS Access database. You can do it on one ASP file, but we'll have two files: one processor page (proc.asp), and one form page (form.asp). Then, we'll make the MS Access database that corresponds to the ASP.

Site: www.webdesign.org Report - View Tutorial

ASP Component Building
Creating a Server Component with Visual Basic
ASP / Component Building
This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. By bundling ASP code into server-side components, developers not only increase Visual Basic functionality and ASP speed, but also find a marvelous way to encapsulate and protect their ASP source code.

Site: www.15seconds.com Report - View Tutorial

ASP Flash and ASP
Integrating Flash with an Access Database
ASP / Flash and ASP
This article explains how to connect a Flash movie to an Access database, and use an ASP page to query the database and hand information over to the Flash movie. We are going to build a very simple Flash address book to demonstrate the technique.

Site: www.15seconds.com Report - View Tutorial

ASP Getting Started
Introduction to ASP & What is ASP?
ASP / Getting Started
ASP is sometimes described as a server technology which means its not quite a programming language (though developers including myself see it as one). ASP incorporates a programming language called VBscript though you can use JScript and Perl or any other language for that matter just as long as the language concerned supports Active X scripting.

Site: www.chauy.com Report - View Tutorial

ASP Component Building
Creating Visual Basic COMponents for ASP
ASP / Component Building
This article teaches the ASP programmer to write their code in VB, make it as a DLL and reuse it in their ASP code.

Site: www.macronimous.com Report - View Tutorial

ASP Database Integration
ASP Speed Tricks
ASP / Database Integration
This articles describes practical methods of optimizing the performance of classic ASP pages which retrieve and display tabular data from a database. Comparative test results are presented. Many of the techniques apply to ASP.Net and other scripting languages.

Site: www.somacon.com Report - View Tutorial

ASP Scripts
A Simple Quiz Script
ASP / Scripts
ASP is a very simple language if you know its syntax (in that way, it is much like every other programming language, albeit in ASP's case a bit more forgiving than some others). This tutorial describes the construction of a very simple ASP quiz script, which works with just two files: quiz.asp and data.asp.

Site: biorust.com Report - View Tutorial

ASP Counters
ASP Hit Counter
ASP / Counters
You can count the number of visitors on your site with a very simple ASP code. Create a file Count.asp with the following code and add in the header of every page useing Server Side Include(SSI).

Site: www.devasp.com Report - View Tutorial

ASP Emailing
Sending Email with ASP
ASP / Emailing
All good websites need to be able to send and recieve email . Ok you could have a mailto link in your page pointing to your email address which when the user clicked on it their default email client opened up but why not let ASP handle this . We will use ASP and CDONTS for this task .

Site: tutorials.programmingsite.co.uk Report - View Tutorial

ASP Database Integration
ASP.NET Table Searching
ASP / Database Integration
This is a very quick time application built using Microsoft ASP.NET. Its basic purpose is to show the power and Rapid Application Development features in ASP.NET.

Site: www.sourcesystems.net Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement