Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2009
    Location
    Nashville - Murfreesboro TN
    Posts
    69

    Default Adding a video overlay with a transparent background

    I have added videos (flvs) with transparent backgrounds to websites made with Dreamweaver. The process is simple just add these two lines of code:

    1st code: <param name="wmode" value="transparent">

    2nd code: wmode="transparent"></embed>

    The first code is added after this, I will call A

    <param name="quality" value="high" />

    And the second line is added after this B

    P1_Prod_Version=ShockwaveFlash" wmode="transparent"></embed>/>

    The problem is, I cannot find either of the lines A or B in a Xara made site

    Any suggestions?

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

    Default Re: Adding a video overlay with a transparent background

    Have you tried adding these lines to placeholder for the video?

  3. #3
    Join Date
    Jul 2009
    Location
    Nashville - Murfreesboro TN
    Posts
    69

    Default Re: Adding a video overlay with a transparent background

    Yes. But with no results.

  4. #4
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,502

    Default Re: Adding a video overlay with a transparent background

    When you look at the HTML code generated by Dreamweaver, is any of this in the <head> section of the document? If it is then you need to create a placeholder for the head section and in the Name (yellow tag) dialog, name the placeholder <HEAD>

  5. #5
    Join Date
    Jul 2009
    Location
    Nashville - Murfreesboro TN
    Posts
    69

    Default Re: Adding a video overlay with a transparent background

    Good idea - I will try this and post results shortly - Thanks!

 

 

Tags for this Thread

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
  •