|
-
May 2nd, 2004, 05:59 AM
#1
Thread Starter
Frenzied Member
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. 
-
May 3rd, 2004, 05:47 AM
#2
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.
-
May 3rd, 2004, 05:53 AM
#3
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|