Welcome to TalkGraphics.com
Results 1 to 3 of 3

Thread: Video on-top

  1. #1
    Join Date
    Jul 2008
    Location
    Montevideo, Uruguay
    Posts
    1,345

    Default Video on-top

    Video on-top

    Postby jvila » Sun Sep 18, 2011 12:26 pm
    Hello,
    I'm prepairing a presentation using xdp7.
    I created a placeholder and put into it html code to be able to play video as soon as the page appears and stop the video when it finished avoiding loop behaviour:

    "<embed src="index_htm_files/Duty Free Fete Video Ad.swf" width="100%" height="100%" loop="false" autoplay="false">.

    That placeholder is located at mouse off layer
    That's working fine, I added a step containing text that is located on Presentation step 1 layer (this is above mouse off).
    When I play the presentation the text remains behind the video, is like it has an on-top property when you use html in a placeholder.
    Does anybody know how to do to get the text over the video?.
    Best regards
    Javier

  2. #2
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,508

    Default Re: Video on-top

    Hola Javier

    I do not know the answer to this question. Maybe you need to experiment. Try moving the type so it will appear over or below the text.

  3. #3
    Join Date
    Nov 2006
    Posts
    1,602

    Default Re: Video on-top

    In the swf there must be a parameter set for the wmode eg:
    wmode="transparent"or wmode="opaque".
    Maybe it is possible to add it to the embedsource like:
    "<embed src="index_htm_files/Duty Free Fete Video Ad.swf" width="100%" height="100%" loop="false" autoplay="false" wmode="opaque">

    Hans

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •