Click to See Complete Forum and Search --> : Opera flash doesn't show up
kimmeke
04-18-2004, 07:05 PM
I have this little more problem..
Since I converted my website to XHTML, I had to use a different sort of flashcode.. The problem is I use Opera and the volumeplayer doesn't show up anymore now AND does not play sound, only if i hit "Reload" it is suddenly there:mad:
Site is http://tkimmeke.tk
PeOfEo
04-19-2004, 08:55 PM
oh Dear Lord, I just about has a seisure when that page loaded... too many bright colors. Well it works on ie and mozilla. Here is the volume control
<object type="application/x-shockwave-flash" data="flash/volume.swf" width="110" height="25" align="right"><param name="movie" value="flash/volume.swf" /><a href="http://www.macromedia.com/go/getflashplayer" title="Download the Macromedia Flash Plug-in"><img src="noFlash.gif" alt="Download the Flash plug-in" /></a></object>
I have no idea why opera hates that but I would not worrie too much about site music if I were you, most users find it annoying to begin with. I would worrie about your code not being valid, right when I looked at your source my eyes were molested by a table based layout with width and height attributes and an iframe. I suggest using the div overflow attribute to acheive scrolling and server side includes for the menu, and if you cant keep away from tables do them accessably
http://quasi-ke.servebeer.com/hybrid2.html
but I suggest www.bluerobot.com doing it with css
kimmeke
04-21-2004, 11:23 AM
I am not a specialist in CSS, can someone help me with that? If tables are no good and iframes, why is my page valid then?:confused: Thanks for your reply PeOfEo