Page 23 of 24 FirstFirst ... 1321222324 LastLast
Results 221 to 230 of 235
  1. #221
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Problem with Flash Header

    On the root.
    I love internet and the power of information... Best Wishes!!

  2. #222
    Join Date
    Oct 2007
    Location
    Kentucky - USA
    Posts
    428
    Plugin Contributions
    0

    Default Re: Problem with Flash Header

    Ok, that is not were I though it was located. This is what I thought

    Old Code
    PHP Code:
    <script type="text/javascript" src="basicinstinctlingerie/swfobject.js"></script> 
    New Code (if file is in root)
    PHP Code:
        <script type="text/javascript" src="swfobject.js"></script> 
    So the total code should look like:
    PHP Code:
    <!--top of flash display-->

        <
    script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
        if (swfobject.hasFlashPlayerVersion("6.0.0")) {
          var fn = function() {
            var att = { data:"includes/templates/1228/buttons/slovensko/slogan.swf", width:"468", height:"60"};
            var par = { flashvars:"foo=bar" };
            var id = "replaceMe";
            var myObject = swfobject.createSWF(att, par, id);
          };
          swfobject.addDomLoadEvent(fn);
        }
        </script>
        <div id="replaceMe">Alternative content</div>

    <!--bottom of flash display--> 
    I am assuming that you have not moved your swf file.

    Try the above and see if it can find the file.

    Sawhorse

  3. #223
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Problem with Flash Header

    I moved it and also tryed one more time this code, but in firefox I had the alternative text.
    I love internet and the power of information... Best Wishes!!

  4. #224
    Join Date
    Oct 2007
    Location
    Kentucky - USA
    Posts
    428
    Plugin Contributions
    0

    Default Re: Problem with Flash Header

    [FONT=Arial]My intent was to change the code to match where your swfobject.js was locacted not to move [/FONT][FONT=Arial]swfobject.js

    I do not know what else to suggest.

    Sawhorse
    [/FONT]

  5. #225
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Problem with Flash Header

    Thank's a lot for your support!

    If I make it to work, I will post here.


    Have a great time!
    I love internet and the power of information... Best Wishes!!

  6. #226
    Join Date
    Oct 2007
    Location
    Kentucky - USA
    Posts
    428
    Plugin Contributions
    0

    Default Re: Problem with Flash Header

    Thank you, any information you can provide to the forum will be appreciated.

    Sawhorse

  7. #227
    Join Date
    Jan 2009
    Posts
    85
    Plugin Contributions
    0

    Default Re: Problem with Flash Header

    Hi guys,
    This is what I put in my site, I still have a problem is that, I am operating a multi language site, is there any method to make bannerschange according to different languages?
    <script type="text/javascript">
    var swf_width=595
    var swf_height=220
    var files='images/banners/banner01.jpg|images/banners/banner02.jpg|images/banners/banner03.jpg|images/banners/banner03.jpg'
    var links=''
    var texts=''

    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
    document.write('<param name="movie" value="images/bcastr3.swf"><param name="quality" value="high">');
    document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
    document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
    document.write('<embed src="images/banners/bcastr3.swf" wmode="opaque" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>');
    </script>

  8. #228
    Join Date
    Aug 2009
    Location
    Washington
    Posts
    82
    Plugin Contributions
    1

    Default Re: Problem with Flash Header

    If you really want to cheat use Photobucket I have for a few .swf and .flv files and it works great. Gives you 4 kinds of script to use.
    Edit your stylesheet, and header info. Works both in IE and FF.
    Last edited by LordGemz; 31 Aug 2009 at 09:49 PM. Reason: forgot a few things

  9. #229
    Join Date
    Aug 2009
    Location
    Washington
    Posts
    82
    Plugin Contributions
    1

    Default Re: Problem with Flash Header

    Quote Originally Posted by LordGemz View Post
    If you really want to cheat use Photobucket I have for a few .swf and .flv files and it works great. Gives you 4 kinds of script to use.
    Edit your stylesheet, and header info. Works both in IE and FF.

    I just found out if you use photobucket or any or image db, you more and likely can't get your SSL to work.

    This coincides with thread:
    http://www.zen-cart.com/forum/showthread.php?t=137064

  10. #230
    Join Date
    Jun 2006
    Posts
    440
    Plugin Contributions
    0

    Default Adding Flash Header

    Hi Guys,

    I would like to add a flash banner to my site on zen cart 138a. The domain is www.sexylingerie4u.com.au. I would like to know if possible which code to insert on which page to allow me to display flash file called lingerie4u.swf .

    Where should I save this swf file.

    Many Thanks

    Renz

 

 
Page 23 of 24 FirstFirst ... 1321222324 LastLast

Similar Threads

  1. v150 Problem with flash header size
    By GodfatherAntiques in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 21 Mar 2012, 10:12 AM
  2. Problem with flash on main page (not header)
    By sartor in forum General Questions
    Replies: 7
    Last Post: 14 Jan 2009, 10:59 AM
  3. Once again problem with Flash header
    By craigpowell in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Sep 2008, 01:42 AM
  4. Problem with Flash Header pt2
    By hondauser85 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 Jun 2007, 04:03 PM
  5. help with flash header
    By wizzard in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Jun 2007, 05:58 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR