Guest User

Untitled

a guest
Jan 16th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. %div{:class => "spinner"}
  2. - width = local_assigns[:width] || 500
  3. %object{:height => "81", :width => width, :class => "spinner"}
  4. %param{:name => "movie", :value => gallery_audio_player}
  5. %param{:name => "allowscriptaccess", :value => "always"}
  6. %embed{:src => gallery_audio_player, :allowscriptaccess => "always", :height => "81", :type=> "application/x-shockwave-flash", :width => width}
Add Comment
Please, Sign In to add comment