|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Insert flash into html code
i trying to insert a Scrolling Marquee for a website, but when i try to load the page on my local pc its work fine, but when i upload it into the server, it take very long(seems like cant display on the page), can i know what is the reason?
this is the coding i put the Scrolling Marquee in my html code Code:
<td width="9"> </td>
<td>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="499" height="21">
<param name="movie" value="scroller-origin.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="FlashVars" value="scrolltext=*We will be moving to 16 Collyer Quay #16-00 Hitachi Tower Singapore 049318 from 23 Jan 2006* *Happy New Year* &redirectinst=<%=redirectinst%>&extlink=<%=extlink%>">
<embed src="scroller-origin.swf" width="499" height="21" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false" flashvars="scrolltext=*We will be moving to 16 Collyer Quay #16-00 Hitachi Tower Singapore 049318 from 23 Jan 2006* *Happy New Year* &redirectinst=<%=redirectinst%>&extlink=<%=extlink%>"></embed>
</object>
</td>
<td width="9"> </td>
</tr>
<tr>
<td width="9"> </td>
<td>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="499" height="21">
<param name="movie" value="scroller.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="FlashVars" value="scrolltext=*We will be moving to 16 Collyer Quay #16-00 Hitachi Tower Singapore 049318 from 23 Jan 2006* *Happy New Year* &redirectinst=<%=redirectinst%>&extlink=<%=extlink%>">
<embed src="scroller.swf" width="499" height="21" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false" flashvars="scrolltext=*We will be moving to 16 Collyer Quay #16-00 Hitachi Tower Singapore 049318 from 23 Jan 2006* *Happy New Year* &redirectinst=<%=redirectinst%>&extlink=<%=extlink%>"></embed>
</object>
</td>
<td width="9"> </td>
|
|
#2
|
||||
|
||||
|
may be it is not getting one of your flash image....if both image are same than why are using different image name...see bold one
Code:
<td width="9"> </td>
<td>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="499" height="21">
<param name="movie" value="scroller-origin.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="FlashVars" value="scrolltext=*We will be moving to 16 Collyer Quay #16-00 Hitachi Tower Singapore 049318 from 23 Jan 2006* *Happy New Year* &redirectinst=<%=redirectinst%>&extlink=<%=extlink%>">
<embed src="scroller-origin.swf" width="499" height="21" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false" flashvars="scrolltext=*We will be moving to 16 Collyer Quay #16-00 Hitachi Tower Singapore 049318 from 23 Jan 2006* *Happy New Year* &redirectinst=<%=redirectinst%>&extlink=<%=extlink%>"></embed>
</object>
</td>
<td width="9"> </td>
</tr>
<tr>
<td width="9"> </td>
<td>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="499" height="21">
<param name="movie" value="scroller.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="FlashVars" value="scrolltext=*We will be moving to 16 Collyer Quay #16-00 Hitachi Tower Singapore 049318 from 23 Jan 2006* *Happy New Year* &redirectinst=<%=redirectinst%>&extlink=<%=extlink%>">
<embed src="scroller.swf" width="499" height="21" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false" flashvars="scrolltext=*We will be moving to 16 Collyer Quay #16-00 Hitachi Tower Singapore 049318 from 23 Jan 2006* *Happy New Year* &redirectinst=<%=redirectinst%>&extlink=<%=extlink%>"></embed>
</object>
</td>
<td width="9"> </td>
__________________
Nothing is Impossible bcoz IMPOSSIBLE itself says.. I M POSSIBLE........................ Be cool !!!!!!!!
|
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Insert flash into html code |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|