Forum Moderators: open

Message Too Old, No Replies

flash not showing up!

help please.

         

electricocean

11:50 pm on Jun 12, 2005 (gmt 0)

10+ Year Member



I have this flash sidebar with links and a counter on it so people can browse around. Now it wont show!

info:

1)for some reason the counter did not work in an embed but worked in an iframe.

2)it is placed in javascript to test IE mac. (if is ie mac do something, else print the flash sidebar

What's wrong?

thanks,
electricocean

electricocean

9:37 pm on Jun 13, 2005 (gmt 0)

10+ Year Member



anybody? I think it might be that javascipt testing IE mac is messed up-- it doesn't even work in IE mac.

electricocean

BlobFisk

11:25 am on Jun 14, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi electricocean,

Can you post a little of your code (the relevant bits with links taken out! ;)) and that may help us!

Lobo

11:31 am on Jun 14, 2005 (gmt 0)

10+ Year Member



^^^ What he said^^^

To place a .swf is a fairly easy process and I do not see where your problem may be... you have to, <object> and <embed> to cover browsers..

And the javascript you are using? because? why?

electricocean

10:59 pm on Jun 14, 2005 (gmt 0)

10+ Year Member



hi, thanks for the replies.

heres me code:

<script language="JavaScript">
<!--
if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.indexOf("Mac")!= -1){
document.write('<p align="top"><table bgcolor="#666666" width="138.5" height="455"><tr><td>');
document.write('\(To get better results, try using a different web browser.\)<br><br>')
document.write('<p align="center"><font size="6">Dkicks <br>Jokes</font></p>');
document.write('<a href="index.php?pageid=1">news</a><br>' 0.

+'<a href="index.php?pageid=2">jokes</a><br>'
+'<a href="index.php?pageid=3">movies</a><br>'
+'<a href="index.php?pageid=4">bio</a><br>'
+'<a href="index.php?pageid=5">links</a><br>'
+'<a href="index.php?pageid=6">add a joke!</a>');
document.write('</td></tr></table></p>');
}

else {
document.write('<iframe name="sidebar" src="flash/sidebar.swf" frameborder="0" scrolling="no" width="138.5" height="454" bgcolor="#000000">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>') ;
}
-->
</script>

the .swf file exists....... I checked

electricocean

electricocean

11:03 pm on Jun 14, 2005 (gmt 0)

10+ Year Member



omg... theres a wierd '0', maybe that it. Yep whoops, I thought it was more complicated.

thanks,
electricocean