ActiveDen

CIRCULAR – ELLIPTICAL GALLERY

  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • United States
ragtech says
Purchased

Please Help…

I desperately need to change the paths to the data.xml and settings.xml files using FlashVars but I’m not quite sure how…

this is what I have but is not working…
                <object height="350" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="700" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/sw flash.cab#version=8,0,0,0">
                  <param name="allowScriptAccess" value="sameDomain" />
                  <param name="movie" value="christmas/gallery.swf" />
                  <param name="FlashVars" value="settingsXml=christmas/settings.xml" />
                  <embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="christmas/gallery.swf" type="application/x-shockwave-flash" allowscriptaccess="sameDomain" align="middle" height="350" flashvars="dataXml=christmas/data.xml" width="700" />
                </object>
can anybody tell me what I’m doing wrong?

Thanks ragtech

1 year ago
Author
VF VF replied

In your code, it is missing the path to data.xml file. So I have added and the following code should work:

                <object height="350" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/sw flash.cab#version=8,0,0,0" width="700">
                  <param name="allowScriptAccess" value="sameDomain" />
                  <param name="movie" value="christmas/gallery.swf" />
                  <param name="FlashVars" value="dataXml=christmas/data.xml&settingsXml=christmas/settings.xml" />
                  <embed src="christmas/gallery.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" height="350" align="middle" flashvars="dataXml=christmas/data.xml&settingsXml=christmas/settings.xml" width="700" />
                </object>
1 year ago
Purchased
ragtech ragtech replied

Closer but still not there… I get the gallery (.swf) and the descriptions show up but no thumbs or main images… basically just a blank SWF .

Thanks ragtech

1 year ago
Author
VF VF replied

That means, there is a problem with image paths in the xml file. Make sure that in the data.xml file, image paths starts with “christmas/”

1 year ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • United States
ragtech says
Purchased

It Works!

Thank You My friend…

~ragtech

1 year ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Mexico
npinelo says

Hi,

I can’t see nothing on demo, only a black screen :(

Does is possible to get background transparent or specify custom image for?

Best regards Nor

9 months ago
Author
VF VF replied
Not sure what happpened to the preview. For now, you can see it here: http://s3.envato.com/files/90326/index.html

Yes, it supports background transparency.

9 months ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 50 and 99 items
UdoPohlmann says

Can I use a BG picture ???

7 months ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 50 and 99 items
UdoPohlmann says

Can I use a BG picture for the Track color ???

7 months ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 50 and 99 items
UdoPohlmann says
http://multimediagigant.de/super/Google/index.html http://multimediagigant.de/super/Super/index.html

Can this file look the same, like my example ? BG picture in a flash file, test it:

Kein Titel html, body { height: 100%; background: center center no-repeat white url(BG.png); } .plane { } swfobject.embedSWF(“plane.swf”, “plane”, “100%”, “100%”, “9.0.0”, false, {xmlfile:”menu.xm”, loaderColor:”0×000000”}, {wmode: “transparent”});

 

 

6 months ago
by
by
by
by
by