flash link button won't show

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   flash link button won't show
Amras_Ancalimon
CZ Super Newbie
Amras_Ancalimon has been a member for over 19 year's 19 Year Member
uk.gif
Occupation: Call Centre Customer Advisor
Age: 53
Gender: Male
Status: Offline
Joined: Oct 17, 2004
0.01 posts per day
Posts: 63
Points: 3,249
   
I have downloaded one of your flash "link" buttons, codezwiz23.swf, to add to my
supporters/affiliates list

Unfortunately I cannot get it to work as it only asks for the image url and in the supplied
text file, it states...


<EMBED SRC='http://www.codezwiz.com/images/links/codezwiz23.swf'
wmode='transparent' WIDTH='88' HEIGHT='31'><NOEMBED><a
href='http://www.macromedia.com/go/getflashplayer/'>Get Flash!</a></NOEMBED></EMBED>


So, obviously this won't work. If you look near the bottom of my frontpage you will see what I mean.

What can I do to get this flash button to show up ?



Back to top Reply with quote
#2   re: flash link button won't show
_Aerospace_Eng_
CZ Active Member
_Aerospace_Eng_ has been a member for over 19 year's 19 Year Member
usa.gif
Age: 38
Gender: Male
Status: Offline
Joined: Nov 09, 2004
0.03 posts per day
Posts: 200
Points: 10,133
   
you have to embed the flash file into your page, you can't treat the .swf file as an image because its not an image. The code in the text file is what you need to be able to make the flash button appear so if you put the following code in your page where you want it to show up, it should work, i've tested that code and it does work.
<EMBED SRC='http://www.codezwiz.com/images/links/codezwiz23.swf'
wmode='transparent' WIDTH='88' HEIGHT='31'><NOEMBED><a
href='http://www.macromedia.com/go/getflashplayer/'>Get Flash!</a></NOEMBED></EMBED>


the module u may be working with probably only allows links to images so in order for you to put a link to an animated image you would have to make sure the link you would be using points to an image file.

this is what the block is doing
<a href='modules.php?name=Supporters&op=go&site_id=21' target='_blank'><img src='http://www.codezwiz.com/images/links/codezwiz23.swf'' height='31' width='88' title='Codezwiz' border='0'></a>


the above code explains why you are getting a little red x

if you dont have flash player the flash file will appear as a link to download macromedia flash.

any questions just post back icon_smile.gif



_________________
Back to top Reply with quote
#3   re: flash link button won't show
Amras_Ancalimon
CZ Super Newbie
Amras_Ancalimon has been a member for over 19 year's 19 Year Member
uk.gif
Occupation: Call Centre Customer Advisor
Age: 53
Gender: Male
Status: Offline
Joined: Oct 17, 2004
0.01 posts per day
Posts: 63
Points: 3,249
   
Yes I do have flash installed

I sorta understand what you are referring to, except I can't work our what file
exactly I need to place that coding into ?



Back to top Reply with quote
#4   re: flash link button won't show
_Aerospace_Eng_
CZ Active Member
_Aerospace_Eng_ has been a member for over 19 year's 19 Year Member
usa.gif
Age: 38
Gender: Male
Status: Offline
Joined: Nov 09, 2004
0.03 posts per day
Posts: 200
Points: 10,133
   
yeah see thats where i can't help you, I dont know php enough to tell you which block to put that in, you may want to post in the php nuke forum, sorry.




_________________
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

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
You cannot attach files in this forum
You cannot download files in this forum