I have swf tools combined with jw flash media player and cck and it's working great but...
I have drupal installed with a frameset. Drupal in 1 frame and another frame for the mp3 player.

How do I call the mp3 player in my (still) empty frame?

I tried with php print, but no result..

Ow and yeah I know frames are no good. Had no choice in my case..

Comments

Stuart Greenfield’s picture

SWF Tools will put the player in to whatever you use to call it. SWF Tools simply outputs code to generate the player. To put a media player in a frame you would need to create the frame elsewhere in your page code, and then call the swf() function from in there.

Exactly how you do that will depend on how you are creating the page so it's difficult to provide extra advice. Try searching the forums to see if there are any examples of creating a frame on a Drupal page?

Aquabert’s picture

I allready had the sollution for this problem.

Called the frameset in .htacces as default page and put the mp3 player in the top frame. Drupal in the bottom frame.

Thanks anyway

Stuart Greenfield’s picture

Status: Active » Fixed

User solved problem.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.