I am trying to integerate a flash file into drupal. And It seems I have run into a problem...
My Line for adding the flash file is...
<embed src="myflashfile.swf?myURL=website/file.xml">
Now this works completly with internet explorer, however with firefox I have come to the conclusion that I cannot pass the xml file into the flash program. It appears that because clean urls are enable that the variable passing part of the argument (?myURL=website/file.xml) does not work and will cause my flash file to not load. I think what happens is that clean urls interfere and delete the ? and = symbols out of the string. So if I take the variable passing out of the string, the flash file will load correctly in firefox. But I need the xml file for my site.
Have I misdiagnosed the problem here? I did not have this problem on my test site.
Has anyone ever had this issue and does anyone know of a workaround?
Edited to add <code> and </code> tags; nevets
Comments
if this is a "module", code
if this is a "module", code the path in flashvars.
flashvars?
what is flashvars? and yes its a module.
nm, I googled it. Thanks
nm, I googled it. Thanks that worked perfectly