ming url in frame

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

ming url in frame

Post by ddragas »

Code: Select all

$strAction="getURL('http://www.google.com', '_self','SWFBUTTON_MOUSEUP');";  
$movie->add(new SWFAction($strAction));
How to set url that opens after click in frame?

regards
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

Post by ddragas »

somebody please?
User avatar
AnarKy
Forum Contributor
Posts: 119
Joined: Tue Nov 02, 2004 1:49 am
Location: South Africa

onclick

Post by AnarKy »

Perhaps using the onclick function?
See Here!
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

DHTML doesn't apply to this sitaution, as this is PHP code here... not anything client-side.

ddragas, could you explain the entire situation a bit more so people can have a better understanding as to how to help you?
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

Post by ddragas »

Of course

What I'm doing is slide show of images that user uploads on server, and I would like to put url link in that slide (every frame). Like banner. When user clicks on "banner" to open certain url.

If you need code (for better understanding) , I can post it here.

Regards
sandclock
Forum Newbie
Posts: 2
Joined: Wed Oct 04, 2006 7:25 am

PHP - FLASH slide show using ming

Post by sandclock »

Hi,
Have a look at php flash slide show using ming.
we have just released version 2 of theflash_profilesmodule for OsDate (tufat.com).
Using ming library.
you can choose any font you want. make changes in showprofile_flash.php.
downlod it at http://cybizz.biz/flash_profiles_v2.zip
will love to have your comments. Demo is at
http://dogspark.info
We are soon releasing a module for ( mambo/joomla) community builder to show
profiles by the same technique.

Regards
nik
Post Reply