Search  
Search Options

XML FULLSCREEN WEBTV V1

HomeBrowse CategoriesFlashSite TemplatesCreative / PortfolioXml fullscreen WebTV v1
Full_screen_preview

XML FULLSCREEN WEBTV V1

File developed with: Action Script 2 [AS2]

Features
This is a complete solution of a WebTV using XML . Get videos from YouTube or local .flv files and publish then on your own flash full screen WebTV. It’s very simple to update the videos and professional looking. After you set whatever videos you would like on your WebTV, they will be playing in loop as in a real TV.

Features:
- Full screen mode.
- Publish videos from YouTube to your WebTV from YouTube video URL .
- Use YouTube URL or Local .flv files.
- Configure your own playlist on the XML file and your WebTV will play it in Loop mode.
- Right mouse click for full screen mode.
- XML RSS 2 .0 validated file.
- Font files included.

Updates
08 May 2008
Remove Blur Effect over videos
Load local flv files

Reported bugs
CPU Performance

Future Updates
New Video Sources
Control Display Mode
Dynamic WebTV Logo
Link On WebTV Logo
About Page
Contact Form
Video Playlist
Random Play Button
Play Other File Formats
Dynamic Color Theme
Dynamic Fullscreen Button
Smooth Video Option
Loop Button


GENERAL FAQ
Triworks.net is answering most of the support questions on our general FAQ . Please check it before sending us a support request. If you can’t find an answer to your questions send us an e-mail and we will include it in our FAQ .
Download general FAQ


TRIWORKS .NET QUICK PORTFOLIO
Check our portfolio here

XML Website templates

XML Image Galleries

XML News

XML Audio Players

XML Video Players

XML Video Galleries

WEB TV

Backgrounds



Utils

Posted 9 months ago

Hi mAqq
I’m pretty sure the problem you’ve is the paths. Check that in the webTV code we use _root a lot. You’ve to alter all of those paths to make it work inside v3.

Posted about 1 month ago

Hi Triworks, I am trying to resize this swf and loadMovie so it fits into on top of a graphic of a TV screen. It appears as though there is absolutely no way of restricting the size of the webTV swf. Can you help?

Posted about 1 month ago

Hello 3worx
i changed the path to the xml file on line 16 in main.fla web
VideoListFiles.load(“http://ultragrey.eu/modules/xml/videos.xml”;);
gave an absolute adress to:
#include “http://www.ultragrey.eu/modules/common.as”
#include “http://www.ultragrey.eu/modules/animFunctions.as”
but it still wont work.
I feel absolutely lost
is there something else to change? thanx for answer
mAqq

Posted about 1 month ago

@davideng
try this, may be it helps
videoplayer._width = Stage.width/2;
videoplayer._height = Stage.height/2;
on line 12,13 doResize layer
mAqq

Posted about 1 month ago

@mAqq Cheers, I think I have made some headway on that but for the life of me I am not able to change the URLs from the packaged youtube examples to my own. Any help on that too would be appreciated – I am getting fed up of graphc design and graffitti.

David

Posted about 1 month ago

@davideng
well”>@davideng
well
the URLs are saved in the videos.xml file. upload some video of yours to your server and change the path in the xml.
mAqq

Posted about 1 month ago

Hi mAqq
It’s not that paths you’ve to alter but the ones inside the code on the actions painel. Those paths you can leave them as they were. Find everyhting that have a _root in behind and change it to the right path.

Posted about 1 month ago

I have this file and the loop is not working. Anybody knows why?

Posted 28 days ago

Hi nakhaei82
The original file is working good. Have you changed anything?

Posted 28 days ago

This is a great player to allow both youtube and local flv playback. Full screen works great.

Only question. How can I use a dynamic generated playlist from the url ie. main.swf?VideoListFiles=http://myxmlurl{$GENID} without forcing me to use the static xml/videos.xml file?

It would also be nice to turn off and on features from the url or embed code.

— For those looking on how to make it work, check your embed code and set allowFullScreen to true. If you want to link the logo, modify the flash source provided and add AS code for a button with url.

M XMLA

Posted 19 days ago

Hi xmla
You don’t have to use local flv files. Just use external urls.

Specifically, what do you want to turn on/off?

Posted 18 days ago