HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Source code for table that changes
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
draitz



Joined: 17 Feb 2008
Posts: 6

PostPosted: Sat Mar 01, 2008 2:00 pm     Source code for table that changes Reply with quote

This may not even be html code and since it's not available to be seen, I can't copy and insert my own information. But it does look like some sort of table. It's the grid of changing pictures shown in the description on this eBay item number - 180207457551. How can I find and copy code for this to use in my own applications?

Thanks,
Debi
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8203
Location: Castle Rock CO USA

PostPosted: Sat Mar 01, 2008 5:00 pm     Reply with quote



Where can you not copy and insert your own information.

I had to do a little digging, but I went to eBay and searched for 180207457551 on it. Now it took me to A GROUP OF SALT CELLARS, PINCHES OR POTS OR BINS, OPEN? I am assuming this is the page you are referring to?

Now I have to make a few more assumptions... Are you referring to the "images" under description? If so, that is Flash - and you can see Embedding Flash into HTML.

But if I am wrong, can you please explain a bit more? Maybe give the specific URL. Usually the more information you give us, the easier it is to help you.

_________________
Corey
Payment Processing Forums | Mile High Merchant Accounts | Expression Web Blog
draitz



Joined: 17 Feb 2008
Posts: 6

PostPosted: Sat Mar 01, 2008 6:18 pm     Reply with quote

Yes, that's the correct item.

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=180207457551

The table of 16 images right under the Description heading is what I'm referring to. It appears the code for that is not listed when you view the source. I'd love to have that and be able to insert my own pictures for our website. As I said before in another subject, I'm great at inserting my own things, But not so good on the writing part. I will look over what you replied, but I'm afraid it may be a bit much because I really only know the html basics.

Thank you,
Debi
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8203
Location: Castle Rock CO USA

PostPosted: Sun Mar 02, 2008 7:53 am     Reply with quote

It is in the code, however it is Flash. Flash is a media product owned by Adobe. You can use Flash to create a Flash program or maybe even Swish.

Then once this is created you embed the flash file into HTML usually with some type of code Embedding Flash into HTML and the code looks something like
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="550" height="400">
<param name="movie" value="media/lorikeets.swf" />
<param name="quality" value="high" />
<embed src="media/lorikeets.swf" quality="high" width="550" height="400" name="myMovieName" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
And the Flash file in the above code is lorkikeets.swf. This would be the file that is created from the Flash program or Swish.

It looks like they are embedding pbwidget.swf into the HTML code.

_________________
Corey
Hosting Solutions | Mile High Merchant Accounts | Expression Web Blog
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial