/[Frey]/trunk/lib/Frey/Web/FLVPlayer.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Web/FLVPlayer.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 879 by dpavlin, Mon Dec 15 21:40:28 2008 UTC revision 880 by dpavlin, Fri Dec 19 14:01:01 2008 UTC
# Line 68  sub as_markup { Line 68  sub as_markup {
68    
69          my $info = $self->dropdown( $self->path, \%info );          my $info = $self->dropdown( $self->path, \%info );
70          qq|          qq|
71                  <object type="application/x-shockwave-flash" data="$swf" width="$width" height="$height">                  <object id="flvplayer" type="application/x-shockwave-flash" data="$swf" width="$width" height="$height">
72                  <param name="movie" value="$swf" />                  <param name="movie" value="$swf" />
73                  <param name="FlashVars" value="$FlashVars" />                  <param name="FlashVars" value="$FlashVars" />
74                  </object>                  </object>

Legend:
Removed from v.879  
changed lines
  Added in v.880

  ViewVC Help
Powered by ViewVC 1.1.26