[R] saveSWF Error Message: file association not available or invalid

Yihui Xie xie at yihui.name
Thu May 29 19:56:04 CEST 2014


This is not a big problem. It just means your system does not have a
default program to open .swf files. If you associate, say, a movie
player, with .swf, this problem will go away.

Regards,
Yihui
--
Yihui Xie <xieyihui at gmail.com>
Web: http://yihui.name


On Thu, May 29, 2014 at 6:04 AM, Cheryl Johnson
<johnson.cheryl625 at gmail.com> wrote:
> When I run the code below, I receive the following error message. Thanks in
> advance for help with fixing this error message.
>
>
>
> saveSWF({
>
> <code>
>
> }, img.name = "file",swf.name = "file2.swf" , single.opts = "'utf8':
> false", autoplay = FALSE ,
>
> interval = 0.1, imgdir = "directory", htmlfile = "random.html", ani.height
> = 500,
>
> ani.width = 500, title = "groups",
>
> description = c("group1", "group2"))
>
> Flash has been created at:
> C:\Users\Cheryl\AppData\Local\Temp\RtmpKeQGHu\file2.swf
>
> Error in shell.exec(output.path) :
>
>   file association for
> 'C:\Users\Cheryl\AppData\Local\Temp\RtmpKeQGHu\file2.swf' not available or
> invalid
>



More information about the R-help mailing list