Pass a post title to a .swf file within the loop
-
Hi everyone,
I’m wandering if there’s a way to pass the title of a post on WP’s loop as variable inside a .swf file. In other words I have a dynamic textfield within my .swf waiting for an external variable to pass a certain info (the title of a post). Is this possible to do?I know that the title is called by
<?php the_title(); ?>
inside the loop…how would i get the information that this string calls and load it inside the .swf?tnx
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Pass a post title to a .swf file within the loop’ is closed to new replies.