Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

embed help

Options
  • 12-09-2006 12:00pm
    #1
    Closed Accounts Posts: 238 ✭✭


    Hi Guys,

    [warning- site contains flash 107k]

    I posted this same site a while ago but its been changed a bit since. i am currently in the process of cleaning up the code a bit. up until yesterday, there was no problem with the flash loading in ie but now it wont show up. ive obviously made a mistake but cant pinpoint it. the only major change is the rollover bottons, i though perhaps the preload images part of this javascript might be doing it but im not sure. im curently testing by reverting to old buttons but i dont think this will be the problem. the flash works with opera and firefox. im including the embed code but its fairly standard. so any ideas? site Here
    <div id="header"><h1>
    	  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="790" height="300">
            <param name="movie" value="flash/790.swf" />
            <param name="quality" value="high" />
            <embed src="flash/790.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="790" height="300"></embed>
    	    </object>
    	</h1>
    


Comments

  • Registered Users Posts: 35,524 ✭✭✭✭Gordon


    Flash doesn't load in FF for me but does on IE. Although it's weird as I'm trying the source http://www.space95.sc/catcocos/flash/790.swf and it isn't loading also on FF but is on IE.

    I even downloaded the 790.swf file and opened it up on FF and it didn't load, I have FLash player 9 I think. What version and how did you export the flash?


  • Closed Accounts Posts: 238 ✭✭7aken


    im using swishmax and exporting as .swf


  • Closed Accounts Posts: 1,200 ✭✭✭louie


    in IE doesn't open for me either.
    Also you need to clean up some of the H1 tags
    <div id="roundtop" width="760" height="3"><h1></h1></div>
    	<div id="header"><h1>
    	  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="790" height="300">
            <param name="movie" value="flash/790.swf" />
            <param name="quality" value="high" />
            <embed src="flash/790.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="790" height="300"></embed>
    	    </object>
    	</h1>
    <!-- cat coco - placing wording here will overlap flash-->
     [COLOR="Red"][B]</h1>[/B][/COLOR]
    
    Try exporting the flash again.


  • Closed Accounts Posts: 238 ✭✭7aken


    have re-exported but still same error...... im able to view the flash with ff and opera but not ie...


  • Closed Accounts Posts: 1,200 ✭✭✭louie


    I can not see the flash in either IE or FF


  • Advertisement
  • Closed Accounts Posts: 238 ✭✭7aken


    ok i think ive fixed it, im now able to view it in ie, ff and opera. can anyone confirm?


  • Closed Accounts Posts: 1,200 ✭✭✭louie


    I can see it alright. What was wrong?


  • Closed Accounts Posts: 238 ✭✭7aken


    i had a rogue text object set to input and had left it un-named. not entirely sure what ie's problem with this was but through elimination it seems to be the culprit. thanks for the help!!


Advertisement