rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - forthehandyman

Pages: 1
1
Bug reports / %item-folder% and %encoded-folder%
« on: November 29, 2007, 04:46:08 PM »
I have been experiencing something different in build 146 while using Live 2.

I have vars set up for fileurl="%item-url%", folderpath="%item-folder%", and filename="%item-name%" in the template.

In filetypes.js, under case'.mp3', I have the href value set to href="mms://someipaddress'+folderpath+filename+'".

I know there are issues with mms://, but in all previous builds, this href worked perfectly for me.  However, in build 146, when you are in the folder containing the file, this href only returns the ip address and the filename (mms://1.2.3.4somefile.mp3), but if I do a search for "mp3", this href returns the ip address, folderpath, and the filename (mms://1.2.3.4/some folder/some file.mp3).

What's even more confusing to me is that if I replace %item-folder% in the var with %encoded-folder%, the opposite occurs.  In build 146, when you are in the folder containing the file, this href returns the ip address, folderpath, and filename(mms://1.2.3.4/some folder/some file.mp3), but if I do a search for "mp3", this href returns only the ip address and filename (mms://1.2.3.4some file.mp3).

Like I said, this worked perfectly in all builds prior to 146, but it does not work now.  This is just one example of this.  Even if you change mms:// in the above examples to http://, I still get the same results.  I have some href's set up this way because I use an alternate ip address for certain files and filetypes, so I need to specify the links as such.

If this is a bug, then I'm reporting it here.  If it is not a bug, but a problem with the code in Live 2, does anyone have any idea how to fix this?

JEFF


2
RAWR-Designs / RAWR-Player help...
« on: November 23, 2007, 10:56:40 PM »
Like I've said in other threads, I have very limited programming skills.  I'm trying to implement the RAWR-Player for mp3's and avi's into the Live 2 template.  I've been partially successful.  I can get the window to pop up, and the audio to start playing with both mp3's and avi's, but that's about it.  The window is incomplete and never shows the player, or any video with avi's.  I've attached a picture of an mp3 playing.  An avi playing basically looks the same, except the window is obviously much bigger.  Does anyone know why this is happening, and what I can do to fix it?  I'm starting to run out of ideas, since my programming skills are slightly above cut and paste.  If there is anything else I can provide, please let me know.

Pages: 1