Posted by -Anti- on March 24, 2009 at 9:26pm
Jump to:
| Project: | jQuery Media |
| Version: | 6.x-1.3 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I'm using the 'hyperlink to uploaded file' method, putting 'media' as the stylesheet class.
Eg. <a href='/sites/default/files/jimi.mp3' class='media'>jimi hendrix</a>
Works fine in FF, but in IE7, it just shows as a link rather than embedded.
When clicked, the open/download dialogue box is displayed.
Same happens for flv, mov and swf (youtube), all working fine in FF.
What's the problem likely to be??
Thanks.
Comments
#1
Update:
I tried the cck filefield method, and it displays ok in IE7.
But I really hate that whole cck method of adding media.
It would be much nicer to have the hyperlink method working in IE7.
Can anyone help?