MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Specifications Page 303

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 302
The Firework s Integration API 303
Example
The following code checks whether Fireworks 3 is installed:
if (FWLaunch.validateFireworks(3.0)){
alert( "Fireworks 3.0 is installed.");
}else{
alert( "Fireworks 3.0 is not installed.");
}
Page view 302
1 2 ... 298 299 300 301 302 303 304 305 306 307 308 ... 691 692

Comments to this Manuals

No comments