Recent changes Random page
GAMING
more wikis
 
Gaming
Entertainment
Hobbies
Sports
Biggest wikis
see all...
See more...

User talk:LordTBT

Wikia - creating communities

Jump to: navigation, search

Contents

[edit] The Daily Edit delivery

The Daily Edit

Volume 1, Issue 1 May 2007 About The Daily Edit

News and notes In the news
Features and admins Technology report
ComTeam interview Featured Wikia Design

Archives | Newsroom | Tip Line | Free delivery! | Your Wiki | Credits | Subscribe by email RSS Shortcut : WC:EDIT

You are receiving this delivery because you are subscribed to it. If you have received this by mistake, please remove your user name from the list. --Leonbot | talk 20:07, 25 May 2007 (UTC)

[edit] The Daily Edit delivery

The Daily Edit

Volume 1, Issue 2 June 2007 About The Daily Edit

In the news Features and admins
Technology report User on User

Archives | Newsroom | Tip Line | Free delivery! | Your Wiki | Credits | Subscribe by email RSS
Shortcut : WC:EDIT


You are receiving this delivery because you are subscribed to it. If you have received this by mistake, please remove your user name from the list. --Leonbot | talk 22:05, 29 June 2007 (UTC)

[edit] The Daily Edit delivery

The Daily Edit

Volume 1, Issue 3 July 2007 About The Daily Edit

News and notes In the news
Features and admins User on User Technology report
Founder interview Featured Wikia Design

Archives | Newsroom | Tip Line | Free delivery! | Your Wiki | Credits | Subscribe by email RSS
Shortcut : WC:EDIT

You are receiving this delivery because you are subscribed to it. If you have received this by mistake, please remove your user name from the list. --Leonbot | talk 20:04, 31 July 2007 (UTC)

[edit] Re: Quicktime

Ok. Note that you must delete the last line (which says "Autoload") because is what the previous one does. The addOnloadHook will execute the function when the entire page is loaded, The last line doesn't and if the page is not loaded yet it could not find the elements to parse. In addition, I noticed a space is missing between WIDTH="{width} AND "HEIGHT="{height}" in my code, and also in your code. Maybe the autoplay could be disabled setting AUTOPLAY="false" in the two locations of the code where is placed.

You can insert an image or whatever you want inside the div. Just preserve a link to the movie If there were more than one link, the first one will be used as the movie src, and you can hide it if you want, placing it inside a <span style="display:none;">. All inside the div will get replaced by the movie when get loaded. It may be useful for browsers without JavaScript or without the plug-in. Also, you can replace {width} and {height} in the code to avoid showing the square div until the movie loads.

I just got inspired. Enjoy it ;) --Ciencia Al Poder (talk) -WikiDex 18:27, 2 December 2007 (UTC)

I have no idea why it overlaps some lines on the bottom :( And... I updated the code to be more standards-compliant. The embed tag doesn't exists on XHTML. And you must delete the bottom line parseQTMovies(); you have in your code, because it makes the script to attempt to execute it twice. If you copy the actual code you won't need to modify it to work (except for the overlap issue which I can't figure out what's the problem). If you know about JavaScript you can take a look to [1] to try other implementation. --Ciencia Al Poder (talk) -WikiDex 20:15, 3 December 2007 (UTC)