PDA

View Full Version : Problem with testing server


skrillserr
08-14-2009, 05:45 PM
Hi I'm new to php and i have been given a project to work on and I can't even get started because the pages won't display correctly on my testing server.

The main problem is with the flash elements of the pages. They don't show up. That's it. The code looks fine to me and the page works perfectly on the live testing server, just not on my local test server.

Any help would be great, I've already gone through to make sure all of the link are correct. And it's not my code and the guy didn't really tell me a lot with comments.

If you need anymore info let me know.

Thanks in advance!


Also the embedding is done in javascript.

CyanBlue
08-14-2009, 06:13 PM
Howdy and Welcome... ;)

Do you see the same problem/error message as this thread???
http://www.actionscript.org/forums/showthread.php3?t=214822

skrillserr
08-14-2009, 06:30 PM
Howdy and Welcome... ;)

Do you see the same problem/error message as this thread???
http://www.actionscript.org/forums/showthread.php3?t=214822

That's the problem. It doesn't give me any error messages to go off of. I have error reporting on, it just doesn't show up.

Here is the code for the video container.

<div id="vid-container" class="left" style="margin: 0 5px;">
<div id="vid-player" class="left"></div>
<div id="vid-thumbs" class="right">
<div id="vid-prev"><a href="#"><img src="img/vid-prev-thumbs.jpg" alt="Previous" style="padding-bottom:1px;" /></a></div>
<? include('inc/vidthumbs.php'); ?>
<pre><code>$('#vid-thumbs-scroll').cycle({
fx: 'scrollVert',
prev: '#vid-prev',
next: '#vid-next',
easing: 'backinout',
timeout: 0
});</code></pre>
<div id="vid-next"><a href="#"><img src="img/vid-next-thumbs.jpg" alt="Next" style="padding-top:2px;" /></a></div>
</div>
<div class="clear"></div>
<div id="vid-description">
<div style="width:410px; text-align:center;">
<div style="color:#ff7e00; font-size:1.25em; font-weight:bold; padding:5px 0; margin:0; font-style:normal;">World's Best Jigs<span style="color:#FFFFFF; font-size:.825em; font-style:italic;"> - Quality Outdoor Products</span></div>
<div style="color:#ff7e00; font-size:2em; font-weight:bold; font-style:italic; padding:0; margin:0;">Slater's Crappie Jigs</div>
</div>
</div>
</div><!--END vid-container -->

CyanBlue
08-14-2009, 06:45 PM
Got a URL where I can check it out???

skrillserr
08-14-2009, 11:02 PM
I have one but I don't have a way for you to see the code. The entire site is in PHP/MySQL with the exception of the video player and the slideshows. The url for that is www.slaters.oxbowcreations.com

No rush on this I found another solution but would still like to know what the problem is.

**I won't be changing the online version until at least next Friday.**

And Thanks again

CyanBlue
08-15-2009, 06:32 AM
Everything seems to be working fine in that page???