 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
draitz
Joined: 17 Feb 2008 Posts: 6
|
Posted: Sat Mar 01, 2008 2:00 pm Source code for table that changes |
|
|
|
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
|
|
draitz
Joined: 17 Feb 2008 Posts: 6
|
Posted: Sat Mar 01, 2008 6:18 pm |
|
|
|
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
|
Posted: Sun Mar 02, 2008 7:53 am |
|
|
|
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 |
|
|
|
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
|
|
|
|
|
 |
|
|
|
|
|
|
|