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.
|
|
|
|
|
![]() |
||
alt tag
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
alt tag
Hey everyone, Is it possible to use alt tags with flash. An example of my code is below:
<object classid="clsid <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. |
|
|
|
#2
|
||||
|
||||
|
Re: alt tag
you can use this as an example
[code<OBJECT id="NClogo" classid="clsid codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="395" height="66" standby="Loading. . ."> <!-- #param --> <param name=movie value="nav.swf"> <param name=quality value=high> <param name=menu value=false> <!-- #param --> <!-- Render image --> <OBJECT id="NClogoImg" data="logo.gif" type="image/gif"> <!-- Render text --> Animated version of the no | content logo created with Macromedia Flash. </OBJECT> </OBJECT>[/code]
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
![]() |
| Tags |
| alt, tag |
| Thread Tools | |
|
|