Results 1 to 6 of 6

Thread: Flash/javascript

  1. #1
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Question Flash/javascript

    Ok I'm using this in a .js document

    Code:
    //Javascript document
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="661" height="262">');
    document.write('<param name="movie" value="flash/head.swf">');
    document.write('<param name="quality" value="high"></object>');
    ///////////2
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="661" height="41">');
    document.write('<param name="movie" value="flash/menu.swf">');
    document.write('<param name="quality" value="high"></object>');
    And putting this where I want it to show up.
    Code:
    <script src="../second.js"></script>
    Can ya'll test it out in different browsers and let me know how it works. I already know it doesn't work in Firefox. Anyone know how to fix that?

  2. #2
    Join Date
    Jul 2006
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    give me a link...

  3. #3
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    oops that's right.

    oh just so the spiders will not catch it here it is c a k e s b y p a t dot net

    there are no spaces the "dot" = .

  4. #4
    Join Date
    Jul 2006
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I can't read it(not english)

    in ie7(vista) it works fine.

  5. #5
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    Thats just the dummy text. I'm talking about the FLASH at the top of the page. Read the title of the thread, "Flash/Javascript"

  6. #6
    Join Date
    Jul 2006
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I know. the flash works in ie7.

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
  •