What about forcing this to use a local directory on the server for the flash files (force it to use a specific directory for the flash sources)?
Obviously, a directory that only an Admin could place/upload/write the files.
Then, you wouldn't have to worry about locking down this custom bb code with another mod (that doesn't work on 3.7x)
So, instead of:
Code:
[flash= width = xxx height = xxx]http://www.somesite.com/flashfile.swf[/flash]
(The above link would never work because the local path would be added...)
it could be:
Code:
[flash= width = xxx height = xxx]flashfile.swf[/flash]
Just the file name...
I'm not sure how this could be configured in the Customer BB Code in the Admin CP....
Anyone?????