Welcome to TalkGraphics.com
Page 4 of 4 FirstFirst ... 234
Results 31 to 34 of 34
  1. #31
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Xara HTML Output problem PLEASE HELP!!!!!

    Hello revett,
    welcome to Talk Graphics.
    I'll try to help you with your problem.

    First thing we have to check is where your SWF is located and what's it's name?

    According to the HTML source of this page: http://www.hy-driveaus.com/contact.htm
    the file is supposed to be named "hydrivecontactform.swf" and located in the root folder. Which doesn't seem to be true as you can see trying to open this link directly: http://www.hy-driveaus.com/hydrivecontactform.swf

    Also it doesn't seem to be present in the files folder: http://www.hy-driveaus.com/index_htm...ontactform.swf

    So where is it?
    John.

  2. #32
    Join Date
    Feb 2009
    Location
    Upstate NY, USA
    Posts
    373

    Default Re: Xara HTML Output problem PLEASE HELP!!!!!

    For starters it doesn't appear as though the .swf file is in the main folder of your site. Didn't check to see whether other files were missing. This is a Coffee Cup Flash form, no? Here's a sample of the HTML I use to get CC forms to show up in Xara-built sites:

    Code:
    <div id="contactform">
            <script type="text/javascript" src="swfobject.js"></script>
    	<div id="CC5134420">Form Object</div>
    	<script type="text/javascript">var so = new SWFObject("brandykeg_contact.swf",
    	"brandykeg_contact.xml", "600", "400", "7,0,0,0", "#ffffff");
    	so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");
    	so.addParam("quality", "high");
    	so.addParam("scale", "noscale");
    	so.addParam("salign", "lt");
    	so.addParam("wmode", "transparent");
    	so.addParam("FlashVars", "xmlfile=brandykeg_contact.xml&amp;w=600&amp;h=400");
    	so.write("CC5134420");
    	</script>
    </div>
    This will validate even under XHTM Strict. Change the file names and dimension variables to match your form. Make sure your swf and xml files are in the main folder, as well. I never use the built-in Coffee Cup upload utilities, I don't trust them to get all the files and place them correctly. I recommend using a dedicated FTP client both to upload and to check the files made it.
    Last edited by Spinny; 11 April 2010 at 04:18 PM.
    "You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa
    Visit Spinland Studios: http://www.spinlandstudios.com

  3. #33
    Join Date
    Feb 2009
    Location
    Upstate NY, USA
    Posts
    373

    Default Re: Xara HTML Output problem PLEASE HELP!!!!!

    Just noticed we posted at the same time, John. Hope you're having a good weekend!
    "You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa
    Visit Spinland Studios: http://www.spinlandstudios.com

  4. #34
    Join Date
    Jan 2010
    Location
    Calgary, Canada
    Posts
    2

    Default Re: Xara HTML Output problem PLEASE HELP!!!!!

    Aarrgghhh!

    I was walking my dog and I suddenly smacked myself on the head, realizing that after all the back and forth I have been doing for the past three days, I completely forgot to upload the Coffee Cup files this time.

    I raced home, uploaded them, and everything is fine.

    Sorry to have wasted your time. But thanks for your replies and your effort.

    I am mortified...

 

 

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
  •