Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

oscFlashSlide not showing


felixc

Recommended Posts

Hi

 

I can't get the oscFlashSlide contribution to work. Currently i am running OSC MS2.2 with STS.

 

I followed the ReadMe.txt instruction in the zip file but no luck.

 

Here is what i got from the head tag in index.php

 

<head>

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">

<title><?php echo TITLE; ?></title>

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">

<link rel="stylesheet" type="text/css" href="stylesheet.css">

<script type="text/javascript" src="docwrite.js"></script>

</head>

 

and i call the flash viewer in:

 

<!-- body_text_eof //-->

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

<!-- right_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

<!-- right_navigation_eof //-->

</table></td>

</tr>

</table>

<!-- body_eof //-->

 

<!-- footer //-->

<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>

<!-- footer_eof //-->

<br>

<script type="text/javascript">embedFlash('flashslide.swf','flashslide',400,490);</script>

</body>

</html>

<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

 

which is at the bottom of the index.php

 

Can anyone indicate me what have i done wrong? >_<

 

PS: I also installed the automatic_thumbnail_for_osc as required by this contribution.

 

Any help much appreciated.

 

Thank you!!

Link to comment
Share on other sites

Hi

 

I can't get the oscFlashSlide contribution to work. Currently i am running OSC MS2.2 with STS.

 

I followed the ReadMe.txt instruction in the zip file but no luck.

 

Here is what i got from the head tag in index.php

 

<head>

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">

<title><?php echo TITLE; ?></title>

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">

<link rel="stylesheet" type="text/css" href="stylesheet.css">

<script type="text/javascript" src="docwrite.js"></script>

</head>

 

and i call the flash viewer in:

 

<!-- body_text_eof //-->

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

<!-- right_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

<!-- right_navigation_eof //-->

</table></td>

</tr>

</table>

<!-- body_eof //-->

 

<!-- footer //-->

<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>

<!-- footer_eof //-->

<br>

<script type="text/javascript">embedFlash('flashslide.swf','flashslide',400,490);</script>

</body>

</html>

<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

 

which is at the bottom of the index.php

 

Can anyone indicate me what have i done wrong? >_<

 

PS: I also installed the automatic_thumbnail_for_osc as required by this contribution.

 

Any help much appreciated.

 

Thank you!!

 

 

 

 

 

Hi, I tried to install this today, and I also run with sts.

Try to put the code that is supposed to go in the head of index.php in the head of includes/sts_template.html instead. Like I did:

 

<!--$headcontent-->

<link rel="stylesheet" type="text/css" href="stylesheet.css">

<style type="text/css">

<!--

.style1 {font-size: 11px}

-->

</style>

 

<script type="text/javascript" src="docwrite.js"></script>

</head>

<body>

 

 

I have managed to make the frame of the slide to appear in my product_info.php page, but it is empty. The images will not show. I think its because it does not find the thumbnails. I have installed the automatic thumbnail creator, but I did not understand if I was supposed to manually make a new folder called imagecache or not. Did you understand the procedure of installing this?

 

Thanks :-)

Best regards

Kjolebutikken

Link to comment
Share on other sites

  • 2 weeks later...
Hi, I tried to install this today, and I also run with sts.

Try to put the code that is supposed to go in the head of index.php in the head of includes/sts_template.html instead. Like I did:

 

<!--$headcontent-->

<link rel="stylesheet" type="text/css" href="stylesheet.css">

<style type="text/css">

<!--

.style1 {font-size: 11px}

-->

</style>

 

<script type="text/javascript" src="docwrite.js"></script>

</head>

<body>

I have managed to make the frame of the slide to appear in my product_info.php page, but it is empty. The images will not show. I think its because it does not find the thumbnails. I have installed the automatic thumbnail creator, but I did not understand if I was supposed to manually make a new folder called imagecache or not. Did you understand the procedure of installing this?

 

Thanks :-)

 

 

Currently i have installed this also, now i made the folder in the images directory? I also get the flash to come up but no products are showing up. So im working on it... If you guys would like to help pm me or leave a messeage, will let ya know what i found out thanks.

Jon

Link to comment
Share on other sites

  • 6 months later...
Currently i have installed this also, now i made the folder in the images directory? I also get the flash to come up but no products are showing up. So im working on it... If you guys would like to help pm me or leave a messeage, will let ya know what i found out thanks.

Jon

 

 

I have it installed with the additional suggestion. I don't see any images. I checked the cache folder and no images there. However when I add a new product it does create a cached image in the folder. Yet still I get the flash frame but no images.

Did you ever get this working?

thanks,

Airtime

Link to comment
Share on other sites

  • 6 months later...
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...