Solved. Javascript is correct but stupid in its error message. It said the function was not defined. It did not say it could not find the file that it was defined in.
In the setup at the company I am at they have, something like virtual paths setup. So even though all the files were in the same physical directory it was actually necessary to specify the file path they were in. So I changed this: <script src="AC_OETags.js" language="javascript"></script> to this: <script src="/my/path/to/AC_OETags.js" language="javascript"></script> and it found it. Judah On 10/6/06, dorkie dork from dorktown <[EMAIL PROTECTED]> wrote: > I have been trying for a few hours now and I still cannot see my swf > file on the page I am accessing. > > I have copied in the code from an html page and I keep getting an error: > > Error: DetectFlashVer is not defined > Source File: http://localhost:8080/ybmain/menu/menuList.do?tabId=3 > Line: 1123 > > Line 1123 is: > var hasProductInstall = DetectFlashVer(6, 0, 65); > > I am testing localhost with winxp and jboss. I have copied all the > files in the bin directory and deployed all of the same files to the > server and test that they are there. The published html page does work > and show the swf. > > Any pointers?? Is it something to do with JSP? > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

