Sha256: 30c4deb43c4db7dfbd1c039a3d6edb75a5b544891a9171ba7a25b61b137db07f
Contents?: true
Size: 394 Bytes
Versions: 8
Compression:
Stored size: 394 Bytes
Contents
<?xml version="1.0" encoding="iso-8859-1" ?> <%= xml_edit_warning %> <movie width="600" height="450" framerate="24" version="8"> <background color="#FFFFFF"/> <frame> <library><% files.each do |file| if(!ignore_file?(file) && !File.directory?(file)) %> <clip id="<%= get_symbol_id(file) %>" import="<%=file%>" /><% end end %> </library> </frame> <frame> <stop /> </frame> </movie>
Version data entries
8 entries across 8 versions & 1 rubygems