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:
  #1  
Old January 17th, 2006, 10:29 PM
sinner8347 sinner8347 is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Aug 2005
Posts: 294 sinner8347 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 h 29 m 28 sec
Reputation Power: 5
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, 11:36 PM
Guddu's Avatar
Guddu Guddu is offline
Contributing User
ASP Free Expert (3500 - 3999 posts)
 
Join Date: Jul 2005
Location: Oxford UK
Posts: 3,893 Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level)Guddu User rank is General (90000 - 100000 Reputation Level) 
Time spent in forums: 2 Months 3 Weeks 5 Days 21 h 54 m 47 sec
Reputation Power: 984
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





 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

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





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek