scrawny Posted September 14, 2011 Report Share Posted September 14, 2011 I've generated a couple of little movies which popup okay when an image is mousedover in Firefox but don't work in Safari. I think my problem is that I've got an outdated WSIWYG (Adobe GoLive) and it's not using code which modern browsers use. I've been searching for code to fix this problem and can't find any. Could someone look at this page and see if you can help me? Thank you http://joshmorris3d.com/3dwork.html Quote Link to comment Share on other sites More sharing options...
falkencreative Posted September 14, 2011 Report Share Posted September 14, 2011 Please please PLEASE don't pop up new windows on rollover. There's absolutely nothing in the page that indicates this will happen when the mouse is over the image, and if you happen to flick the mouse across multiple images, it pops up multiple windows, which is terribly frustrating/annoying. If you want to create new windows, you need to indicate to the user that this will happen (and, as a general rule, avoid creating new windows in the first place). Here are a couple different ways to approach this: -- rather than using rollover, have the user click on the image (and preferably the preview image itself has a play button or something that indicates it is a video) -- rather than using popup windows, use a modal window. Something along the lines of a lightbox. For example, http://fancybox.net/ and http://colorpowered.com/colorbox/ -- You could embed the videos directly in the page, and just make sure the user has to click on them in order to start playback. I'm not sure why you aren't going with this approach? Quote Link to comment Share on other sites More sharing options...
scrawny Posted September 14, 2011 Author Report Share Posted September 14, 2011 Please please PLEASE don't pop up new windows on rollover. There's absolutely nothing in the page that indicates this will happen when the mouse is over the image, and if you happen to flick the mouse across multiple images, it pops up multiple windows, which is terribly frustrating/annoying. If you want to create new windows, you need to indicate to the user that this will happen (and, as a general rule, avoid creating new windows in the first place). Here are a couple different ways to approach this: -- rather than using rollover, have the user click on the image (and preferably the preview image itself has a play button or something that indicates it is a video) -- rather than using popup windows, use a modal window. Something along the lines of a lightbox. For example, http://fancybox.net/ and http://colorpowered.com/colorbox/ -- You could embed the videos directly in the page, and just make sure the user has to click on them in order to start playback. I'm not sure why you aren't going with this approach? Quote Link to comment Share on other sites More sharing options...
scrawny Posted September 14, 2011 Author Report Share Posted September 14, 2011 Thank you, I'll tackle the fancybox app. I would love to embed the video in the page...much easier for me. Siteowner wants the other approach. Thank you for your good advice. Quote Link to comment Share on other sites More sharing options...
Andrea Posted September 14, 2011 Report Share Posted September 14, 2011 Siteowner wants the other approach. A good webdesigner's main responsibility is not to just make the client happy - what's better customer service is to explain to a client if something he's asking for is a bad idea and offer better alternatives. If the client's stubborn and insists, then you have no choice, but first, you must explain the entire situation. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.