A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: stroke on right of flv

  1. #1
    Junior Member
    Join Date
    Jun 2009
    Posts
    7

    stroke on right of flv

    Hey Guys

    Im having a issue every time i import and flv file into flash i seem to always get a black stroke on the right side of the video like so - http://cl.ly/2DGM

    I thought it was the actual video but it is not - the video is nice and clean on the right side. Has this happen to anyone and how can i fix this?


  2. #2
    Member
    Join Date
    Apr 2009
    Posts
    45
    maybe you html code with flv is error. you can insert right code like this:

    <object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″
    Code:
    <object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/
    cabs/flash/swflash.cab#version=7,0,0,0″ width=”400″ height=”300″
    id=”flashvideoplayer.swf” align=”middle”>
    <param name=”allowScriptAccess” value=”sameDomain”>
    <param name=”movie”
    value=”http://www.myhomepage.com/flashvideoplayer.swf?
    flv=http://www.myhomepage.com/myvideofile.flv“>
    <param name=”quality” value=”high”>
    <param name=”bgcolor” value=”#ffffff”>
    <embed src=”http://www.myhomepage.com/flashvideoplayer.swf?
    flv=http://www.myhomepage.com/myvideofile.flv” quality=”high” bgcolor=”#ffffff” width=”400″ height=”300″ name=”flashvideoplayer.swf”
    align=”middle” allowScriptAccess=”sameDomain” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer”>
    </object>
    More info, you can view:http://www.flash-video-soft.com/blog/?p=4

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center