Flash banner text code (php) badly needed for my website.

Asked By 0 points N/A Posted on -
qa-featured

Hello experts I am building a new website and I need flash banner text code for it. Can I add the flash banner to my homepage. Additionally I need to know the process of implementing it. If you can help me with details with advance option will be good too. Please help.

SHARE
Answered By 50 points N/A #184168

Flash banner text code (php) badly needed for my website.

qa-featured

Hi,

Yes you can add flash banner to your site, you need to create banner using flash software (Macromedia Flash) and save file in the .swf file format. Then you can link using following code:

<div onmousedown="window.location.href='new_location'">

    <object>

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

        <param name="wmode" value="transparent" />

        <embed wmode=transparent allowfullscreen="true" allowscriptaccess="always" src=" yourflashfile.swf"></embed>

    </object>

</div>

You can learn more from http://www.developphp.com/list_flash_video.php

Hope this will answer your question.

Related Questions