Hello,

a quick guess: Try writing your file paths in the format
file:///path/to/your/pictures/img.jpg or
file://C:/path/to/your/pictures/img.jpg or
file://C:\path\to\your\pictures\img.jpg

Also, if the path is in a Javascript string, you might have to escape
any backslashes, as in
imageURL: "file://C:\\path\\to\\your\\pictures\\img.jpg";

Does this help?
Cheers,
Jonas


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to