View Single Post
  #7 (permalink)  
Old 07-25-2009, 08:09 PM
SWFKit SWFKit is offline
Senior Member
 
Join Date: Dec 2002
Posts: 2,000
Default

Replacer for v3 is still under developing, and it'll probably be released in 2 weeks.


Please try to remove the event handler "onMovieLoaded", OR change it to
Code:
Application.onMovieLoaded = function (movie) {
    FlashPlayer.setVariable("_root.MEDIA_PATH_FLV", getAdditionalFile("media\\flv\\"));
}
The "setBasePath" call seems to be unnecessary.

If it still doesn't work, please send us the skp file of your template, the slide.fla, and a flv file. Our email address is support@swfkit.com. We'll test your project and try to fix your problem. Thank you very much.
Reply With Quote