Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8401585
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T21:50:51+00:00 2026-06-09T21:50:51+00:00

I am working in a webpage where client scripting is not allowed. This webpage

  • 0

I am working in a webpage where client scripting is not allowed. This webpage uses a very huge verbose tag in the shape of:

<embed src="X" flashvars="Y"/>

It is part of a tmeplate, so it will be used in lots of pages, so I have to change the hardcoded params in an easy way for all them.

I am wondering if there is a way to do something like this in HTML:

<var name="X" content="foo">
<var name="Y" content ="bar">

<embed src="<X/>" flashvars="<Y/>"/>

So the last part would not be changed in template and all child inherited pages

Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T21:50:53+00:00Added an answer on June 9, 2026 at 9:50 pm

    HTML alone cannot do this. HTML is a markup language, not a programming language. It doesn’t even have variables.

    You need server-side coding for this. PHP is the most popular, though there are numerous others available. Then you could do this:

    <?php
        $x = 'something';
        $y = 'somethingElse';
    ?>
    <embed src="<?php echo $x; ?>" flashvars="<?php echo $y; ?>">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been working through the tutorials on this webpage which progressively creates a bootloader
I'm working on a webpage (let's call it example.com) and added the DNS record
I am working on a webpage in C# on VS2010. I have a gridview
I'm working on a webpage for a class and am trying to work the
I'm working on a quite simple Webpage (MVC2), using localisation based on Resource Files.
I'm currently working in an application that has to navigate a webpage and recollect
Situation: I am working to populate text entry boxes in a webpage with data
I've got a webpage that I'm working on where you click on a letter
I’m working on a small kind of log system to a webpage, and I’m
hello all i am working on a project in which i have a webpage

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.