Question:

For all you FLASH lovers I need your help?

by  |  earlier

0 LIKES UnLike

Hello i need to insert a flash button into my webpage. One i created using Ultra button. Flash doesnt tell me how to place new desgins into the page that did not come with flash. Can some one please tell me how. i am saving them as .swf. PLEASE HELP

 Tags:

   Report

1 ANSWERS


  1. Well typically you can run ANY kind of file using the <img src="source here" > argument (including php, js, etc) however,  the OFFICIAL way to put ANY flash object onto a page is as follows (pardon the length,  its rather verbose)

    <object

    classid="clsid:D27CDB6E-AE6D-11cf-96B8...

    codebase="http://download.macromedia.c...

    /pub/shockwave/cabs/flash/swflash.cab#...

    width="400" height="300" id="movie" align="">

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

    <embed src="YOUR FILE NAME HERE" quality="high" width="400"

    height="300" name="movie" align=""

    type="application/x-shockwave-flash"

    plug inspage="http://www.macromedia.com/go/ge...

    </object>

    you will need to change the height / width to suit your needs.

    It would probably be a LOT easier to save the files as a gif :)

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.