creating frame w/out iframe

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
xxcrashxx
Forum Newbie
Posts: 3
Joined: Tue Jun 20, 2006 7:36 am

creating frame w/out iframe

Post by xxcrashxx »

ive been searching around for hours now tryin to figure this out. hopefully someone on here can help me out.

im designing my site, and i wanna put a shoutbox on it. i got the shout box working on another site of mine, but the site that i want it on, doesnt support javascript or iframe. is there some other alternative that i can use to display my php script on my page w/out using javascript or iframe??

on that note, anyone know of a way i can basically do it in flash??? ive been following some flash tutorials, they claim it works, they post their own working examples, but when i plug in my own variables, it dont work for me. like... it will post to the sql database, but it wont display the php script on the flash movie. anyone know what the coding is to use in flash to run php scripts in flash?? any help at all would be greatly appreciated.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

You'll need one or the other (javascript vs iframe) to do a shoutbox without external help, i.e. Flash/Java/etc
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Re: creating frame w/out iframe

Post by Roja »

xxcrashxx wrote:is there some other alternative that i can use to display my php script on my page w/out using javascript or iframe??
Yes, Flash.
xxcrashxx wrote:on that note, anyone know of a way i can basically do it in flash??? ive been following some flash tutorials, they claim it works, they post their own working examples, but when i plug in my own variables, it dont work for me. like... it will post to the sql database, but it wont display the php script on the flash movie. anyone know what the coding is to use in flash to run php scripts in flash?? any help at all would be greatly appreciated.
If only there was a forum, where helpful users could walk through your code, and explain why errors were happening, and how to fix them. Then, perhaps, you might have a solution. :)
xxcrashxx
Forum Newbie
Posts: 3
Joined: Tue Jun 20, 2006 7:36 am

Post by xxcrashxx »

ok, fine then...
Here's one of the tutorials i was following to get it to work.

and here's there second one tha i was following.

basically what i would rather do is just have the actual shouts displayed in flash, then i could use the coding for my name and message boxes displayed under the flash file.
Post Reply