Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
MacManSC #1
Load FLV into DIV Layer
I have a page that I have 3 links for each of 3 FLVs. I'd like to click a link
and have it load into a layer. Clicking another link would in turn, load
another FLV into the same layer. Same principle as the "Change text of Layer"
behavior, just would like for it to change to this code (or similar)
Doing this works fine in safari (when I paste into the "change text of layer"
behavior dialog box), but doesn't work in IE or FIrefox for Windows. Is there a
way to do this? Thanks.
<script type="text/javascript">
AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=7,0,0,0','width','320','height','240','id' ,'FLVPlayer','src','FLVPlayer_
Progressive','flashvars','&MM_ComponentVersion=1&s kinName=Clear_Skin_1&streamNam
e=SSC_AU_2_HQ&autoPlay=true&autoRewind=false','qua lity','high','scale','noscale'
,'name','FLVPlayer','salign','lt','pluginspage','h ttp://www.macromedia.com/go/ge
tflashplayer','movie','FLVPlayer_Progressive' ); //end AC code
</script><noscript><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=7,0,0,0" width="320" height="240" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars"
value="&MM_ComponentVersion=1&skinName=Clear_Skin_ 1&streamName=SSC_AU_2_HQ&autoP
lay=true&autoRewind=false" />
<embed src="FLVPlayer_Progressive.swf"
flashvars="&MM_ComponentVersion=1&skinName=Clear_S kin_1&streamName=SSC_AU_2_HQ&a
utoPlay=true&autoRewind=false" quality="high" scale="noscale" width="320"
height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object></noscript>
MacManSC Guest
-
Load external html into a Layer?
I've created a framework of a kids' site using CSS layers to overlap a Skyline image overtop of another 2 layers, one showing a BG image of the sky,... -
Layer 3 Load Balancing and CFChart Problem
We are implementing Layer 3 load balancing (non sticky) and have hit a brick wall with CFChart. CF seems to create the chart file and display it as... -
external html load in layer
NewB here; please be gentle :D I would like to know if there is a way to load an external html file into a layer (div). My site for your... -
Masked layer does not load external text file
I used a ScrollPane Component loading an external SWF file which contain html generated textfields frloading from an external text file. I tried to... -
on Director : 3D layer + flash (SWF) layer (or with other layer type)
Thankx for all it's works :) Coool



Reply With Quote

