Home | Products | Consulting | Forums | Support | Order | 1-800-752-0455
  Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued Products: Page Publisher:
Adding wmv files to to website via Page Publisher

 

 


joannet
New User

Feb 27, 2007, 1:22 AM

Post #1 of 9 (3643 views)
Shortcut
Adding wmv files to to website via Page Publisher Can't Post

Hi,

Is it possible to add a movie file (wmv) ~25MB to a website via Page Publisher?
If so, how?
I have added wmv extension to the file upload section in the Set Up options of Page Paublisher Admin site.
Thanks.


ross
Staff / Moderator


Feb 27, 2007, 11:42 AM

Post #2 of 9 (3640 views)
Shortcut
Re: [joannet] Adding wmv files to to website via Page Publisher [In reply to] Can't Post

Hi there

Thanks for posting and welcome to the board!

You definitely can upload wmv files with Page Publisher. You can actually upload any file you like as long as its extension is in your list. Since you already did this for wmv, all you need to do is add the file_select publishing tag to one of your pages where you want the link to the movie to go. Here's an example:


Code
<!-- publish type="file_select" allowupload="yes" allowadd="yes" allowremove="yes" --> 
<!-- /publish -->


Give that a shot and let me know how you make out Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com


Hire me!
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.




joannet
New User

Feb 28, 2007, 3:59 AM

Post #3 of 9 (3628 views)
Shortcut
Re: [ross] Adding wmv files to to website via Page Publisher [In reply to] Can't Post

Thanks for that info, Ross.
I did this and I also linked the url of the wmv via the hyperlink icon.
Both methods worked but there are some issues I hope you can help me with.
Visit the following link http://www.aperfectevent4u.com.au/product_catalogue.wmv. This is the url of the video file. As you can see it is ~23MB and takes ages to download, and it also doesn't open in it's own browser window. You have to open it on your computer.
Is this because it is in wmv format?
Should it be in a different format - e.g. qtp, etc?
The url also appears blank in Firefox too.
Any suggesitons would be much appreciated.

Thanks.


ross
Staff / Moderator


Feb 28, 2007, 8:47 AM

Post #4 of 9 (3625 views)
Shortcut
Re: [joannet] Adding wmv files to to website via Page Publisher [In reply to] Can't Post

Hi again

What I am thinking would be best here is if you could give me an idea of what you actually want to do. There a bunch of different ways to work with the files you upload in Page Publisher so narrowing it down a bit will make things easier.

For example, were you looking to embed the wmv file into your browser, or do you just want it to keep popping up into a new window?

As for the load time, there isn't too much we can do there. Downloading a 23 meg file is always going to take a while.

If you could get back to me on this, I'll see what options we have and get into explaining them for you Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com


Hire me!
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.




joannet
New User

Feb 28, 2007, 11:23 AM

Post #5 of 9 (3620 views)
Shortcut
Re: [ross] Adding wmv files to to website via Page Publisher [In reply to] Can't Post

Embedding the wmv file into the browser, or having it pop up into a new window are both ideas I prefer to what is happening now.
Could you please explain how to do both?
Thanks.


ross
Staff / Moderator


Feb 28, 2007, 3:23 PM

Post #6 of 9 (3615 views)
Shortcut
Re: [joannet] Adding wmv files to to website via Page Publisher [In reply to] Can't Post

Hi again

Thanks for getting back to me!

I am actually going to have to think a bit more about the embedded video option as my original idea turned out not to be something that could be setup Smile.

For now though, what you could do is stick this code onto your page where the link to your wmv file needs to be:


Code
<!-- publish type="file_select" allowupload="yes" allowadd="yes" allowremove="yes" -->  

<a href="aaaa.wmv" target="_blank">View Video</a>

<!-- /publish -->


That should make it so the link opens in a new window for you. Don't worry about the aaaa.wmv part though. That's just a dummy link that Page Publisher is going to adjust for you anyway.

Give this a shot and let me know what you think Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com


Hire me!
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.




john@pascoe.net
User

Oct 22, 2007, 10:35 AM

Post #7 of 9 (2465 views)
Shortcut
Re: [ross] Adding wmv files to to website via Page Publisher [In reply to] Can't Post

Ross

This is the only reference to video on the forum that I found.

I do want to have a box on a page for the video to be displayed in. I do not want extra browser windows to pop up. I think below the box I will have links to the video that my clients download. clink link video playes in the box.

any info on how to set it up.



thanks

jj


john@pascoe.net
User

Oct 22, 2007, 11:06 AM

Post #8 of 9 (2462 views)
Shortcut
Re: [john@pascoe.net] Adding wmv files to to website via Page Publisher [In reply to] Can't Post

more info



If I embedd this object how would the client upload the video to it?



thanks

jj



<object codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="480" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" height="376">
<param name="src" value="http://mysite.com/video.mov" />
<param name="controller" value="True" />
<param name="cache" value="False" />
<param name="autoplay" value="False" />
<param name="kioskmode" value="False" />
<param name="scale" value="tofit" />
<embed src="http://mysite.com/video.mov" pluginspage="http://www.apple.com/quicktime/download/" scale="tofit" kioskmode="False" qtsrc="http://mysite.com/video.mov" cache="False" height="376" width="480" controller="True" type="video/quicktime" autoplay="False"></embed></object>


Ingrid
New User

Oct 22, 2007, 5:31 PM

Post #9 of 9 (2438 views)
Shortcut
Re: [john@pascoe.net] Adding wmv files to to website via Page Publisher [In reply to] Can't Post

Hi John,

Thanks for your post. :)

This is how you would embed a movie in a Page Publisher document.

1. Create a new page in the Page Publisher interface.

2. In the page content add your embed information, it needs to be in a text field and not a WYSIWYG field (otherwise the code will likely be changed). Page publisher tags can't go within the embedded video information.

3. Add the movie file as a file upload but leave the link text blank.

4. When the user wants to change the movie file, they need to manually enter the new URL in the embed statement, in the three required places.

Please note that for this solution to work, the user will need to be familiar with how to insert the URL in the correct place and have to know the full URL for the movie file they are trying to link to.

I hope this information makes sense, please let me know if you have any more questions.

Regards,

Ingrid Molander
Product Specialist
support@interactivetools.com
1-800-752-0455
--
HIRE A CONSULTANT TO GET THE MOST FROM YOUR SITE
Anything from in-page comments to design integration, or tweaking to get your site just right, we can get it done fast.
http://www.interactivetools.com/consulting/

 
 
 


Search for (options)
Products
CMS Builder
Article Manager
Realty Manager
Listings Manager
Order Now
Services
Priority Consulting
Support
Online Documentation
Support Forums
Support Homepage
Company Info
12 reasons to choose us!
Meet the team
Monthly newsletter
Contact Us
Toll Free: 1-800-752-0455
Phone: (604) 689-3347
Sales | Support
Conditions of Use | Privacy Policy | Copyright © interactivetools.com 2008
#201 - 2730 Commercial Drive, Vancouver BC Canada V5N 5P4