It occurred to me the moment I pressed send that EmbedObject is likely designed to, well, embed html object tags which are not going to do what you want unless you find a flash-component that in itself wraps a browser. I think this route is a red herring.
- michael On Thu, Dec 3, 2009 at 10:57 AM, Brian Schott <[email protected]> wrote: > Michael, > > I keep getting the following error message: too many values to unpack > > > Eventually I trimmed down the original google link to this jwiki > command to the following, but still get the same error message. > > I may have made a little headway by trying the following command. > > <<EmbedObject(http://maps.google.com/?source=embed,url_mimetype=text/html,width=640,height=505)>> > > But the resulting error message is produced and I don't know what > "target" to supply. > <<EmbedObject: Argument "target" is required>> > > Finally, I get the following error message with the simplest > code:<<EmbedObject(http://maps.google.com/,url_mimetype=text/html,width=640,height=505)>> > > > Current configuration does not allow embedding of the file > http://maps.google.com/ because of its mimetype text/html.: > http://maps.google.com/ > > So, it may be that text/html is not an allowable mimetype. > > On Thu, Dec 3, 2009 at 10:16 AM, Michael Dykman <[email protected]> wrote: >> Hi Brian, >> >> Doesn't the embedded link you got from google return type text/html? >> Try that in url_mimetype... >> >> - michael dykman >> >> > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- - michael dykman - [email protected] "May you live every day of your life." Jonathan Swift Larry's First Law of Language Redesign: Everyone wants the colon. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
