A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Need help embedding..

  1. #1

    Need help embedding..

    Hi,

    I need help embedding my swf that I upload into my free homestead site into my echannel411.com site (because my echannel411 site doesn't allow uploading of swf files or the html file that SWiSH publish button makes, just gifs and jpg's). I did embed it into http://www.echannel411.com/free-isp.html but it say page loaded with errors and some get the following message:
    The only thing that I have in the form of consturctive ideas is that when I first clicked the link, I got a message saying there was an error in the page, did I want to continue scripts. But once I pushed "No" everything was REALLY great.

    Nice site! Wish I could do something like that!
    Darla
    Here's the embedding code I use:
    <p><h3><center><embed src="http://echannel411.homestead.com/files/gpintroA.swf" width="550" height="529"
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi
    ?P1_Prod_Version=ShockwaveFlash">
    </embed>
    <embed src="http://echannel411.homestead.com/files/gpintro2.swf" width="550" height="80"
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi
    ?P1_Prod_Version=ShockwaveFlash">
    </embed>
    </center></h3></p>

    I found the following code but don't know how to change it to work with the code above:
    <OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"

    codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"

    ID=super WIDTH=560 HEIGHT=60>

    <PARAM NAME=movie VALUE="super.swf">

    <PARAM NAME=loop VALUE="true

    <PARAM NAME=quality VALUE=high>

    <PARAM NAME=bgcolor VALUE=#FFFFFF>

    <EMBED src="super.swf" loop=true quality=high bgcolor=#FFFFFF WIDTH=560 HEIGHT=60 TYPE="application/x-shockwave-flash"

    PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">

    </EMBED>

    </OBJECT>

    I must be filling in the parameters of the object part of the code wrong when subing in my embedding part of the html code but where?

    I'm pretty sure it has something to do with this section of the code <PARAM NAME=movie VALUE="super.swf">
    Not sure what I put in the VALUE= part because it's uploaded into a different website (my homestead one).

    If you could help I'd appreciate it.

    Thanks,
    Ben



    [Edited by echannel411 on 04-05-2001 at 12:01 AM]

  2. #2
    I got it! Finally...now back to creating.

    <OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase=
    "http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
    ID=super WIDTH=550 HEIGHT=529>
    <PARAM NAME=movie VALUE="http://echannel411.homestead.com/files/gpintroA.swf">
    <PARAM NAME=loop VALUE="true">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#FFFFFF>
    <EMBED src="http://echannel411.homestead.com/files/gpintroA.swf" loop=true quality=high bgcolor=#FFFFFF
    WIDTH=550 HEIGHT=529 TYPE="application/x-shockwave-flash"
    <P align="Left">
    PLUGINSPAGE=
    "http://www.macromedia.com/shockwave/download/
    index.cgi?P1_Prod_Version=ShockwaveFlash">
    </EMBED>
    </OBJECT>

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