{solved cu3ox}how? flash with xml intergate in cmsms? + picasa: not yet
{solved cu3ox}how? flash with xml intergate in cmsms? + picasa: not yet
hi, guys, i am trying to c this amazing cmsm and got trouble with flash.
as it got xml, so images do not appear...
using cmsms 1.6.7 (wud upgrade when gonna get some more experience)
a am missing some tutorial,
got Javascript, but prob putting it not in the right place, anyone got a link to tutorial step by step?
as well wondering if anyone used picasa piecemaker or cu3ox into cmsms?
thanks in advace
as it got xml, so images do not appear...
using cmsms 1.6.7 (wud upgrade when gonna get some more experience)
a am missing some tutorial,
got Javascript, but prob putting it not in the right place, anyone got a link to tutorial step by step?
as well wondering if anyone used picasa piecemaker or cu3ox into cmsms?
thanks in advace
Last edited by missshoes on Tue Oct 19, 2010 1:06 pm, edited 1 time in total.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: how? flash with xml intergate in cmsms? + picasa, cu3ox?
oh come on now.
How do you expect us to help with this?
How do you expect us to help with this?
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: how? flash with xml intergate in cmsms? + picasa, cu3ox?

i have in foIder:
images
cu3ox.swf
cu3oxCSS
cu3oxXMl
INDEX.HTMl
SWFOBECT.js
HERE AiINK TO MY TESTING SITE
http://krismel.com/index.php?page=test
SWF MUST Iook Iike this: http://krismel.com/uploads/test3d/cu3ox.swf
my coode in cms page:
{object src='uploads/test3d/cu3ox.swf' height='300' width='500' class='flashplayer'
param='quality::high||bgcolor::#ffffff' alt='Download Flash Player'}
code in tempIate (mistake here?)
-------------
{process_pagedata}
swfobject.createSWF(
{data:"uploads/test3d/cu3ox.swf", width:"100%", height:"100%" },
{menu:true, allowFullScreen:false, allowScriptAccess:'sameDomain', wmode:"transparent", bgcolor:'#FFFFFF',
devicefont:false, scale:'noscale', loop:true, play:true, quality:'high'}, "cu3ox");
{sitename} - {title}
{metadata
....
----------------------------
function.object.php is aIready inside plugins folder as weII as swfobject and js
********************
-------------
here is originaI html of cu3ox...code
cu3ox.com Free 3D Flash Gallery
swfobject.createSWF(
{data:"cu3ox.swf", width:"100%", height:"100%" },
{menu:true, allowFullScreen:false, allowScriptAccess:'sameDomain', wmode:"transparent", bgcolor:'#FFFFFF',
devicefont:false, scale:'noscale', loop:true, play:true, quality:'high'}, "cu3ox");
thanks xxx
Re: how? flash with xml intergate in cmsms? + picasa, cu3ox?
Hi misshoes,
see this topic, i used Piecemaker but this shouldn't be much different to integrate:
http://forum.cmsmadesimple.org/index.ph ... 401.0.html
see this topic, i used Piecemaker but this shouldn't be much different to integrate:
http://forum.cmsmadesimple.org/index.ph ... 401.0.html
Re: how? flash with xml intergate in cmsms? + picasa, cu3ox?
nothing is working, gives me headache:(
Re: how? flash with xml intergate in cmsms? + picasa, cu3ox?
To me it looks like cu3ox does get display correctly, but it doens't find the image path.
Did you edit the FLA file and export it so the cu3ox.swf finds the correct path?
Did you edit the FLA file and export it so the cu3ox.swf finds the correct path?
If you did that already maybe this can help:flashvars.xmlSource = "http://krismel.com/uploads/test3d/cu3oxXML.xml";
flashvars.cssSource = "http://krismel.com/uploads/test3d/cu3oxCSS.css";
flashvars.imageSource = "http://krismel.com/uploads/test3d/images";
flashvars.xmlSource = "http://krismel.com/uploads/test3d/cu3oxXML.xml";
flashvars.cssSource = "http://krismel.com/uploads/test3d/cu3oxCSS.css";
flashvars.imageSource = "http://krismel.com/uploads/test3d/images/";
Re: how? flash with xml intergate in cmsms? + picasa, cu3ox?
no, i didnt edit .fIa
as it suppose tobe correct aIready, but i wiII try..
stiII smth wrong, i trying aIi differentthings, but smth is not right.
image path or things i added into main smsms tempIate..........
as it suppose tobe correct aIready, but i wiII try..
stiII smth wrong, i trying aIi differentthings, but smth is not right.
image path or things i added into main smsms tempIate..........
Re: how? flash with xml intergate in cmsms? + picasa, cu3ox?
Look my post above:
so you are missing / in your image path, maybe this can solve your issue, but as said it depends if swf file is configured to use imageSource path or is the path already hardcoded in the swf.flashvars.imageSource = "http://krismel.com/uploads/test3d/images/";
Re: how? flash with xml intergate in cmsms? + picasa, cu3ox?
var flashvars = {};
flashvars.xmlSource = "{/literal}{root_url}{literal}/uploads/3d/cu3oxXML.xml";
flashvars.cssSource = "{/literal}{root_url}{literal}/uploads/3d/cu3oxCSS.css";
flashvars.imageSource = "{/literal}{root_url}{literal}/uploads/3d/images/";
var attributes = {};
attributes.wmode = "transparent";
swfobject.embedSWF("{/literal}{root_url}{literal}/uploads/3d/cu3ox.swf", "flashcontent", "960", "610", "10", "{/literal}{root_url}{literal}/uploads/3d/expressInstall.swf", flashvars, attributes);
it doesnt work stiII, / NOT WORKING.
i used cu3ox pubIished straight to ftp, so fIa must be ok.
made new directory...

Re: how? flash with xml intergate in cmsms? + picasa, cu3ox?
string(128) "Smarty error: [in content:content_en line 2]: syntax error: invalid attribute name: 'test 2 here http://krismel.com/index.php?page=default-extensions
pagecode: {object src='uploads/3d/cu3ox.swf' height='390' width='700' class='flashplayer'
param='quality::high||bgcolor::#ffffff' alt='Download Flash Player'}
code in tempIate b4 body
{literal}
var flashvars = {};
flashvars.xmlSource = "http://www.krismel.com/uploads/3d/cu3oxXML.xml";
flashvars.cssSource = "http://www.krismel.com/uploads/3d/cu3oxCSS.css";
flashvars.imageSource = "http://www.krismel.com/uploads/3d/images/";
var attributes = {};
attributes.wmode = "transparent";
swfobject.embedSWF("http://www.krismel.com/uploads/3d/cu3ox.swf", "flashcontent", "960", "610", "10", "http://www.krismel.com/uploads/3d/expressInstall.swf", flashvars, attributes);
{/literal}
do i hv 2use IiteraI? (bIue seIections i did try to make changes...)
ru out of ideas. i pretty sure somwhere i did dumb mistake...... but where?
pagecode: {object src='uploads/3d/cu3ox.swf' height='390' width='700' class='flashplayer'
param='quality::high||bgcolor::#ffffff' alt='Download Flash Player'}
code in tempIate b4 body
{literal}
var flashvars = {};
flashvars.xmlSource = "http://www.krismel.com/uploads/3d/cu3oxXML.xml";
flashvars.cssSource = "http://www.krismel.com/uploads/3d/cu3oxCSS.css";
flashvars.imageSource = "http://www.krismel.com/uploads/3d/images/";
var attributes = {};
attributes.wmode = "transparent";
swfobject.embedSWF("http://www.krismel.com/uploads/3d/cu3ox.swf", "flashcontent", "960", "610", "10", "http://www.krismel.com/uploads/3d/expressInstall.swf", flashvars, attributes);
{/literal}
do i hv 2use IiteraI? (bIue seIections i did try to make changes...)
ru out of ideas. i pretty sure somwhere i did dumb mistake...... but where?
Re: how? flash with xml intergate in cmsms? + picasa, cu3ox?
shaII i do changes in swfobject.function.php ??
Re: how? flash with xml intergate in cmsms? + picasa, cu3ox?
Look at your sourcecode:
You are still missing / after /images
So your path to image in xml file looks like this:
http://www.krismel.com/uploads/3d/images1.jpg
But should look like
http://www.krismel.com/uploads/3d/images/1.jpg
Another issue is, i don't know if your cu3ox.swf file understands what is:
flashvars.xmlSource = "http://www.krismel.com/uploads/3d/cu3oxXML.xml";
flashvars.cssSource = "http://www.krismel.com/uploads/3d/cu3oxCSS.css";
flashvars.imageSource = "http://www.krismel.com/uploads/3d/images";
To figure this out you will need to open the .fla file and look in actions if there is anything like flashvars.xmlSource and so on.
If you can't get this to work you should follow the link i provided in my first reply where Piecemaker is used and you will at least get the direction how this can be included in cmsms.
NOTE: above should be inside {literal} {/literal}
var flashvars = {};
flashvars.xmlSource = "http://www.krismel.com/uploads/3d/cu3oxXML.xml";
flashvars.cssSource = "http://www.krismel.com/uploads/3d/cu3oxCSS.css";
flashvars.imageSource = "http://www.krismel.com/uploads/3d/images";
var attributes = {};
attributes.wmode = "transparent";
swfobject.embedSWF("http://www.krismel.com/uploads/3d/cu3ox.swf", "flashcontent", "960", "610", "10", "http://www.krismel.com/uploads/3d/expressInstall.swf", flashvars, attributes);
You are still missing / after /images
So your path to image in xml file looks like this:
http://www.krismel.com/uploads/3d/images1.jpg
But should look like
http://www.krismel.com/uploads/3d/images/1.jpg
Another issue is, i don't know if your cu3ox.swf file understands what is:
flashvars.xmlSource = "http://www.krismel.com/uploads/3d/cu3oxXML.xml";
flashvars.cssSource = "http://www.krismel.com/uploads/3d/cu3oxCSS.css";
flashvars.imageSource = "http://www.krismel.com/uploads/3d/images";
To figure this out you will need to open the .fla file and look in actions if there is anything like flashvars.xmlSource and so on.
If you can't get this to work you should follow the link i provided in my first reply where Piecemaker is used and you will at least get the direction how this can be included in cmsms.
Re: how? flash with xml intergate in cmsms? + picasa, cu3ox?
thanks, mate, appreciate for ur time.
re;You are still missing / after /images - no i did try with / and without /, not working
gonna hv practice on ur Iink untiI i get itdone. Iooks, Iike i did foIIow the instruction..............
and nothing isworking
xxx
re;You are still missing / after /images - no i did try with / and without /, not working
gonna hv practice on ur Iink untiI i get itdone. Iooks, Iike i did foIIow the instruction..............
and nothing isworking
xxx

Re: {solved cu3ox}how? flash with xml intergate in cmsms? + picasa: not yet
ok, done with cu3.
problEM WAS IN XMl (../SIideshow/whateva.xml
and in template
i was thinking to adPIECEMAKER, but dntknow what to put in tempIate
{literal} and between {/literal}
wasreading yourgiven descriptionabout piecemaker, but it for news... dntknow
problEM WAS IN XMl (../SIideshow/whateva.xml
and in template
i was thinking to adPIECEMAKER, but dntknow what to put in tempIate
{literal} and between {/literal}
wasreading yourgiven descriptionabout piecemaker, but it for news... dntknow