FLASH in cmsms (swfobject)?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
viebig

Re: FLASH in cmsms (swfobject)?

Post by viebig »

did you go through the Object Tag?

you can do the same simple as:

Code: Select all

{object src="/uploads/flashmovie.swf" width="500" height="500"}
applying a css class to the object tag:

Code: Select all

{object class="myclass" src="/uploads/flashmovie.swf" width="500" height="500"}
You must download the Object Tag as function.object.php and put it in your /plugins folder
patientp
New Member
New Member
Posts: 2
Joined: Fri Jun 13, 2008 6:54 pm

Re: FLASH in cmsms (swfobject)?

Post by patientp »

Thank you viebig,

I'm a newbie and was able to install my flash file using the object tag (swfobject did not work for me -- my fault I'm sure).
viebig

Re: FLASH in cmsms (swfobject)?

Post by viebig »

great, if you have any suggestions, critics or improvements let me know
selen
Forum Members
Forum Members
Posts: 12
Joined: Fri Jun 13, 2008 6:37 pm
Location: Belgique

Re: FLASH in cmsms (swfobject)?

Post by selen »

hello viebig

Thanks for your objecttag ! It is much better than swfobject which provoque a bug in admin/listtags.php.

Happy to have found it.

For the instructions of the tag,
I would suggest to put an additionnal example for
param="flashvars::xmlDataPath=uploads/xml/gallery.xml"
Specify to put || to separate different params
There is a little error on last sentence : you need two :: between bgcolor and #ffffff
And finaly maybe precise that the swfobject.js needs to be somewhere and called in the page template ?

thanks again  :-*
viebig

Re: FLASH in cmsms (swfobject)?

Post by viebig »

hello selen,

About the improvements and the corrections on help, I will make it work, in the next version. And I will document some more new features.

I dont know if I understand you about the "swfobject.js" issue.

The Object Tag dont need any javascript to be loaded. That´s why its so simple. All the proccess are server-side driven by PHP via this smarty plugin. So, it will work even with Javascript turned off.

Feel free to contact me on any issues.
viebig

Re: FLASH in cmsms (swfobject)?

Post by viebig »

New version released, take a look Object Tag 0.2

http://forum.cmsmadesimple.org/index.ph ... 847.0.html
selen
Forum Members
Forum Members
Posts: 12
Joined: Fri Jun 13, 2008 6:37 pm
Location: Belgique

Re: FLASH in cmsms (swfobject)?

Post by selen »

Hi viebig

ok I didn't know for this Js ... good thing !

thanks again ! you are quick  :)
viebig

Re: FLASH in cmsms (swfobject)?

Post by viebig »

check the Object Tag below my post
gvaughan55
New Member
New Member
Posts: 5
Joined: Wed Jul 09, 2008 7:54 pm

Re: FLASH in cmsms (swfobject)?

Post by gvaughan55 »

when i copied it to my plugins folder it is called function[1].object.php is that correct or do i need to rename it by removing [1]
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: FLASH in cmsms (swfobject)?

Post by Dr.CSS »

It should not have that in there just function.object.php...
Post Reply

Return to “Modules/Add-Ons”