• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Insert image in SWF

New Here ,
Jul 02, 2013 Jul 02, 2013

Copy link to clipboard

Copied

Hi,

I have an SWF, and i want to insert an image, but as a param, e.g. my html is:

<object style="margin:0 10px;width:100%;height:100%;">

<param name="movie" value="myswf.swf"/>

<param name="allowFullScreen" value="true"/>

<embed src="myswf.swf" width="100%" height="100%" ></embed>

</object>

And add a param like this;

<param name="logo" value="myimagepath.jpg"/>

In short, I want to select an image to insert from html without having to touch the. fla

and if possible, could I provide a brief guide of the code in as3?

Thank You!!!

TOPICS
ActionScript

Views

333

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jul 02, 2013 Jul 02, 2013

What you want you can do using FlashVars.  Just search Google using that term and you should find tutorials on implementing it.

Votes

Translate

Translate
LEGEND ,
Jul 02, 2013 Jul 02, 2013

Copy link to clipboard

Copied

LATEST

What you want you can do using FlashVars.  Just search Google using that term and you should find tutorials on implementing it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines