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.



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
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.
Reply With Quote

  #2 (permalink)  
Old Aug 1st, 2006, 16:09
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,298
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 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]
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
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 18:10.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs 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 43