alt tag

This is a discussion on "alt tag" within the Web Page Design section. This forum, and the thread "alt tag are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jul 27th, 2006, 19:36
Junior Member
Join Date: Jul 2006
Location: weymouth
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
alt tag

Hey everyone, Is it possible to use alt tags with flash. An example of my code is below:

<object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj5" codebase="http://download.macromedia.com/pub/s...rsion=6,0,40,0" border="0" width="235" height="27">
<param name="movie" value="http://www.galaxywindows.co.uk/flash/welcome2.swf">
<param name="quality" value="High">
<embed src="http://www.galaxywindows.co.uk/flash/welcome2.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj5" width="235" height="27"></object>

How would i put the alt tag here to show text saying "this is an image" or whatever. I know the code alt="" but does this work with flash?

hope someone can help. cheers

regards,

Jon

Last edited by jonbenitos; Jul 27th, 2006 at 19:38.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Aug 1st, 2006, 16:09
saltedm8's Avatar
SuperMember

SuperMember
Join Date: Nov 2005
Location: here
Age: 27
Posts: 1,521
Blog Entries: 2
Thanks: 1
Thanked 11 Times in 11 Posts
Re: alt tag

you can use this as an example

[code&lt;OBJECT
id="NClogo"
classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
width="395"
height="66"
standby="Loading. . ."&gt;

&lt;!-- #param --&gt;
&lt;param name=movie value="nav.swf"&gt;
&lt;param name=quality value=high&gt;
&lt;param name=menu value=false&gt;
&lt;!-- #param --&gt;

&lt;!-- Render image --&gt;
&lt;OBJECT
id="NClogoImg"
data="logo.gif"
type="image/gif"&gt;
&lt;!-- Render text --&gt;
Animated version of the no | content logo created with Macromedia Flash.

&lt;/OBJECT&gt;
&lt;/OBJECT&gt;[/code]
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
alt, tag

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 11:12.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42