This is a runtime error you're getting, right, not an error from the compiler?
I don't see that error when I run your test case in DHTML in 4.8. But I'm building 4.8 directly from the svn branch on my machine though, not the pre-compiled release. Maybe clear your browser's cache, it might have a stale copy of something. Also you could try clearing out your LPS server cache (you can fetch a URL like http://127.0.0.1:8080/lps/foo.lzx?lzt=clearcache&pwd=laszlo to do that). And restart the LPS server for good measure... On Mon, Jul 12, 2010 at 2:38 PM, Michael Brady <[email protected]>wrote: > Hi All, > > I'm trying to upgrade to 4.8.0 and hitting a snag. This works great: > > <canvas> > </text text="Hello World" /> > </canvas> > > However, when I use a <class> (like this, for example): > > <canvas> > </text text="Hello World" /> > <class name="foo" /> > </canvas> > > I get the error message: > > $a.makeInterstitial is not a function > > I also get this error message if I run with debug=true. > > This is only a DHTML problem, Flash works fine. > > Is anyone else seeing this? I wonder if I've done something to break my > compilation environment. > > Thanks for any feedback! > > --Michael > -- Henry Minsky Software Architect [email protected]
