Go Back   OXYLUS Flash Board > Support > June Gallery

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-05-2008, 05:39 PM
Junior Member
 
Join Date: Sep 2008
Posts: 3
Default main images missing on June Gallery

Hi Love this file and all is working except the main images, so that section is scrunched up as there is nothing to hold it open. I copied over all images & folders and the heirachy is fine. The only thing different is that mine is embedded in an html page called gallery.html. Thumbnails work fine. Can anyone help me with this?
Reply With Quote
  #2 (permalink)  
Old 09-07-2008, 12:14 PM
Super Moderator
 
Join Date: May 2008
Posts: 656
Send a message via Skype™ to Adrian
Default

Make sure your images names are in lower case, including the extension. For example: change Picture.JPG to picture.jpg
Reply With Quote
  #3 (permalink)  
Old 09-08-2008, 12:00 PM
Junior Member
 
Join Date: Sep 2008
Posts: 3
Default Hi Adian, thanks for reply but already are in lower case

This is what it looks like (by the way thumbnails are working) and it all works fine on a test page when not embedded in a div within an html page.

data.xml...

<category title="Glenn Tilbrook">
<image src="images/g_shutters.jpg" thumbnail="thumbnails/g_shutters.jpg" title="">
<![CDATA[]]>
</image>
<image src="images/g_stripeshirt1.jpg" thumbnail="thumbnails/g_stripeshirt1.jpg" title="">
<![CDATA[]]>
</image>
<image src="images/g_stripeshirt2.jpg" thumbnail="thumbnails/g_stripeshirt2.jpg" title="">
<![CDATA[]]>


gallery.html...

<div id="centrebox">
<div id="flashcontent"> You need to upgrade your Flash Player</div>
<script type="text/javascript">
// <![CDATA[

var so = new SWFObject("main.swf", "flash", "100%", "100%", "8", "#999999");
so.addVariable("xml", "data.xml");
so.write("flashcontent");

// ]]>
</script>
</div>

Does this help?

Thanks, Sukie.
Reply With Quote
  #4 (permalink)  
Old 09-20-2008, 07:26 PM
Super Moderator
 
Join Date: May 2008
Posts: 656
Send a message via Skype™ to Adrian
Default

hello Sukie,
That doesn't help at all. Could you show me an online sample ?
Reply With Quote
  #5 (permalink)  
Old 09-22-2008, 04:17 PM
Super Moderator
 
Join Date: May 2008
Posts: 656
Send a message via Skype™ to Adrian
Default

<script type="text/javascript">
// <![CDATA[

var so = new SWFObject("main.swf", "flash", "100%", "100%", "8", "#999999");
so.addVariable("xml", "data.xml");
so.write("flashcontent");

// ]]>
</script>

The problem is you cannot put 100% for height. You must use an absolute value (like 500px or something like this). I don't know any other workarounds. This is not a Flash related problem, it is more related to html/css/js.

Adrian
Reply With Quote
  #6 (permalink)  
Old 09-22-2008, 05:15 PM
Junior Member
 
Join Date: Sep 2008
Posts: 3
Default

Brilliant! - thank you! Works a treat. Sukie
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.