Page 2 of 2

Re: FLASH in cmsms (swfobject)?

Posted: Fri Jun 27, 2008 5:37 pm
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

Re: FLASH in cmsms (swfobject)?

Posted: Mon Jul 14, 2008 11:47 pm
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).

Re: FLASH in cmsms (swfobject)?

Posted: Tue Jul 15, 2008 3:31 pm
by viebig
great, if you have any suggestions, critics or improvements let me know

Re: FLASH in cmsms (swfobject)?

Posted: Wed Jul 16, 2008 12:28 pm
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  :-*

Re: FLASH in cmsms (swfobject)?

Posted: Wed Jul 16, 2008 5:03 pm
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.

Re: FLASH in cmsms (swfobject)?

Posted: Wed Jul 16, 2008 6:46 pm
by viebig
New version released, take a look Object Tag 0.2

http://forum.cmsmadesimple.org/index.ph ... 847.0.html

Re: FLASH in cmsms (swfobject)?

Posted: Thu Jul 17, 2008 8:50 am
by selen
Hi viebig

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

thanks again ! you are quick  :)

Re: FLASH in cmsms (swfobject)?

Posted: Thu Jul 17, 2008 4:03 pm
by viebig
check the Object Tag below my post

Re: FLASH in cmsms (swfobject)?

Posted: Tue Aug 26, 2008 3:31 am
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]

Re: FLASH in cmsms (swfobject)?

Posted: Tue Aug 26, 2008 6:26 am
by Dr.CSS
It should not have that in there just function.object.php...