I have the following HAML
%div{''id'' => getting_started_div}
%span{''id'' => getting_started_span}
%a{''id'' => getting_started_a,
''href'' =>
''/videos/msg_ralph2.shnelvar_16_Dec_2010_07_58_59.wmv''}
''Free Edition''
The code displays correctly in FF and IE8.
When the user clicks on "Free Edition" in IE8, a new browser tab
appears
and the video plays.
In FF, a new tab appears and it looks like the video is about to play,
but nothing happens. Clicking on the "start triangle" does nothing.
Any thoughts?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
Marnen Laibow-Koser
2010-Dec-25 20:43 UTC
Re: Playing video works in IE8 and not in FireFox
Ralph Shnelvar wrote in post #970664:> I have the following HAML > > %div{''id'' => getting_started_div} > %span{''id'' => getting_started_span} > %a{''id'' => getting_started_a, > ''href'' => ''/videos/msg_ralph2.shnelvar_16_Dec_2010_07_58_59.wmv''} > ''Free Edition'' > > The code displays correctly in FF and IE8. > > When the user clicks on "Free Edition" in IE8, a new browser tab appears > and the video plays. > > In FF, a new tab appears and it looks like the video is about to play, > but nothing happens. Clicking on the "start triangle" does nothing. > > Any thoughts?This has nothing to do with Rails. Take it to a HTML or Web video forum for better help. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org Sent from my iPhone -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.