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 22 days ago
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

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.
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 22 days 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
@davideng
try this, may be it helps
videoplayer._width = Stage.width/2;
videoplayer._height = Stage.height/2;
on line 12,13 doResize layer
mAqq
@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 22 days 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
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.
Hi nakhaei82
The original file is working good. Have you changed anything?