cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro abap output html code or javascript

Former Member
0 Kudos

Dear Expert

        Is that any way to output html code from Web dynpro abap ?

        e.g : i want to output following html code .

          <embed src="http://player.youku.com/player.php/sid/XNDQ0MDEyNDQw/v.swf" allowFullScreen="true" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash"></embed>

      

      i can't use iFrame , because some parameter in the html code . i must change the parameter in web dynpro side .

       Is Any one can help me  ?

       Thank you very much .

Best Regards,

Barry You


Accepted Solutions (0)

Answers (1)

Answers (1)

amy_king
Active Contributor
0 Kudos

Hi Barry,

The SCN document, To insert video in webdynpro,  may help you.

Cheers,

Amy

Former Member
0 Kudos

Dear Amy

      Thanks for you reply.

      But this way can't change the variable in html code dynamic.

      So i can't use iFrame for this .

        Could you help me ?

      Thank you very much .

Best Regards,

Barry You

amy_king
Active Contributor
0 Kudos

Hi Barry,

To pass data to the SWF file, you can use FlashIslands with Adobe Flex Builder. I haven't used these myself but there are a lot of documentation and examples on SCN, so you'll likely find what you're looking for by a search. Here are just a couple:

There are also some example web dynpro components delivered with EhP 1 named, DEMO_FLASH*.

Cheers,

Amy