|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 649 Location: Preston, UK
|
Guys, I have tried to insert using tinymce and edit html and object tag which renders out flash movie. Tinymce strips out object tags. I know in tinymce.config you can set allowed tags / attributes. Does anyone have code for allowing flash object? I usually use swfobjects / macro however the code that i am trying to insert is auto generated by sproutRegards Ismail
Level 2 certified. If it aint broke dont fix.
|
|
 Rank: Fanatic
Joined: 7/20/2006 Posts: 488 Location: NL
|
Ismail,
if I am not mistaken, the object parameter is not xhtml right? My guess is that if you set tinyMCE (or umbraco) to spit out xhtml, it strips tags that are not xhtml. Just a hunch though.
Can't you make a new property with mediapicker and then add the objet to the page with xslt? That's how I do it anyway.
HTH, PeterD
Working on an events-calendar with recursion. Post requests on my blog!
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 791 Location: Århus, Denmark
|
How about a simple macro with just a textarea where you can input the <object> code, and just have the macro spit out the text from the text area?
|
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,698 Location: KY, USA
|
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 649 Location: Preston, UK
|
Morten, Tried that and it went boom! Doug, the actual code for the movie is generated by sprout so would ideally like users to be able to just cut and paste as mentioned earlier for all other flash i have macro which wraps swfobjects and that works nicely for all other flash needs. Many thanks for the help guys. PS: Just got my codegarden stuff approved at work yesterday flight booked today. CG08 here i come :w00t: Ismail
Level 2 certified. If it aint broke dont fix.
|
|
|
Guest |