Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Flash not appear in Firefox

  1. #1
    Join Date
    Jun 2007
    Posts
    41
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Flash not appear in Firefox

    Well,

    I had a company create for me my flash banner and they did a pretty good job, but they did not install it for me ( I should say they attempted too, but they stopped when there was a minor obstacle in the way)

    Anyhow,

    The banner seems to work fine in Internet Explorer fine. Just Mozilla Firefox it does not work.

    Here is the website: http://biblical-education.com/

    Try it using both internet explorer and Firefox and you willl see what I mean.

    What should be done about this? Is there like an additional line of code that needs to be added or altered? You guys want me to copy and paste to you the code I have (that the company put for me) so it works for internet explorer not firefox?

    Thanks,

    Have a Good Day

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Well, that link I am getting an access denied page.. and there isn't any Flash on it.. unless the Access Denied page is the one you are talking about? Never mind I see it

    Code:
    <embed src="http://biblical-education.com/images/header.swf" quality="high" scale="exactfit" wmode="opaque" bgcolor="#ffffff" width="1102" height="160" name="header" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    Replace the <embed> part of your code with the one above. It appears that the code for FF (embed) is still linking to another site, calling header2.swf, which either is hotlinked blocked or doesn't exist there anymore.

    link the embed to your local movie and it shold be fine.

    Also, not that your code is out dated, with Active X disputes and other browser issues Flash won't always work or display correctly in browsers. You can search this forum for "EOLAS" and find my posts about how to do it correctly. Or wait a week or so as I will be doing a tutorial on it.
    Last edited by BLiZZaRD; 11-21-2007 at 06:49 PM.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Jun 2007
    Posts
    41
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sweet Man.


    Thanks A lot.

    Just a quick question, that line of code where would I find it? Sorry

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Open your index.html in notepad. it's near the top.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  5. #5
    Join Date
    Jun 2007
    Posts
    41
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry I forgot to mention that the site is PHP not html.

    Is it still index.html?

    I use drupal for PHP ( I don't know if you are familiar with it or not)

  6. #6
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Usually it is .html it can be anything though, .php, .htm Just look for your index page, the one where you put the code on in the first place.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  7. #7
    Join Date
    Jun 2007
    Posts
    41
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by BLiZZaRD View Post
    Usually it is .html it can be anything though, .php, .htm Just look for your index page, the one where you put the code on in the first place.
    When I go to into my FTP and go under the file for themes I see this (and many others)

    page.tgl.php ( I think this is the file I need)

    There is a part in the file that says:

    <div id="header" style='height:170px;text-align:center;background-color:white;background-image:URL(images/background.jpg);'>
    <div id="flash">
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1102" height="160" id="header2" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="images/header2.swf" /><param name="quality" value="high" /><param name="scale" value="exactfit" /><param name="wmode" value="opaque" /><param name="bgcolor" value="#ffffff" /><embed src="http://www.designsbyvishal.com/banner/header2.swf" quality="high" scale="exactfit" wmode="opaque" bgcolor="#ffffff" width="1102" height="160" name="header2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </div>


    Should I change something in there?

  8. #8
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Yup... see where it says <embed src=

    Change that with what I posted above.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  9. #9
    Join Date
    Jun 2007
    Posts
    41
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Did that but it still doesn't work

    Did I do something wrong with the code?

  10. #10
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    You didn't do the whole thing....

    Take this WHOLE part:
    Code:
    <embed src="http://www.designsbyvishal.com/banner/header2.swf" quality="high" scale="exactfit" wmode="opaque" bgcolor="#ffffff" width="1102" height="160" name="header2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    and replace it with this WHOLE line:

    Code:
    <embed src="http://biblical-education.com/images/header.swf" quality="high" scale="exactfit" wmode="opaque" bgcolor="#ffffff" width="1102" height="160" name="header" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •