Flash Site

A forum with Tips, tricks and small tutorials.

Moderators: mcsmom, unixboymd

Forum rules
Post Reply
bazzah
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Sat Dec 01, 2007 11:12 pm

Flash Site

Post by bazzah » Fri Dec 07, 2007 9:30 pm

I have a site allready built in Flash, can I place this in the same directory as my jooomla site, Pointing Joomla to this site is no problem the problem I'm having is pointing the flash site back to the joomla web site, using this AScode (on (release) {
getURL("Joomla_1.0.13-Stable-Full_Package/templates/mysite/index.php", "_blank");
}
)I get an error.

If I use the URL code (on (release) getURL("../mysite/index.php")) I get a fatal error, can someone please help.

regards

Bazza

I'm sure there is a trick to this.
Last edited by bazzah on Fri Dec 07, 2007 9:33 pm, edited 1 time in total.

User avatar
Perkdaddy
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Mon Oct 29, 2007 12:02 pm
Location: Sharm el Sheikh, Egypt
Contact:

Re: Flash Site

Post by Perkdaddy » Mon Dec 10, 2007 12:04 pm

Ewww, It looks as if the action script is a little crazy
maybe something like this?

Code: Select all

this.onRelease = function() {
   getURL("http://www.WHATEVER.com");
};


This is the action script for a button that I initially used for my banner adverts (clickthru URL's for flash)

What are you using the flash for? an intro? or a full on flash site? If then, i'm sure something must be clicked to point back to your joomla site, this link below will help.

see:

http://forum.joomla.org/index.php/topic ... msg1075128
{Patrick Kennedy} Webmaster, SEO Pro

"Google created a new IT field for their unemployed, Silicon Valley friends, SEO Management!!!"
http://www.sinaigrandcasino.com

bazzah
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Sat Dec 01, 2007 11:12 pm

Re: Flash Site

Post by bazzah » Mon Dec 10, 2007 11:53 pm

Perkdaddy wrote:Ewww, It looks as if the action script is a little crazy
maybe something like this?

Code: Select all

this.onRelease = function() {
   getURL("http://www.WHATEVER.com");
};


This is the action script for a button that I initially used for my banner adverts (clickthru URL's for flash)

What are you using the flash for? an intro? or a full on flash site? If then, i'm sure something must be clicked to point back to your joomla site, this link below will help.

see:

http://forum.joomla.org/index.php/topic ... msg1075128


The above code doesn't work, it has something to do with the fact that the Flashsite is sitting in the root directory as joomla and I think this is the major issue, the code you have up there I had tried that method whereas it sits in the frame, the code I was using I had it on the actual button but getting the same result which is no show your honour. But thanks heaps for your input.

Regards

Bazzah

gham
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Dec 25, 2006 4:38 pm

Re: Flash Site

Post by gham » Thu Jan 03, 2008 6:55 pm

[size=100][color=pink]Hi there,

Still having problems???

Solution: Create a subdomain on your server or ask your hosting provider to do it for you. Now move the Flash website to the correct forlder and tadaa! 2 different websites happy together.

1 of my websites is currently configured to hold a Joomla and a Flash website and it works perfect.

Good luck!
GhaM
Last edited by dhuelsmann on Tue Jan 15, 2008 12:06 am, edited 1 time in total.

gham
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Dec 25, 2006 4:38 pm

Re: Flash Site

Post by gham » Sun Jan 13, 2008 10:41 am



[color=pink]Xcuse me??? I don't follow.

Grtz
GhaM
Last edited by dhuelsmann on Tue Jan 15, 2008 12:07 am, edited 1 time in total.


Post Reply