how to insert flash file

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
shrihit
Forum Members
Forum Members
Posts: 21
Joined: Thu Aug 30, 2007 8:27 am

how to insert flash file

Post by shrihit »

I have flash object( LINE.fla & LINE. swf) . It will be very much appreciated if anybody show me step by step instruction
to insert this flash object ( dancing line) in to page.
User avatar
nakkiel
Forum Members
Forum Members
Posts: 70
Joined: Wed Apr 02, 2008 7:15 am

Re: how to insert flash file

Post by nakkiel »

shrihit
Forum Members
Forum Members
Posts: 21
Joined: Thu Aug 30, 2007 8:27 am

Re: how to insert flash file

Post by shrihit »

There is nothing  written how to install it. Please tell how  and where to install it.
User avatar
Gregor
Power Poster
Power Poster
Posts: 1874
Joined: Thu Mar 23, 2006 9:25 am
Location: The Netherlands

Re: how to insert flash file

Post by Gregor »

Its a module, so you install it by copying the content of the zip-file to he module directory. Logon to your cms, go to modules and there you'll see the module and the install button. Usually the developer also added a help menu.

Gregor
User avatar
nakkiel
Forum Members
Forum Members
Posts: 70
Joined: Wed Apr 02, 2008 7:15 am

Re: how to insert flash file

Post by nakkiel »

I got an swf object to work using this (code in the last post):
http://forum.cmsmadesimple.org/index.ph ... 616.0.html
Wiedmann
Forum Members
Forum Members
Posts: 233
Joined: Wed Mar 26, 2008 1:49 am
Location: Stuttgart / Germany

Re: how to insert flash file

Post by Wiedmann »

I got an swf object to work using this
With the swfobject-tag (plugin) you've got it not working?
User avatar
nakkiel
Forum Members
Forum Members
Posts: 70
Joined: Wed Apr 02, 2008 7:15 am

Re: how to insert flash file

Post by nakkiel »

What I tried to say, I got an swf working just by using the "normal" way of doing it, something like this:

Code: Select all

<object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100" height="100" id="swf">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="your_swf_name.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="your_swf_name.swf" quality="high" bgcolor="#ffffff" width="100" height="100" name="swf" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
So you don't need to install flv-player module for this.
Post Reply

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