For this stuff I usually just use the plain filter.  I'd be interested
to know if this is the standard way of doing this sort of thing
though.

So, for example:

:plain
  <object width="480" height="385"><param name="movie" value="http://
www.youtube.com/v/FQNYPqfYGp8?fs=1&hl=en_US"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed src="http://
www.youtube.com/v/FQNYPqfYGp8?fs=1&hl=en_US" type="application/x-
shockwave-flash" allowscriptaccess="always" allowfullscreen="true"
width="480" height="385"></embed></object>

For reference: 
http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#plain-filter

Ben

On Nov 5, 10:01 am, CrazyCarl <carlcr...@gmail.com> wrote:
> so im looking to change this HTML code:
> <object width="480" height="385"><param name="movie" 
> value="http://www.youtube.com/v/FQNYPqfYGp8?fs=1&hl=en_US";></param><param
> name="allowFullScreen" value="true"></param><param
> name="allowscriptaccess" value="always"></param><embed 
> src="http://www.youtube.com/v/FQNYPqfYGp8?fs=1&hl=en_US"; type="application/x-
> shockwave-flash" allowscriptaccess="always" allowfullscreen="true"
> width="480" height="385"></embed></object>
>
> to HAML
>
> im not really SUPER familiar with how haml works .. i get a few of the
> concepts .. and im totally floored that after googling a few things
> there actually arent any break downs .. before and after on how to
> embed a youtube vid with HAML
>
> helps?

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to h...@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to