Articulate Community Forums

Articulate Community Forums » Articulate Product Forums » Articulate Quizmaker » SWF button inserted in m/Choice question doesn't work?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 06-24-2008, 03:27 PM   # 1
Brett Lee
Member
 
Join Date: Jun 2008
Posts: 20
Default SWF button inserted in m/Choice question doesn't work?


Does anyone know if the Quizmaker questions (m/choice in particular) defeats an embedded swfs ability to perform:

on (release) {
getURL ("javascript:NewWindow=window.open('Interact1.htm' ,'newWin','width=575,height=200,left=0,top=0,toolb ar=No,location=No,scrollbars=No,resizable=No,fulls creen=No'); NewWindow.focus(); void(0);");
}

I can get my new swf button to work (open an htm page) when clicked from an html page outside of Questionmark, but when I embed the button within my Quizmaker m/choice question and click the button, I just get a screen flicker (refresh?) from within preview, and nothing happens when I publish and preview the question in Articulate.

I'm wondering if I need to modify the path to the document linked within the getURL call (I've tried just about every variation I can find), or if interactive Flash (buttons) are not allowed within questions?

thanks!
blee
Brett Lee is offline  
Reply With Quote
Old 06-24-2008, 04:41 PM   # 2
beeneeb
Member
 
Join Date: Jul 2007
Posts: 229
Default Re: SWF button inserted in m/Choice question doesn't work?


My initial guess is that it has something to do with the Javascript parameters from the GetURL statement. Have you tried to open the link via a standard Flash statement like the one below?

on (release) {

getURL("http://www.flashadvisor.com","_blank");

}


Try the above & see if it works. If it does, you know it's an issue with the Javascript.
beeneeb is offline  
Reply With Quote
Old 06-24-2008, 05:11 PM   # 3
Brett Lee
Member
 
Join Date: Jun 2008
Posts: 20
Default Re: SWF button inserted in m/Choice question doesn't work?


Yup,

Linking using getURL("http://www.flashadvisor.com","_blank"); works.

This was my original attempt. But then I started focusing on how to resize the pop-up browser window, how to auto-hide all the toolbars and menus, etc. to make it more aesthetically appealing. Not sure if I can control these things from within the question?
Brett Lee is offline  
Reply With Quote
Old 06-24-2008, 05:41 PM   # 4
beeneeb
Member
 
Join Date: Jul 2007
Posts: 229
Default Re: SWF button inserted in m/Choice question doesn't work?


Is your version of Flash compatible with Actionscript 3.0? Have you tried this? How to create pop-up browser windows in Flash

Scroll through the document & try to use some of those other methods.
beeneeb is offline  
Reply With Quote
Old 06-25-2008, 08:47 AM   # 5
Justin
Moderator
 
Justin's Avatar
 
Join Date: Feb 2006
Posts: 2,252
Default Re: SWF button inserted in m/Choice question doesn't work?


Just as an FYI, ActionScript 3.0 is not supported in Quizmaker, Presenter or Engage since they output Flash 6 content.
__________________
Justin Wilcox
Sr. Customer Support Engineer
Articulate - The Global Leader in Rapid E-Learning
www.articulate.com
Justin is offline  
Reply With Quote
Old 06-25-2008, 12:11 PM   # 6
Brett Lee
Member
 
Join Date: Jun 2008
Posts: 20
Default Re: SWF button inserted in m/Choice question doesn't work?


So Justin,

There is really no hope for me trying to control the html size and configuration from a SWF button embedded within a quizmaker question? I'm not finding any google references for passing browser window values using the basic html getURL.
Brett Lee is offline  
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On