A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Issue with embed??

  1. #1
    Junior Member
    Join Date
    Jul 2010
    Posts
    3

    Issue with embed??

    I am using Flash 8 and dreamweaver MX 2004.
    I have a flash movie that I want to put in a webpage.
    When I did this using dreamweaver I got the following message:
    Warning: Attributes and values for the EMBED tag vary by plug-in. Please check that all attributes and values are valid.
    Microsoft Internet Explorer 5.0, Microsoft Internet Explorer 5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0


    The line that this relates to is:
    <embed src="Files/Bulletproof/BulletProofTitle.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1100" height="600"></embed>

    I have searched this code and the problem, there are alot of people with the problem, but I dont see many solutions.

    I have tried changing the directory to match the webpage, etc,etc,.

    I would be greatful for any help!
    Thanks,

    JT

  2. #2
    Junior Member
    Join Date
    Jun 2010
    Posts
    29
    Different browser load flash in different way.
    Now IE uses param movie tag to download swf file and Firefox uses embed src tag to download swf. Here is an example:

    <object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="banner"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"border="0" width="754" height="64">
    <param name="movie" value="http://www.domain.com/video/banner.swf">
    <param name="quality" value="High">
    <embed src="http://www.domain.com/video/banner.swf"pluginspage="http://www.macromedia.com/go/getflashplayer"type="application/x-shockwave-flash"name="banner" width="754" height="64" quality="High">
    </object>
    ****************************************
    ****************************************
    Create standalone SWF slideshow with Premium flash templates!

    DIY slideshow template using flash template editor

    Learn more about how to make your own template and DIY fathers day ecard

Tags for this Thread

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