- Posts: 12
COMMUNITY FORUM
What K2 Item flash gallery is this?
- Wesley
-
Topic Author
- Offline
- New Member
Less
More
13 years 7 months ago #100381
by Wesley
What K2 Item flash gallery is this? was created by Wesley
Hi. We just took over this site and can't find what flash image gallery that is installed within the item.php file? Simple Image Gallery PRO is installed and is what shows up under the "Image gallery" tab when adding an Item but we're assuming that's not was used on the frontend since it's Flash?
www.texasgolfon.com/component/k2/item/83-fantastic-2-night-stay-with-2-rounds-of-golf-at-the-falls-resort-just-$349.html
Thanks for any help.
www.texasgolfon.com/component/k2/item/83-fantastic-2-night-stay-with-2-rounds-of-golf-at-the-falls-resort-just-$349.html
Thanks for any help.
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
13 years 7 months ago #100382
by Kannan Naidu Venugopal
K2 Rocks \m/
Replied by Kannan Naidu Venugopal on topic What K2 Item flash gallery is this?
Hi Wesley,
Looks like a normal flash with embed codes to me..
Looks like a normal flash with embed codes to me..
K2 Rocks \m/
Please Log in or Create an account to join the conversation.
- Wesley
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 12
13 years 7 months ago #100383
by Wesley
Replied by Wesley on topic What K2 Item flash gallery is this?
Hi Kannan, I was thinking the same, that they created their own Flash that was tied in with the K2 Image gallery tab. We're needing to modify the thumbnails is the main reason I'm trying to figure it out; but would like to know either the case.
Thanks!
Thanks!
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
13 years 7 months ago #100384
by william white
Replied by william white on topic What K2 Item flash gallery is this?
Does the fact that the embedded code falls in the span class item image not mean something else has been done to the image field?
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
13 years 7 months ago #100385
by Kannan Naidu Venugopal
K2 Rocks \m/
Replied by Kannan Naidu Venugopal on topic What K2 Item flash gallery is this?
I believe they're loading the images from an xml file texasgolfon.com/media/k2/galleries/xml.php slideshowpro getXMLData ().
K2 Rocks \m/
Please Log in or Create an account to join the conversation.
- Kannan Naidu Venugopal
-
- Offline
- Platinum Member
- Aham Brahmasmi
13 years 7 months ago #100386
by Kannan Naidu Venugopal
K2 Rocks \m/
Replied by Kannan Naidu Venugopal on topic What K2 Item flash gallery is this?
See slideshowpro.net
K2 Rocks \m/
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
13 years 7 months ago #100387
by william white
Replied by william white on topic What K2 Item flash gallery is this?
Ill give it a look, thanks, my first thought is that they were substituting a gallery for the item image somehow
Please Log in or Create an account to join the conversation.
- Wesley
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 12
13 years 7 months ago #100388
by Wesley
Replied by Wesley on topic What K2 Item flash gallery is this?
Is it overkill for them to use slideshowpro.net?
Please Log in or Create an account to join the conversation.
- Wesley
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 12
13 years 7 months ago #100389
by Wesley
Replied by Wesley on topic What K2 Item flash gallery is this?
This is the code in the item.php showing how the item ID is echoed:
<embed width="450" height="355" pluginspage="www.adobe.com/go/getflashplayer" src="/flash/big.swf?cid=<?php echo $this->item->id; ?>" type="application/x-shockwave-flash" wmode="transparent">
<embed width="450" height="355" pluginspage="www.adobe.com/go/getflashplayer" src="/flash/big.swf?cid=<?php echo $this->item->id; ?>" type="application/x-shockwave-flash" wmode="transparent">
Please Log in or Create an account to join the conversation.