ActiveDen

3D Wheel XML Template w/ flickr & YouTube Support

  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Laligan says
Purchased

Hi flashedge I seem to have a problem. When I edited the xml and everything works fine on my comp. but when i upload the deploy folder nothing seems to load. it just stops with the background pic. I have to have this site up and running by this weekend Please its urgent..

Thanks Nick.

2 months ago
Author
flashedge flashedge replied

Keep sure all paths are correct. If you’re using videos or other streaming assets try adding a ”../” prefix to your paths or use absolute urls to keep it portable.

2 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
aleeesashaaa says

I have a question: if I don’t have Adobe Flash, will I be able to customize the template? I don’t have Adobe Flash and I’m not able to use it… :(

2 months ago
Author
flashedge flashedge replied

You don’t need flash to use the template as long you’re familiar in editing simple xml files and can copy your media into the right folders.

2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Laligan says
Purchased

Thanks for the prompt reply. Thing is i even upload the original file which you created and same thing happened. It just loads the background pic and stops. I just copied all the files in the Deploy folder. Everything works fine when running on my computer, but when i upload it it just stops with the background pic. I am not sure if there is any permissions or stuff.. i tried it on 2 different domains but still the same thing. I just added some pics. nothing fancy.

Thanks

2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Laligan says
Purchased

Hey flashedge.. I figured it out.. thanks and sorry for troubling you.. you are the best.. Thanks a lot buddy..

Nick

2 months ago
Author
flashedge flashedge replied

You’re welcome. :)

2 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
Alpharis says
Purchased

Hello,

Just for info for people who are interested in this module, it works great!

And the support is excellent, quick and very dedicated. So do yourself a favor, buy this module! You won’t regret it and your website too.

Kind Regards

2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Laligan says
Purchased

hi flashedge.. I need to add a video(youtube) as intro. How do i go about it. Is there anyway i could contact you privately..

Thanks

Nick

2 months ago
Author
flashedge flashedge replied

There is a node called home in the template xml file, use it to put your youtube video it will show up as first page. If you need further assistance click on my profile and fill out the form on the bottom right to get in touch.

2 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
avasilyev says
Purchased

Hi Flashedge, first of all – thank you for a great solution!

My question is: how can I change alignment of html window instead of center on default?

Andrey.

2 months ago
Author
flashedge flashedge replied

You can alter the html alignment in the template class on line 404 and 405 where you’ll find this:

htmlObj.x = Math.floor(stage.stageWidth * .5 - htmlObjContent.width * .5);
htmlObj.y = Math.floor(stage.stageHeight * .5 - htmlObjContent.height * .5);
Just replace the values as you like and recompile the template.
2 months ago
Purchased
Default-user avasilyev replied

Dear Flashedge, Thank you for quick response! It works, but only when I rescale the page (go to fullscreen mode). First load is still position html obj on center… Andrey.

2 months ago
Author
flashedge flashedge replied
Line 2361 in Template.as where you’ll find this:
tween = new PropertyTween(obj, "x",Cubic.easeOut, Math.floor(stage.stageWidth*.5 - obj.width*.5), 1);

Replace the values to your needs. Save and recompile.

2 months ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
lucbelliard says

hello, how can we change the right click context menu?

1 month ago
Author
flashedge flashedge replied

By editing the template setup, it’s explained in the user guide.

1 month ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
lucbelliard says

sorry but I do not speak very good English and I did not solve my problem as I try to explain my approach. I changed it in the file “template.xml” ” contextMenuEnabled = “true” contextMenuLabel = “jojo.toc” contextMenuLink = “http://mysite.free.fr/” ”

its not working ...
After I opened the file "Template.as" with Flash CS4 and I change the action script code:
var item: ContextMenuItem = new ContextMenuItem ("© my text");
item.addEventListener (ContextMenuEvent.MENU_ITEM_SELECT, link, false, 0, true);
menu.customItems.push (item);
this.contextMenu = menu;
}
public function link (e: ContextMenuEvent): void {
var url: String = "http://tagada.free.fr";
var request: URLRequest = new URLRequest (url);
navigateToURL (request, "_blank");
It works but the menu of my index page no longer works and is very small ...
28 days ago
Author
flashedge flashedge replied

Why did you change the class? It should work directly from the xml file if you refresh your cache.

Anyway if you have corrupted fonts in the compiled template it’s much likely because you didn’t install on your system the ones used in the template which can be downloaded at the links provided in the end of the userguide.

PF Ronda seven can be downloaded here: http://p.yusukekamiyamane.com/fonts/

Confortaa is available here: http://aajohan.deviantart.com/art/Comfortaa-font-105395949
26 days ago
by
by
by
by
by