OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

FP and videos made with Moyea MX

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> FP and videos made with Moyea MX
Page: [1]
 
sventer

 

Posts: 86
Joined: 1/8/2004
Status: offline

 
FP and videos made with Moyea MX - 1/27/2009 20:40:00   
Hi All...I seemed to be jinxed with video placement. Sometimes it works and sometimes it doesn't.

Here's a perfect example: I've uploaded the site to:

http://svwebpreview.com.mytempweb.com/videopage.htm

on videopage.htm I have a number of videos that were converted from dvd with MOyea Flash Video MX. Only one of them is working...the others are setup the same I do believe and the files are there in the same folder setup the same as th one that is working.

Any advice? I certainly hope someone can help cause the client wants it before yesterday...:)

Thanks in advance,
Sharon

TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: FP and videos made with Moyea MX - 1/27/2009 21:48:59   
You've (correctly) used a javascript to put two movies onto the page but have used "embed" tags for all of the rest.
You should be using javascript to place the movies on the page. Start here: http://code.google.com/p/swfobject/

_____________________________

:)

Follow us on TWITTER

(in reply to sventer)
EdgeAgain

 

Posts: 25
Joined: 7/9/2008
Status: offline

 
RE: FP and videos made with Moyea MX - 1/28/2009 11:28:56   

quote:


Only one of them is working...the others are setup the same I do believe and the files are there in the same folder setup the same as th one that is working.


If I enter the url directly, only one is working. It plays directly on the browser. Are you sure the others are there?

http://svwebpreview.com.mytempweb.com/videos/otitismedia.swf



Ed

(in reply to sventer)
sventer

 

Posts: 86
Joined: 1/8/2004
Status: offline

 
RE: FP and videos made with Moyea MX - 1/28/2009 11:39:09   
Yes I am absolutely certain they're all in the same folder as the one that is working.

I'm trying to figure out what the first reply is saying; and am following the link given...Thanks,

Sharon

(in reply to EdgeAgain)
EdgeAgain

 

Posts: 25
Joined: 7/9/2008
Status: offline

 
RE: FP and videos made with Moyea MX - 1/28/2009 11:45:12   
I think there must be something wrong with the video files. Edit - or maybe there are some support files generated by Moyea that didn't get uploaded.

The following page I made plays the videos in the same screen/space. It uses a separate javascript file referenced in the head.

http://www.edgesz28.com/edgesz28/embedmediaplayer-terry.htm

The only one that works is the same file as on your site - "Otitis Media"

I would start with the videos themselves, not the embedded players.

Ed

(in reply to sventer)
sventer

 

Posts: 86
Joined: 1/8/2004
Status: offline

 
RE: FP and videos made with Moyea MX - 1/28/2009 12:43:23   
Thanks Ed...I will go back and redo them...I uploaded everything like with the otitis one that works...say, and I like the idea of putting them on the page the way you did; okay if I steal it??? :)
I'll let you know what happens!
Sharon

(in reply to EdgeAgain)
EdgeAgain

 

Posts: 25
Joined: 7/9/2008
Status: offline

 
RE: FP and videos made with Moyea MX - 1/29/2009 9:58:04   
On some of the free flv converters I have used, a xml file is generated that must be uploaded. So knowing that you have one file that works, otitismedia.swf, I typed in otitismedia.xml. But it is not there. So on a hunch, I typed in otitismedia.html; and a file showed up on the browser.

http://svwebpreview.com.mytempweb.com/videos/otitismedia.html

Then I viewed the code for this file. It references the otitismedia.swf file.

<title>OtitisMedia</title>
<center>
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="352" height="304">
  <param name="movie" value="OtitisMedia.swf">
  <param name="quality" value="high">
  <param name="allowScriptAccess" value="sameDomain" />
  <param name="allowFullScreen" value="True" />
  <embed src="OtitisMedia.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="352" height="304" allowScriptAccess="sameDomain" allowFullScreen="True">

  </embed> 
</object>
</center>


But when I check the other video html files, the value names are wrong. For instance, http://svwebpreview.com.mytempweb.com/videos/adulthearingloss.swf has a html file (http://svwebpreview.com.mytempweb.com/videos/adulthearingloss.html), but the code says:

<title>VTS_01_2</title>
<center>
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="352" height="304">
  <param name="movie" value="VTS_01_2.swf">
  <param name="quality" value="high">
  <param name="allowScriptAccess" value="sameDomain" />
  <param name="allowFullScreen" value="True" />
  <embed src="VTS_01_2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="352" height="304" allowScriptAccess="sameDomain" allowFullScreen="True">

  </embed> 
</object>
</center>


Notice the value="VTS_01_2.swf". I'll bet if you open this html file in an editor (Frontpage, Notepad, etc) and change the value and src to "adulthearingloss.swf" and upload the new file, the swf file will play.

Give it a try.

Ed

< Message edited by EdgeAgain -- 1/29/2009 10:15:29 >

(in reply to sventer)
sventer

 

Posts: 86
Joined: 1/8/2004
Status: offline

 
RE: FP and videos made with Moyea MX - 1/29/2009 15:04:45   
Got it!
Ed...your clues gave me the answer...I was simply letting the flv program name the files whatever it wanted and then changed the filename in the directories. I tried simply changing the html code references but that didn't work; so I went back and used the correct names during the conversion and voila!
Thanks ever so much for all of your help!

Sharon

(in reply to EdgeAgain)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> FP and videos made with Moyea MX
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts