How do you install. When i uplaod nothing shows up on page..please help
#  /  posted on Dec 08, 2008
Home / Forum / Components Discussions / ikoOte v1.0 - XML/Flash website
Started 3 years ago by mjohnson101
Last reply by nitrox
How do you install. When i uplaod nothing shows up on page..please help
Hi, an update is being uploaded right now with visual tutorials on how to install.
You will find it very easy to install, simple copy and paste process : )
i bought on flashden same user, there isnt any guides or tutorioals, could you please email, at mattjohnson10@yahoo.com, or flashden, Im trying to add another module, Thanks love the work..
I'm having problems editing the Fla's. Im using Flash 8 & AS.2
Its throwing up the following script errors when I try to publish the swf's.
**Error** Scene=Scene 1, layer=Config, frame=1:Line 1: The class or interface 'XML' could not be loaded.
var Config:XML = new XML();
Hi I was thinking of purchasing, but I only need the .flv_player section for now and I notice that the volume control in the video section does not work, will that be the case when I purchase it.
Hi,
The volume control works correctly, maybe you were viewing a video that doesn’t have sound , or your speakers were turned off :)
Unfortunately, for now the video player is not available as a standalone file, it’s only included in ikoOte’s package.
I’m having problems editing the Fla’s. Im using Flash 8 & AS.2
Its throwing up the following script errors when I try to publish the swf’s.
Error Scene=Scene 1, layer=Config, frame=1:Line 1: The class or interface ‘XML’ could not be loaded.
var ConfigML = new XML;
Any help?
I unzip the files, open main.fla in Flash 8 Professional, on the Config layer check syntax and get Error Scene=Scene 1, layer=Config, frame=1:Line 1: The class or interface ‘XML’ could not be loaded. var Config:XML = new XML;
Am I missing somthing?
I like the look of this template over others I have seen.
My main use would be for video portfolio and awards for programs.
Can modules be renamed and/or deleted? For example, portfolio I would like to change to another name, but retain the function.
As for Gallery and slideshow I have no need for so I would rather just delete them. is this possible with this template?
Yes, you can add/remove modules , edit them , change site color , add/remove colors/backgrounds to the list, you can practically change everything : )
Excellent template! I just have a quick question about targeting areas on the site.
IE. I made a SWF for the home page, but i can’t get the symbols to show where i’m wanting them to go. Like i want a button in the bottom right hand corner, but it shows up in the middle of the website.
Any help would be appreciated.
Thanks again and great template!
Sorry I am a little new to Flash. I just bought your template. When I unzip it on my local drive your default works really nicely. So, WITHOUT making any changes I copied it onto my web site then all I get is a black blank screen?? Shouldnt I see the same thing as when I am running it from my local drive?
You can see it on here.
http://lesbooba.com/2.0/
Thanks.
-ERic
hi,
is there a ikoOte version with integrated Guestbook? i missing this feature !
If you have GuestBook v1.0 and ikoOte v1.0 , you can use them both : )
You can use any AS2 flash files with ikoOte v1.0 , even if I didn’t make them.
Great work, but it seems to crash the browser (or is it just me??)
If you open the Guest book (that I bought as well) and use the mouse to scroll fast through the comments IE7.6 closes by itself.
http://romeo-gaga.com/
Any idea why??
Thanks.
BTW, once again I love your work.
-Eric
Hi nitrox
Very nice work. Just bought and edited the XML with no problem at all..
But now I having the same problem with Ericminou
“ I upload it onto my web site then all I get is a black blank screen ?? Shouldnt I see the same thing as when I am running it from my local drive?”
Any idea?
Thanks
Yes you should, did you use DreamWeaver to edit the XML?
There were some reports that saving the XML file from DW does this, try using NotePad instead.
Can you please send me a PM with a link to your website?
Hey nitrox,
Just curious. How difficult is it to load my flickr photos into the gallery module? I love the site template. It is great how you took all the modules and stuffed them into a ready made package.
Thanks,
Robert
Ahlan : )
You can specify the links of your images in the XML file, but you will need to update it manually.
If you want it to auto-update, it will need to be customized a little.
hi nitrox
I need to add a flash MP3 player into my ikoote website.
Can I simply use any flash mp3 player as a module in ikoote?
Thanks
Hi nitrox,
Got one last question, how can i link a slide from the slideshow to another part of the site?
Thanks!
You can do that, but you will need to edit the action script of the module.
If you are loading SWF files as slides, call the *__root.LoadContent(“path to content”)_ * function using buttons , movie clips or frame actions.
Sorry, HTML codes aren’t working… the proper name of the function is LoadContent(“content path”)
For example , say you have a button called myButton in mySWF.swf.
Paste this code for the actions of the button:
on(release){
_root.LoadContent(“myContent.swf”);
}
Use mySWF.swf as a slide and when myButton is clicked, myContent.swf will be loaded as a module and the slideshow module will fade out.
Of course you can do this with any module , not necessarily myContent.swf