On 10/23/07, alexfoxy <[EMAIL PROTECTED]> wrote:
>
>
> I want the html to be something like:
>
> <object width="550" height="400">
> <param name="movie" value="somefilename.swf">
> <embed src="somefilename.swf" width="550" height="400">
> </embed>
> </object>
%object{ :width => 550, :height => 400 }
%param{ :name => "movie", :value => "somefilename.swf" }/
%embed{ :src => "somefilename.swf", :width => 550, :height => 400 }
Tip: you might want to consider a JavaScript solution to embed Flash on your
webpages:
http://www.bobbyvandersluis.com/ufo/
It's much better, unobtrusive, easier to do, degradable and your HTML has a
chance to validate, also.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---