HTML, JavaScript And CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingHTML, JavaScript And CSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
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  
Old January 17th, 2006, 09:29 PM
sinner8347 sinner8347 is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Aug 2005
Posts: 290 sinner8347 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 h 19 m 34 sec
Reputation Power: 3
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">&nbsp;</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">&nbsp;</td>
		  </tr>
		  <tr>
		  <td width="9">&nbsp;</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">&nbsp;</td>

Reply With Quote
  #2  
Old January 17th, 2006, 10:36 PM
Guddu's Avatar
Guddu Guddu is offline
Contributing User
ASP Free Frequenter (2500 - 2999 posts)
 
Join Date: Jul 2005
Posts: 2,899 Guddu User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Guddu User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Guddu User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Guddu User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Guddu User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Guddu User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Guddu User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Guddu User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Guddu User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Guddu User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)Guddu User rank is Lieutenant Colonel (40000 - 50000 Reputation Level) 
Time spent in forums: 2 Months 1 Week 5 Days 5 h 31 m 43 sec
Reputation Power: 435
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">&nbsp;</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">&nbsp;</td>
		  </tr>
		  <tr>
		  <td width="9">&nbsp;</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">&nbsp;</td>
__________________
Nothing is Impossible bcoz IMPOSSIBLE itself says..
I M POSSIBLE........................
Be cool !!!!!!!!

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingHTML, JavaScript And CSS Help > Insert flash into html code


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway