Problem :: Inserting a *.swf flash file into the Page Content Area

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
ImmortalSon
Forum Members
Forum Members
Posts: 31
Joined: Thu Feb 08, 2007 1:04 am

Problem :: Inserting a *.swf flash file into the Page Content Area

Post by ImmortalSon »

Hey All...

I've been flicking through the forum trying to find a solution for this but to no avail!  I have went into the pages menu then in to edit the content of a website page.  The problem is I want to insert a Flash animation I created, into the middle of the page content.  I clicked on the Flash add/edit button in the WYSWYG editor but when I go through the pop up menu it never works!

When I click Apply and look at the page, I see it has tried to insert a Flash file with the dimensions I entered.  But the Flash just appears as a white space with no actual content!? 

Any help greatly appreciated...I'm whipped!!

R.
User avatar
chead
Forum Members
Forum Members
Posts: 63
Joined: Tue Feb 06, 2007 4:01 am

Re: Problem :: Inserting a *.swf flash file into the Page Content Area

Post by chead »

Assuming you're using FCKEditor, use the "View Source" button and look at the HTML code that's being inserted for the Flash file. Does it look like it should? (Your Flash documentation will give examples of what it should look like.)

You can also copy and paste it here so we can look at it.
rodeto
Power Poster
Power Poster
Posts: 410
Joined: Thu May 04, 2006 9:12 am

Re: Problem :: Inserting a *.swf flash file into the Page Content Area

Post by rodeto »

I have been working on flash files a while too but the solution that worked for me is this. I added a flash file into a template using this code:

Code: Select all

<object data="http://www.domainname.com/images/flashfilename.swf" type="application/x-shockwave-flash" width="475" height="30">
  <param name="movie" value="http://www.domainname.com/images/flashfilename.swf" />
  <param name="quality" value="high" />
  <param name="background" value="#FFFFFF" />
</object>
________________________________
Je gaat het pas zien als je het doorhebt.
Post Reply

Return to “Layout and Design (CSS & HTML)”