How to Put Flash Images Into VB.Net

Flash images are animated pictures you add to your website pages. Flash images have an advantage over other types of images, because you can add sound, animation and other functions to the image file. To add a Flash image to a VB.NET project, you must do so in the HTML file for your website. Add an image using the text editor included with Windows.

Instructions

    • 1

      Right-click the HTML file to which you want to add the Flash image. Select "Open With," then click "Notepad." Click the "Open" button to open the HTML file code in Notepad.

    • 2

      Scroll down to the location of where you want to place the image. You can add the image anywhere between the "<body>" and "</body>" tags.

    • 3

      Add the following code to your HTML file:

      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

      codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" >

      <param name="movie" value="myimage.swf">

      <embed src="intro.swf" quality="high"></embed>

      </object>

      Replace "myimage.swf" with your own Flash image file.

    • 4

      Click "File," then click "Save" to save your HTML code changes. Double-click the file to open it in your web browser, so you can review the new image addition.

Related Searches:

References

Comments

You May Also Like

Related Ads

Featured