Hi there,
it's a little bit difficulty for me, because my rusty english and explain, what i mean...
ok
I have create a new tag, tag enable swf in vb.
Now i will support dynamic links
example (it's proof of concept, later this link get information from a database...)
-----
[swf]http://swishzone.net/SZO2003/includes/tom.php[/swf]
--------
the code of tom.php
PHP Code:
<?php
echo "http://rittercity.de/wt/swish/wackeldackel.swf";
?>
The tom.php give only the url to the swf back, but the swf don't show ---
->>
What must be the output from tom.php to see the swf in vb?
->> more hacking needed for this?
I have enabled for the img-tag the dynamicly link option.
Link to my try in my board (no registration needed)
THX for your help....