Custom_preloader for inserted quizzes in Presenter

Sep 22, 2011

Hello

I have been following all the threads on Spectre's custom_preloader.swf file that he created but I can't get it to work for inserted quizzez in my Presenter file. I am using the following code in the actionscript. Please can someone tell me if this is the correct file path for the quizzes. I notice that everyone seems to have a prefix of "fm_" before each file name. Is this necessary?

<CODE>

//Created by Philip Corriveau

//

//2009

//This file is used specifically for preloading external content

//(such as Flash files, videos, Quizmaker quizzes, and Engage content).

//establish list

filesToLoad = [];

//enter files here...one line per file

//or create the list above--with each item separated by commas

filesToLoad.push ("/data/swf/quizmaker_875/fm_quiz.swf");

filesToLoad.push ("data/swf/quizmaker_876/quiz.swf");

filesToLoad.push ("data/swf/quizmaker_877/quiz.swf");

filesToLoad.push ("data/swf/quizmaker_878/quiz.swf");

filesToLoad.push ("data/swf/quizmaker_879/quiz.swf");

filesToLoad.push ("data/swf/bingame04.swf");

filesToLoad.push ("data/swf/quizmaker_880/quiz.swf");

filesToLoad.push ("data/swf/quizmaker_881/quiz.swf");

filesToLoad.push ("data/swf/quizmaker_900/quiz.swf");

filesToLoad.push ("data/swf/fm_090924_AccuCheck_BrandStory_Mood_004.flv");

trace (filesToLoad);

var preloader_obj = new gs.dataTransfer.CustomPreloader(filesToLoad);

stop();

<CODE>

Thanks for your  help.

Rob

Be the first to reply

This discussion is closed. You can start a new discussion or contact Articulate Support.