|
|

|


|

|

|

|
|
|
|
|
|
Posted: 08/29/2007 11:50:57 AM
|
|
Hi, i am testing basic video presentation in scorm 1.2. In the first case the index.html has a website name in ths showflash function where the video files and viewer.swf is located and the presentation plays normally.
<body>
<script type="text/javascript" Xlanguage="JavaScript">
showFlash("http://website.com/tmp/viewer.swf", "100%", "100%", false);
</script>
</body>
In the second case, the video files are located on a machine in the same network (instead of a ftp server).
<script type="text/javascript" Xlanguage="JavaScript">
showFlash("http://10200.companyname.com\SCORMVIDEO/viewer.swf", "100%", "100%", false);
</script>
10200 is the machine name and scormvideo folder has the /data folder, viewer.swf and components.swf. The video doesn't display when index.html is clicked as in the earlier case. Any thoughts? Thanks in advance.
|
|
|
|
lang@vert3.com
Basic Members
Joined: 09/05/2007
posts: 4
Location: United States
|
|
Posted: 09/05/2007 9:46:59 AM
|
|
Re: index.html pointing to viewer.swf
In your second example, which is not playing, you need to have a '/' instead of '\' in the string: http://10200.companyname.com\SCORMVIDEO/viewer.swf.
However, if that was a simple typing mistake and you have that correct and still doesn't work,....are you using the Flash video components?...what version of Flash and the components are you using?...Is the path to the video locally pathed or hard coded url pathed?
Thanks,
Lang Holloman
lang@vert3.com
Vert3.com
'Developing Media Concepts of Tomorrow for Today'
=============================================
| telab2020@yahoo.com : |
08/29/2007 11:50:57 AM |
Hi, i am testing basic video presentation in scorm 1.2. In the first case the index.html has a website name in ths showflash function where the video files and viewer.swf is located and the presentation plays normally.
<body>
<script type="text/javascript" Xlanguage="JavaScript">
showFlash("http://website.com/tmp/viewer.swf", "100%", "100%", false);
</script>
</body>
In the second case, the video files are located on a machine in the same network (instead of a ftp server).
<script type="text/javascript" Xlanguage="JavaScript">
showFlash("http://10200.companyname.com\SCORMVIDEO/viewer.swf", "100%", "100%", false);
</script>
10200 is the machine name and scormvideo folder has the /data folder, viewer.swf and components.swf. The video doesn't display when index.html is clicked as in the earlier case. Any thoughts? Thanks in advance.
|
|

|

|
|