Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Using video/flash in topics?
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 17

Podge
Support Moderator

Ireland
3775 Posts

Posted - 27 February 2006 :  12:17:41  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message  Reply with Quote
quote:
When you try to edit a topic/reply containing flash, the edit field shows this:

[flash" SRC="LinkToFlashFile.swf" HIDDEN="false" AUTOSTART="true" LOOP="true" volume="100"></EMBED>

I couldn't recreate this. Can you post (or email) the exact code you're using to insert the flash ?<

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

Karel Bata
Junior Member

United Kingdom
122 Posts

Posted - 27 February 2006 :  14:08:29  Show Profile  Visit Karel Bata's Homepage  Reply with Quote

My bad. There is a beta Yahoo video search portal at http://video.search.yahoo.com/video/advanced

Google Video? Not easy. I came up with these, but they are messy...

Maybe the second isn't so bad. You'll be using that text you get when you hover right?
<
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 27 February 2006 :  15:19:51  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message  Reply with Quote
Second one is fine. I'll add some mouseover text also. Might not get as much done as I had hoped this evening.<

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

Karel Bata
Junior Member

United Kingdom
122 Posts

Posted - 27 February 2006 :  17:36:57  Show Profile  Visit Karel Bata's Homepage  Reply with Quote

"Mouseover" yes, that's it...

I did know. Really. I've actually got an HND in these things...
<
Go to Top of Page

ILLHILL
Junior Member

Netherlands
341 Posts

Posted - 27 February 2006 :  17:52:25  Show Profile  Reply with Quote
Podge, from which file do you need the code?
inc_func_common?

<

CLPPR.com - All The News Only Seconds Away
Go to Top of Page

Karel Bata
Junior Member

United Kingdom
122 Posts

Posted - 27 February 2006 :  18:34:11  Show Profile  Visit Karel Bata's Homepage  Reply with Quote

Podge, took a look at your site.

Using Firefox (running on XP),
The first WMV started playing as soon as I opened the page (well as soon as it had buffered).
The other three, Flash, youtube, and GoogleVideo showed their relevant poster frame
and did not play until triggered to.

Using IE,
the WMV behaved itself - it showed a poster frame until I hit play.
Flash was triggered by mouseover.
YouTube showed a play button with no poster frame. When I hit the play button I got a screen saying both
"share this video" and "replay this video" Hitting play again gave me a blank screen.
Google Video gave me a blank black screen.




What about Quicktime files? My users will for the most part use Quicktime stored on their own or
rented server space.

BTW I tried visiting Microsoft using Firefox and was told I wasn't allowed access to a page of info
- I had to use IE to read it. So I do believe Microsoft are deliberately encouraging Firefox / WMP
incompatabilities. (Or maybe everyone here already knows this...)
<
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 27 February 2006 :  18:48:53  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message  Reply with Quote
Thats strange. It works for me using both IE6, IE Beta 7 and Firefox. WMV autoplays using Firefox. I didn't have a Quicktime movie to post but it should work. If you were using vid.asp, there might be problems with my version of it yet.

I'm doing the icons at the moment.

MarcelG. You are right of course. If the regex extracts the Google Url, then it doesn't matter what else is in there, the Google Url is the only one which can ever get used and that passes the check when urldecoded. So that function should be fine as is. I just have to solve the problem with vid.asp now.<

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

Karel Bata
Junior Member

United Kingdom
122 Posts

Posted - 27 February 2006 :  20:30:55  Show Profile  Visit Karel Bata's Homepage  Reply with Quote

Feel free to use this quicktime of mine as a test http://www.sweetheartfilms.com/JLlarge.mov Just link directly to it. It's set as fast start.<
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 02 March 2006 :  06:03:55  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
quote:
Originally posted by MarcelG
[br
quote:
Originally posted by tribaliztic
One of my users report that the movie start automatically in FireFox, is it possible to have it start when the user click "play" as in IE?



Can you specify with which video type he has this problem, and on which page (topic.asp or vid.asp) ?
Whether or not autostart is used, is defined in the embedding.js file.
If I'm not mistaking, FireFox ignores the <OBJECT> part of the tags, and only utilizes the <EMBED> tag.
I've defined autostart the same for the OBJECT as well as the EMBED tag...so I'm wondering why this is happening. It might be a bug in FireFox.....



The user visited break.com and it was the same there, both with IE and FF.
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 02 March 2006 :  08:16:32  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message  Reply with Quote
According to this the embedding javascript should be using
autostart value ='0' instead of autostart value ='false'
http://forums.mozillazine.org/viewtopic.php?t=363939&highlight=autostart+media

This code is supposed to be cross browser compliant (and easier to use).

<object width="85" height="30" type="application/x-mplayer2"> 
   <param name="fileName" value="http://webzoom.freewebs.com/ukdave/Music/DavesTrumpet.WMA"> 
   <param name="autostart" value="0"> 
</object>


I can't try it out until this evening.<

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.

Edited by - Podge on 02 March 2006 08:18:27
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 02 March 2006 :  08:34:35  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Hm.. I've seen this somewhere else.. I think it was on this forum even..
Glad you found a solution =)
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 02 March 2006 :  08:45:44  Show Profile  Visit MarcelG's Homepage  Reply with Quote
edit: never mind....I'll provide the updated embedding.js in a few hours.<

portfolio - linkshrinker - oxle - twitter

Edited by - MarcelG on 02 March 2006 08:56:43
Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 02 March 2006 :  09:03:34  Show Profile  Visit MarcelG's Homepage  Reply with Quote
If you do the following find/replace in embedding.js, you should effectively change the way the Windows Media player object is handled by embedding.js.

This one does NOT change the Quicktime player object.

Find this:
	if(autostart != true && autostart != false && autostart != "true" && autostart != "false"){
		autostart = false; //Replace with default. Default = false.
	}//See if we can continue.	

Replace it with this:
	if(autostart != true && autostart != "true" && autostart != "1" && autostart != 1){
		autostart = 0; //Replace with default. Default = 0 (false).
		}else{
		autostart = 1; //Replace with 1, being zero.
	}//See if we can continue.	

For the Quicktime object, use the following replacement.
	if(autoplay != true && autoplay != false && autoplay != "true" && autoplay != "false"){
		autoplay = false; //Replace with default. Default = false.
	}//See if we can continue.	

by
	if(autoplay != true && autoplay != "true" && autoplay != "1" && autoplay != 1){
		autoplay = 0; //Replace with default. Default = 0 (false).
		}else{
		autoplay = 1; //Replace with 1, being zero.
	}//See if we can continue.	
<

portfolio - linkshrinker - oxle - twitter
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 02 March 2006 :  09:10:55  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Thanks!
I'll have my user check this out tonight...
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 02 March 2006 :  09:13:58  Show Profile  Visit MarcelG's Homepage  Reply with Quote
I've updated the version of embedding.js on oxle.com ; testing in progress.

here's the updated file : http://oxle.com/embedding.js<

portfolio - linkshrinker - oxle - twitter

Edited by - MarcelG on 02 March 2006 09:14:33
Go to Top of Page
Page: of 17 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.15 seconds. Powered By: Snitz Forums 2000 Version 3.4.07