Results 1 to 3 of 3

Thread: I give up - inserting flash [resolved]

  1. #1

    Thread Starter
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090

    I give up - inserting flash [resolved]

    I havd used this code:
    Code:
    print "<br /><br />\n<object
    classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' 
    codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'
    width='400' height='300' id='movie'>
    <param name='movie' value='flash/".$pre.$a.".swf'>
    </object>";
    This validates fine, but I just realised that the site doesn't actually display the flash file. It's not a PHP error. How do you insert a flash file with the page validating?

    edit: I've realised that it does display it in IE but not in FireFox. So the question stil stands
    Last edited by Acidic; May 3rd, 2004 at 05:58 AM.
    Have I helped you? Please Rate my posts.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090
    I've read thsat page. He either gives solutions which work for IE, or for all other browsers, or which are not HTML standard. I need a solution which is all those.
    edit: no, I found it on that page now:
    Code:
    <object
    type='application/x-shockwave-flash'
    width='400' height='300'
    data='movie.swf'>
    <param name='movie' value='movie.swf'>
    </object>
    edit2: thanks again CB
    Last edited by Acidic; May 3rd, 2004 at 05:58 AM.
    Have I helped you? Please Rate my posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width