Wrox Home  
Search P2P Archive for: Go

  Return to Index  

flash_programming thread: Using flash with visual interdev


Message #1 by Simon Dilley <info@g...> on Fri, 1 Feb 2002 12:24:35 -0000
Hia,
You can just insert the following html code in your ASP Page.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.c
ab#version=5,0,0,0" width=400 height=300 id=ShockwaveFlash1> 
  <param name=movie value="Movie.swf">
  <param name=quality value=high> 
  <param name=bgcolor value=#000000> 
  <embed src="Movie.swf" quality=high bgcolor=#000000 
  width=400 height=300 type="application/x-shockwave-
flash"                                                                     
                                                                           
         
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?
P1_Prod_Version=ShockwaveFlash">
  </embed> 
</object>

Rgds
Pallav Nadhani
> This message is in MIME format. Since your mail reader does not 
understand
> this format, some or all of this message may not be legible.
> 
> ------ =_NextPart_001_01C1AB1B.691002B0
> Content-Type: text/plain
> 
> I have just developed a flash movie.  I want to have it on my ASP page
> which is developed within Visual Interdev.  Can anybody tell me how I
> can include this movie within my page.
> 
> ------ =_NextPart_001_01C1AB1B.691002B0
> Content-Type: text/html
> Content-Transfer-Encoding: quoted-printable
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> <HTML>
> <HEAD>
> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; 
> charset=3Dus-ascii">
> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version 
> 5.5.1960.3">
> <TITLE>Using flash with visual interdev</TITLE>
> </HEAD>
> <BODY>
> 
> <P><FONT SIZE=3D2 FACE=3D"Arial">I have just developed a flash 
> movie.&nbsp; I want to have it on my ASP page which is developed within 
> Visual Interdev.&nbsp; Can anybody tell me how I can include this movie 
> within my page.</FONT></P>
> 
> </BODY>
> </HTML>
> ------ =_NextPart_001_01C1AB1B.691002B0--

  Return to Index