Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do i insert a flash intro on the welcome page


Guest

Recommended Posts

Posted

In my case i have almost done my website but id like to add a flash intro in my home page where welcome is showing at: /includes/language/english/index.php

 

i write the code:

 

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="400">

<param name="movie" value="../../images/test.swf" />

<param name="quality" value="high" />

<embed src="../../images/test.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="400"></embed>

</object>

 

but shows only blank

 

Should i install or change something else? thanks to anyone who can help ...

Posted

Never Mind

 

It was fix it with:

 

 

<div align="center">

<table>

<tr>

<td align="center" valign="middle">

<center><iframe src="images/test.swf" width=600 height=400 frameborder=0 marginheight=0 marginwidth=0 scrolling="no"></p></iframe></center>

</td>

</tr>

</table></div>

 

That was easy

Posted

can i see your site? coz I "might" recommend you not to use flash, use ajax to change series of pictures instead.

Posted
In my case i have almost done my website but id like to add a flash intro in my home page where welcome is showing at: /includes/language/english/index.php

 

i write the code:

 

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="400">

<param name="movie" value="../../images/test.swf" />

<param name="quality" value="high" />

<embed src="../../images/test.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="400"></embed>

</object>

 

but shows only blank

 

Should i install or change something else? thanks to anyone who can help ...

The best way to embed Flash is to use the following:

 

http://blog.deconcept.com/swfobject/

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...