I'm trying to embed a flash movie into one of the views on my cakePHP
site. For some reason whenever i try to do this the movie fails to
show up. The html/php code I am using is:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=8,0,0,0" width="250" height="175" id="fileUpload"
align="middle">
<param name="movie" value= "<?php echo WWW_ROOT.'flash/
fileUpload.swf'; ?>" />
</object>

Which I pretty much copied and pasted from the default html file that
flash produces. The path to the movie is correct, so I have no idea
what I could be doing wrong. If anyone has some suggestions, or can
point me to a tutorial on where I can learn to do something similar to
this please let me know. Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to