Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • funkmanusa Friend
    #130093

    I have a flash movie in the front page article and for some reason it overlaps the highslide module when it pops up. Is there somehwere I can apply a z-index to the highslide.css somewhere to make it not go under the flash movie?

    I have tried this attempt to the flash file to lower its level. Unfortunately, it didnt work for me.
    <em>@Khanh Le 42213 wrote:</em><blockquote>Are you sure kashxo? 😀
    The fact that you can put flash to the under most of other element. The solution is you put flash in a layer with lower z-index with others. Here is an example:


    <div id='wrapper'>
    <div id='flashcontainer'>Your flash go here</div>
    <div id='others'>All your other element go here</div>
    </div>

    With this case, wrapper must have position (relative), flashcontaner and others have absolute position. z-index of flashcontainer is lower than that of others.


    #wrapper {position: relative}
    #flashcontainer {position: absolute; top: 0; left: 0; z-index: 1}
    #others {positions: absolute; top: 0; left: 0; z-index: 2}

    That’s just a sample code to put flash as a background.</blockquote>

    Heres my site – joomla 1.5

    Select the top video from the highslide module to see what I mean.

    Thanks in advance

    funkmanusa Friend
    #256148

    Anyone know how?

    renamedia Friend
    #273536

    I got a seyret videomodule in the top right corner. Registration popup disapears behind the video

    Sherlock Friend
    #273544

    Can you give us your live URL, any screenshot or more details of the problem will be helpful

    renamedia Friend
    #273551
    Sherlock Friend
    #273568

    Hi
    I think you must edit that module
    Change

    <embed height="219" width="294" src="http://www.rena.no/components/com_seyret/localplayer/seyretplayer.swf" allowfullscreen="true" bgcolor="#FFFFFF" type="application/x-shockwave-flash" flashvars="file=http://www.rena.no/seyretfiles/cache/pro/localfile/452644ea0749bc291722cead44b44aa2.xml&image=http://rena.no/seyretfiles/uploads/thumbnails/user_66/user_66_twzo0l3ymu1xdr_3.jpg&showdigits=false&autostart=false&logo=http://www.rena.no/components/com_seyret/localplayer/logosmall.png&repeat=false&usefullscreen=false&backcolor=0x000000&frontcolor=0xCCCCCC" />

    to

    <embed height="219" width="294" src="http://www.rena.no/components/com_seyret/localplayer/seyretplayer.swf" allowfullscreen="true" bgcolor="#FFFFFF" type="application/x-shockwave-flash" flashvars="file=http://www.rena.no/seyretfiles/cache/pro/localfile/452644ea0749bc291722cead44b44aa2.xml&image=http://rena.no/seyretfiles/uploads/thumbnails/user_66/user_66_twzo0l3ymu1xdr_3.jpg&showdigits=false&autostart=false&logo=http://www.rena.no/components/com_seyret/localplayer/logosmall.png&repeat=false&usefullscreen=false&backcolor=0x000000&frontcolor=0xCCCCCC" wmode="transparent"/>

    renamedia Friend
    #273590

    Hi again

    Where can i find this code? Cant find it in the seuret aio.module.

    funkmanusa Friend
    #273614

    So regarding my original question, can I do the same with my flash intro that highslide goes under?

    Heres my module code for the flash intro-

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="616" height="244"><param name="width" value="616" /><param name="height" value="244" /><param name="src" value="images/huntsville-alabama-real-estate/huntsville_alabama_real_estate_home.swf" /><embed type="application/x-shockwave-flash" width="616" height="244" src="images/huntsville-alabama-real-estate/huntsville_alabama_real_estate_home.swf"></embed></object>

    If you go here you can see what I mean.
    Open one of the videos in the right column and move it over the flash movie. You will see the youtube video is over the flash movie and the module background slides underneath the flash intro?

    How can I do this as well?

    Thanks.

    Sherlock Friend
    #273674

    you can change code module :

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="616" height="244"><param name="width" value="616" /><param name="height" value="244" /><param name="src" value="images/huntsville-alabama-real-estate/huntsville_alabama_real_estate_home.swf" /><embed type="application/x-shockwave-flash" width="616" height="244" src="images/huntsville-alabama-real-estate/huntsville_alabama_real_estate_home.swf"></embed></object>
    to

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="616" height="244"><param name="width" value="616" /><param name="height" value="244" /><param name="wmode" value="transparent" /> <param name="src" value="images/huntsville-alabama-real-estate/huntsville_alabama_real_estate_home.swf" /><embed type="application/x-shockwave-flash" width="616" height="244" src="images/huntsville-alabama-real-estate/huntsville_alabama_real_estate_home.swf"></embed></object>

    funkmanusa Friend
    #273693

    OMG!
    THANK YOU!

    It works perfectly, I’ve been trying to get this figured out for months now.

    Thank you!

    Sherlock Friend
    #273694

    ok
    Can I mark this topic is solved ?

    funkmanusa Friend
    #273758

    You certianly may.

    Thank you again for your help!

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 3 voices, and was last updated by  funkmanusa 15 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum