Go Shopping Cart Site Map User Panel and Admin English Home

Home > Easypano Forum    Easypano Forum has been upgraded.

Easypano Forum


Welcome Guest Register Login Search The Forum Display List of Forum Members
 All Forums
  Panorama2Flash
 
Subject Topic: Panorama2Flash and Joomla Post Reply Post New Topic
Message posted by davinci440 on September-12-2007 at 9:59pm
View davinci440's Profile Profile   Search for other posts by davinci440 Search   Quote davinci440 Quote   Send Private Message Send Msg  
davinci440
Avatar
Standard Member
Standard Member
Panama
August-05-2007
3 Posts
Hi, I need to edit the html code for the Panorama2Flash so it just shows the Flash file and do not check if flash is installed. I am embeding the html page in joomla documents. Using the wrap module (these directs the contents to the html page using a url.) everything looks ok, but when I use the same html code (the html code it selft) to publish the html code inside a dinamic document, I am always getting the "no flash installed message" and of course flash is intalled.

I went to joomla.org to look for a plug in to display html in dinamic articles inside joomla (although you are supose to be able to publish html code , most content editors alloud you to do that.)

http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1023/Itemid,35/
Jumi is a plug in that allows you to publish the hmtl code. but again I am getting the: not flash installed message.

Any sugestions I will apreciate. Thanks.

I need to modify these code to delete the part that checks for flash and just shows the flash item.

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <title>360</title>
<script src="swfobject.js" language="javascript"></script>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0">
    <div id="flashcontent">      please download and install the latest version of
      <a title="http://www.adobe.com/go/getflashplayer" target="_blank">Flash Player</a>
      .
    </div>
<script language="javascript">
    var so = new SWFObject("panorama2flash.swf", "360", "400", "300", "9.0.28", "#ffffff");
    so.addParam("quality", "high");
    so.addParam("salign", "lt");
    so.addParam("allowScriptAccess", "always");
    so.addParam("allowFullScreen", "true");
    so.write("flashcontent");
     </script>
</body>
</html>

Message posted by smooth on September-13-2007 at 3:09am
View smooth's Profile Profile   Search for other posts by smooth Search   Visit smooth's Homepage www   Quote smooth Quote   Send Private Message Send Msg  
smooth
Forum Moderator
Forum Moderator
Australia
November-23-2002
5401 Posts

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <title>360</title>
<script src="http://www.yourdomain.com/path/swfobject.js" language="javascript"></script>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0">
    <div id="flashcontent">      please download and install the latest version of
      <a title="http://www.adobe.com/go/getflashplayer" target="_blank">Flash Player</a>
      .
    </div>
<script language="javascript">
    var so = new SWFObject("http://www.yourdomain.com/path/panorama2flash.swf", "360", "400", "300", "9.0.28", "#ffffff");
    so.addParam("quality", "high");
    so.addParam("salign", "lt");
    so.addParam("allowScriptAccess", "always");
    so.addParam("allowFullScreen", "true");
    so.write("flashcontent");
     </script>
</body>
</html>

 

Regards, Smooth



Message posted by davinci440 on September-27-2007 at 2:45pm
View davinci440's Profile Profile   Search for other posts by davinci440 Search   Quote davinci440 Quote   Send Private Message Send Msg  
davinci440
Avatar
Standard Member
Standard Member
Panama
August-05-2007
3 Posts
Hi, Smooth.

these is what I did but still do not get anything. one improvement is that the message to install flash is gone, but the flash file does not appear. Here is a direct link to the file:

http://www.inpanama.biz/node/01/360/panorama2flash.swf

And here what we have done to the script, still the flash file does not appear.

you can check it at http://www.inpanama.biz
inside the article: "Flash File does not appear in these content." is where the file should appear.

Thanks, Jorge M.


<br />
<title>360</title>
<script src="http://www.inpanama.biz/node/01/360/swfobject.js" language="javascript">
</script>
<div id="flashcontent">
please download and install the hola latest version of
<a title="http://www.adobe.com/go/getflashplayer" target="_blank">Flash Player</a>
.
</div>
<script language="javascript">
var so = new SWFObject("http://www.inpanama.biz/node/01/360/panorama2flash.swf", "360", "400", "300", "9.0.28", "#ffffff");
so.addParam("quality", "high");
so.addParam("salign", "lt");
so.addParam("allowScriptAccess", "always");
so.addParam("allowFullScreen", "true");
so.write("flashcontent");
</script>

Message posted by smooth on September-27-2007 at 4:11pm
View smooth's Profile Profile   Search for other posts by smooth Search   Visit smooth's Homepage www   Quote smooth Quote   Send Private Message Send Msg  
smooth
Forum Moderator
Forum Moderator
Australia
November-23-2002
5401 Posts

It would appear that the path would also need to be set in the config.xml file to match. Problem is Easypano for some reason have encrypted this file. So until this can be adjusted I cannot help. Please ask Easypano support to give you the answer.

Regards, Smooth


If you wish to post a reply to this thread you must first Login
If you are not already registered you must first register

Forum Jump Post Reply Post New Topic
Printer Friendly Version Printable version

Powered by: - Web Wiz Guide Discussion Forums