Flash/Javascript in IE
Flash/Javascript in IE
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- shaft0
As someone said, create a JS function and call it by getURL. If it works, you're lucky, IE tends to react badly to getURL.
If it doesn't work, you'll have to:1. define FSCommand in JS or VBS (VBS is safari safer because it's ignored better)
2. detect browser and pass the info to flash while embedding the swf (IE/other)
3. Depending on the browser, use getURL or FSCommand to call your function