Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: flash-mac-Fscommand-javascript problems !!!!!
From: d4v3
Date: Wed, 19 Jan 2000 08:32:17 GMT

hi flasher !


i have a problem with flash using fscommands on mac.
i want to controll a flash movie from another (in differnt frames ) flash
movie.

on win pc is no problem on ei or ns. but mac isnt working at all. i know i
can not use activex on mac ie but aleast on ns4.7 should work.

see html code. it is the one wich includes the flashmovie with the
navigation controlls.

any ideas ???


thx for helpin
---------------------------------------------------------
<HTML>
<HEAD>
<TITLE>navig</TITLE>
</HEAD>
<BODY bgcolor="#999999">
<SCRIPT LANGUAGE=JavaScript>
<!--

var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;

// Handle all the the FSCommand messages in a Flash movie

function navig_DoFSCommand(command, args) {
var navigObj = InternetExplorer ? parent.main.haupt
:parent.main.document.haupt;
if (command=="startHauptfilm") { navigObj.Play(); }
if (command=="startFilmsequenz") { navigObj.TGotoFrame("_Level0/mC-1", 1);}
if (command=="startFensterfilm") { window.open("fenster.html");}
}

function oeffneFenster() { FensterAuf=window.open("fenster.html"); }

// Hook for Internet Explorer
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&
navigator.userAgent.indexOf("Windows") != -1 &&
navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write('<SCRIPT LANGUAGE=VBScript\> \n');
document.write('on error resume next \n');
document.write('Sub navig_FSCommand(ByVal command, ByVal args)\n');
document.write(' call navig_DoFSCommand(command, args)\n');
document.write('end sub\n');
document.write('</SCRIPT\> \n');
}
//-->
</SCRIPT>
<!-- URL's used in the movie-->

<!--Hauptfilm Filmsequenz Fensterfilm (nur IE) Fensterfilm (Netscape & IE)
-->


<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.c
ab#version=4,0,2,0"
ID="navig" WIDTH=75 HEIGHT=550>
<PARAM NAME=movie VALUE="navig.swf"> <PARAM NAME=loop VALUE=false> <PARAM
NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#999999> <EMBED
src="navig.swf" loop=false quality=high bgcolor=#999999 WIDTH=75
HEIGHT=550 swLiveConnect=true NAME="navig"
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
</HTML>




flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]