Results 1 to 3 of 3

Thread: little problem!

  1. #1
    Join Date
    Nov 2008
    Posts
    16
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default little problem!

    Sorry if i posted wrong subforum or forum. I have little problem with my flash site. i want install one js to my board. that called "splash screen" ,it splash if any1 visit my site and problem is that my flash site content "index.swf" is apperet there but its not must be. it must be behind my splash screen.

    view this image:

    http://img388.imageshack.us/my.php?image=problemii8.jpg
    and sorry again if i posted it wrong.
    If any1 can help, please help. Thanks,
    Best Regards

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Add the following parameter to the OBJECT tag:

    HTML Code:
    <param name="wmode" value="transparent">
    Add the following attribute to the EMBED tag:

    Code:
    wmode="transparent"
    Or, if you are using two object tags, as can and is sometimes done, add the param tag to both of them.

    If you are using script to generate the tags (as is frequently done to avoid the 'click to activate' feature in some browsers), the wmode transparent must be passed to the script. This is easily accomplished but, varies depending upon the sort of script one uses. Some scripts do it automatically.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    frog (11-01-2008)

  4. #3
    Join Date
    Nov 2008
    Posts
    16
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1 View Post
    Add the following parameter to the OBJECT tag:

    HTML Code:
    <param name="wmode" value="transparent">
    Add the following attribute to the EMBED tag:

    Code:
    wmode="transparent"
    Or, if you are using two object tags, as can and is sometimes done, add the param tag to both of them.

    If you are using script to generate the tags (as is frequently done to avoid the 'click to activate' feature in some browsers), the wmode transparent must be passed to the script. This is easily accomplished but, varies depending upon the sort of script one uses. Some scripts do it automatically.
    Thank you very much. BIG RESPECT TO YOU!

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
  •