Log in

View Full Version : Problem in the code in the flash version 368


loveyou-jesus
10-11-2010, 10:47 PM
Peace be with you

I have a problem I'm working copy 368
And put code such as flash picture
But do not work

And I put the code here + a picture of the way and put the code
When I put a link flash do not show anything and keep as
Please help me


<object width="425" height="100"><param name="movie" value="{param}"><embed src="{param}" width="425" height="100" type="application/x-shockwave-flash"></embed></object>

BirdOPrey5
10-11-2010, 11:57 PM
I can't follow what's going on because of the right-hand notation but it looks like you're missing some <'s and >'s in your code.

Try this code instead:
<object width="425" height="100">
<param name="movie" value="{param}">
<embed src="{param}" width="425" height="100">
</embed>
</object>

loveyou-jesus
10-12-2010, 12:19 AM
Thank you for help and after I put the code appears as follows

BirdOPrey5
10-12-2010, 12:41 AM
Well its working fine for me- you must have not deleted all the old code before you pasted in the new code. Make sure the box is completely blank.

loveyou-jesus
10-12-2010, 12:54 AM
I install it again, this result was

loveyou-jesus
10-12-2010, 01:16 AM
THX MANE

THES CODE

<object width="450" height="350"><param name="movie" value="{param}"><embed src="{param}" width="450" height="350" type="application/x-shockwave-flash"></embed></object>