ketankshah
IS-IT--Management
I have downloaded FLASHSLIDER custom tag from Macromedia site. It is working fine on a page when used alone but I want to use it on a page which also has Windows Media Player embedded in it.
The page with WMP embedded is working fine. But when I added the custom tag, it stops playing movie. It started giving very irratic results. Sometimes it loads the movie but does not play automatically. Many a times it does not even loads the movie and on the WMP status bar, it shows "Aborting.. Please wait" message and does not load the movie at all.
When I comment the customtag, then again movie works fine. so I think there is some clash when I embed both the objects.
I tried embedding another flash movie in place of custom tag,then also the wmp movie works fine.
Please help me to sort out the problem.
Ketan
Here is my code:
--------------------------
<cfform action="" name="form" id="form">
<CF_FlashSlider
NAME="myslider"
FORMNAME="form"
VALUE="0"
MIN="0"
MAX="10"
SCALE="1">
</cfform>
<object id="objMediaPlayer" width=350 height=275 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" codebase=" standby="Loading Example Custom Player..." type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="hondapump.asx">
<PARAM NAME="transparentAtStart" VALUE="0">
<PARAM NAME="animationAtStart" VALUE="0">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<EMBED TYPE="application/x-mplayer2"
SRC="hondapump.asx"
ID="objMediaPlayer"
NAME="objMediaPlayer"
WIDTH=350
HEIGHT=275
transparentAtStart=0
animationAtStart=0
Showstatusbar=1
ShowPositionControls=1
EnablePositionControls=1
</EMBED>
</OBJECT>
--------------------------
The page with WMP embedded is working fine. But when I added the custom tag, it stops playing movie. It started giving very irratic results. Sometimes it loads the movie but does not play automatically. Many a times it does not even loads the movie and on the WMP status bar, it shows "Aborting.. Please wait" message and does not load the movie at all.
When I comment the customtag, then again movie works fine. so I think there is some clash when I embed both the objects.
I tried embedding another flash movie in place of custom tag,then also the wmp movie works fine.
Please help me to sort out the problem.
Ketan
Here is my code:
--------------------------
<cfform action="" name="form" id="form">
<CF_FlashSlider
NAME="myslider"
FORMNAME="form"
VALUE="0"
MIN="0"
MAX="10"
SCALE="1">
</cfform>
<object id="objMediaPlayer" width=350 height=275 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" codebase=" standby="Loading Example Custom Player..." type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="hondapump.asx">
<PARAM NAME="transparentAtStart" VALUE="0">
<PARAM NAME="animationAtStart" VALUE="0">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<EMBED TYPE="application/x-mplayer2"
SRC="hondapump.asx"
ID="objMediaPlayer"
NAME="objMediaPlayer"
WIDTH=350
HEIGHT=275
transparentAtStart=0
animationAtStart=0
Showstatusbar=1
ShowPositionControls=1
EnablePositionControls=1
</EMBED>
</OBJECT>
--------------------------