Sha256: 1fde8702388881a1793b00d0bf62b2428fc05ce04190a472435ddce8ad155792
Contents?: true
Size: 404 Bytes
Versions: 17
Compression:
Stored size: 404 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
17 entries across 17 versions & 1 rubygems