Closed (fixed)
Project:
SWF Tools
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 May 2009 at 20:54 UTC
Updated:
24 Apr 2010 at 01:00 UTC
How could i make xml name that SWF tools generates for image playlist fixed? Currently its something like "b33cf7a6a86658d9d33a974f4586d287.xml" and i would like to make this fixed with node number, like node1.xml or something, where could i edit this?
Comments
Comment #1
Marko B commentedFound it in swftools.module on line 929
made this replacement, so i can use drupal as cms for flash page without services and that nasty xmlrpc data model :-)
Comment #2
Stuart Greenfield commentedSounds like the user fixed the issue!
The odd looking string is intentional to ensure names don't clash. When SWF Tools generates a playlist it has no idea of the context it is working in (and it might not be in a node) so the suggested fix may work for a specific case, but not all cases.