Results 1 to 9 of 9

Thread: Now a proper post for immediate help

  1. #1
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Now a proper post for immediate help

    1) Script Title:
    Interstitial Content Box
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...terstitial.htm
    3) Describe problem:
    Okay now, as every criticized upon my that topic, here I installed the script but it is occuring a glitch that is flash .swf file coming up over the picture and everything is going under a black.dot (blank picture) as the normal except flash file what to do? I have attached a screen shot for you peoples to see and tell me the way to resolve this glitch

  2. #2
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Eh, no one?

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Flash does that. Try a wmode="transparent" attribute.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    What is this my friend? I have to add this line in interstitial.js or in interstitial.css? Do reply I am in real need of this help.

  5. #5
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Waiting for another kind reply =)

    Thank you twey for you suggestion the problem is resolved in IE but it is happening the same in FF, what to do now?

  6. #6
    Join Date
    Dec 2005
    Posts
    25
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    it has to be like this in the source of your webpage:

    Code:
    <param name="wmode" value="transparent">
    <param name="movie" value="myflashmovie.swf">
    <param name="quality" value="high">
    <param name="bgcolor" value="#FFFFFF">
    <embed wmode="transparent" name="index" src="myflashmovie.swf" quality="high" bgcolor="#FFFFFF" width="770" height="254" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
    so also put it in the <embed> tag

  7. #7
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Yes my friend I did it but it's still not showing properly in FF

  8. #8
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    It is resolved thank you

  9. #9
    Join Date
    Dec 2005
    Posts
    25
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    what caused it and what was the solution that solved it?

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
  •