Results 1 to 3 of 3

Thread: the output of my flash when i add in the webpage it appears with line

  1. #1
    Join Date
    Jul 2010
    Posts
    228
    Thanks
    18
    Thanked 0 Times in 0 Posts

    Default the output of my flash when i add in the webpage it appears with line

    i created a flash in flashcs3 and i add it to my webpage and i add some code in my flash in my webpage like this

    Code:
    <param name="wmode" value="transparent">
    and i add the code wmode="transparent" in the <embed>code
    so that the background of my flash is transparent but when my flash is finish theres a line that appears i don't know why? and how can i erase that line..

    I hope you can help me..

    thank you

  2. #2
    Join Date
    Aug 2007
    Location
    Harrisburg, PA
    Posts
    131
    Thanks
    6
    Thanked 9 Times in 9 Posts

    Default

    Can you post the full code your using to place the flash movie into your site.

    if your not using swfobject I suggest you look into using it as it is the standard, for embedding these days. It places the movie in while generating valid code.

    http://code.google.com/p/swfobject/

  3. #3
    Join Date
    Jul 2010
    Posts
    228
    Thanks
    18
    Thanked 0 Times in 0 Posts

    Default

    I am not familiar about swfobject

    here is my code:
    Code:
    <div id="visionmission_flash">
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="650" height="375">
        <param name="movie" value="mission_visionv14.swf" />
        <param name="quality" value="high" />
    	<param name="wmode" value="transparent" />
        <embed src="mission_visionv14.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="375" wmode="transparent"></embed>
      </object>
    </div>

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
  •