I’m talking at the Silicon Valley JavaFX Users Group tonight. The topic is Hands On JavaFX — Scripting The Scene Graph.
Time and location information is available at the SVJUGFX website. If you’re not in the SF Bay Area, a webcast will also be available. Information is at that link.
I’ve posted the presentation materials on my website here. They’ll be helpful if you miss the talk and want to review it, or if you’re watching remotely and want to follow along (or read ahead).
See you there!
Hi,
Went to your Scripting the Scene Graph talk. My code doesn’t look like yours. Mine isn’t nearly as concise. I’m working on that tho. Very nice presentation which I’m still absorbing.
I’ve just gone to JavaFX 1.3. Everything works better except my local sound files don’t play.
// this works in JavaFX 1.2 and JavaFX 1.3
def backSound = Media {source: “http://mreyes6.webs.com/maverick.mp3″};
// this line works in JavaFX 1.2 but in
// JavaFX 1.3 it will compile (no errors!) but not run
def backSound = Media {source: “{__DIR__}maverick.mp3″};
You are close the designers at Snoracle, how can I store and deploy sound on computers that are not on the Internet?
By the way I hope you present again at the JavaFX. There is also the CodeCamp coming up this fall. Your presentation could be great there.
Tom