Quote:
|
Originally Posted by Damienov ok I know you can insert flash content using a wrapper/iframe bur would it be better to just add flash content directly to the content as in inserting images
I'm not a programer so I realy dont know why Flash content cannot be inserted to a content item, can anyone explain why?
cheers |
go to
mambo root(folder where your mambo folders are)
administrator>content.php
you will find it under teh folder it is a file not folder!
open it in your favorite editor
and exc notpad
hit CTRL+F
paste this line in -
Code:
} else if (eregi( "bmp|gif|jpg|png", $file2 )
hit enter
when you find that line replace it with this
Code:
} else if (eregi( "bmp|gif|jpg|png|swf", $file )
now you can directly upload swf files
it would be easier for you to try to wor with Dreamwiwer you can add anything you want
yust open the page ypu want to work on in DW and add everything you need
copy the code add it to the file ,transver pics,change path and valllaaaaaaaa