|
The Articulate Community Forums have moved! Head over to E-Learning Heroes, your new Articulate community site, where you'll find the new forums and a whole lot more! Signup is free. The forums you see here will remain open for browsing, but are no longer open to new posts. |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
# 11 | ||
|
Moderator
![]() Join Date: Jul 2006
Location: France
Posts: 1,639
|
I look forward to receiving the swf. You could send me the original or a dummy which has the same problem. I will private message you with my email so you can send it to me as an attachment rather than post it on the forums, if that is ok with you.
Dave
__________________
Dave Moxon ********************************* Product Specialist Articulate - The Global Leader in Rapid E-Learning www.articulate.com Blogs: Daveperso's eLearning Blog - Tips and tricks on using Articulate software - daveperso.com Daveperso - Le Blog Articulate En Français ! - daveperso.fr |
||
|
|
|
|
# 12 | ||
|
Member
Join Date: Aug 2007
Location: Northern VA
Posts: 15
|
I am not sure if you found a solution, but I was playing with the web object and added the following style to the index.html file to remove the background and border. Note: I have not tested it in other browsers.
BODY { background: transparent; border: none; } The only issue that I have is the fact the Exit button opens its tab behind the web object.
__________________
Mike Michael.D-CTR.Becvar@faa.gov ACTION: You cannot build a reputation on what you are going to do. -- Henry Ford |
||
|
|
|
|
# 13 | ||
|
Member
Join Date: Sep 2006
Posts: 6
|
Daveperso -
Did you find a solution? I'm finding the same issue - my web object will not play in articulate but will play in IE. Here is the code that i'm using in my html file. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <HTML> <HEAD> </head> <FRAMESET title="Player" border="0" frameborder="no" rows="*" onload="doLoad()" onunload="doUnload()"> <FRAME title="Content" NORESIZE scrolling="auto" marginheight="0" marginwidth="0" src="subindex.html" name="course_frame"></FRAME> </FRAMESET> </html> THanks! Stu |
||
|
|
|
|
# 14 | ||
|
Member
Join Date: Aug 2007
Location: Northern VA
Posts: 15
|
Stu,
Are you testing this course locally on your computer or by posting it to the Internet? If you are testing locally, you may be running into a problem with the Microsoft security model. You can try to remove the comment <!-- saved from url=(0014)about:internet --> at the top of the player.html file or add it to the top of your index.html file below the HTML tag.
__________________
Mike Michael.D-CTR.Becvar@faa.gov ACTION: You cannot build a reputation on what you are going to do. -- Henry Ford |
||
|
|
|
|
# 15 | ||
|
Moderator
![]() Join Date: Jul 2006
Location: France
Posts: 1,639
|
Hi Stu,
Yes, I agree with MikeBecvar. This is probably because of local viewing security issues. I alway check my web objects by publishing to LMS (unzipped of course) and viewing that directly. For some reason which I have not explored, there is no problem with viewing web objects that way. Once online, whether you are publishing to an ordinary server, or to a LMS, you should have no problems. I have just tested the method for removing the border that surrounds web objects and it still works fine for me in IE7. I must say though that it does not appear to work with Firefox. What is good about it, is that there is no coding to do. You just have to rename the index file to subindex and then copy this other prepared index file to replace it. GMAN's problem back in August was to do with a strange SWF rather than an issue with the web border, if my memory serves me well. Also regarding the coding, I don't bother with headers or anything in this piece of html since it is just internal html for Articulate. I just place the code that I posted before, nothing more, nothing less but your code works fine too. Regards
__________________
Dave Moxon ********************************* Product Specialist Articulate - The Global Leader in Rapid E-Learning www.articulate.com Blogs: Daveperso's eLearning Blog - Tips and tricks on using Articulate software - daveperso.com Daveperso - Le Blog Articulate En Français ! - daveperso.fr Last edited by daveperso : 10-26-2007 at 06:20 PM. |
||
|
|