Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Loading SWF on SkinLoading SWF on Skin
Previous
 
Next
New Post
10/26/2007 6:24 PM
 

omarsiado wrote

Ok, i will whrite the solution i found:

First i used the FCKEditor and add a Flash on it, go to the code and compare with the one i have in the Skin.  Look at the embded code from the SWF, it was something diferent, change this and that's all.

Tkanks all of you for your replyes

Great idea! Just a reminder: IE don't care if <param name="movie" value="path/banner1.swf" /> or <param name="movie" value="path\banner1.swf" />, but Firefox and Mozilla do. See you!

 
New Post
10/27/2007 5:10 AM
 

The problem you will have with this method is that you need need javascript that may be removed when using the html module.

I have a flash skin on here - http://xdmediablue.dnnskins.com  as well as a few others, but you could also look at the very good module from Inventua - http://www.inventua.com - they have an excellent flash module you could use and we have done that several times when people want to modify the skin.  I have tried using html but never been happy with the overall result and it also means you have to put it in every page which could be a bit annoying at times if you have lots of pages.

Hope this helps.

Nina Meiers
Free Skins - http://www.dnnskins.com 
Blogs - http://blogs.ninameiers.com


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
11/6/2007 3:16 AM
 

There is another mothod to use flash file in your FCKeditor.

Download that FlashObject.js file and put it in specified folder. you can search flashobject.js file on internet and u can download.

then use this script. Give specified Url in your FckEditor.

<script src="/Portals/0/flash/flashobject.js" type="text/javascript"></script>

<div id="flashcontent" style="width: 420px; height: 400px;"></div>
<script type="text/javascript">
var fo = new FlashObject("http://www.yourwebsitename.com/Portals/0/flash/SWFName.swf", "animationName", "420", "400", "8", "#FFFFFF");
fo.addParam("allowScriptAccess", "sameDomain");
fo.addParam("quality", "high");
fo.addParam("scale", "noscale");
fo.addParam("menu","false");
fo.addParam("loop", "false");
fo.addParam("wmode", "opaque");

fo.write("flashcontent");
</script>

thanks

harpal

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Loading SWF on SkinLoading SWF on Skin


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out