VisualKeiChick
Joined: 19 Aug 2008 Posts: 5 Location: Yokosuka, Kanagawa, Japan
|
Posted: Tue Aug 19, 2008 7:38 am Post subject: Complex challenges Part 1... (or maybe not so complex to oth |
|
|
You know... I really really hate being ignored... I have been to 5 or so other HTML forums and my questions have all been ignored, I am sure you know what it feels like to feel frustrated and to watch as your topic's view number increases, without a response... I am hoping that doesn't happen here... if you can't help me, please just tell me so, so that I don't sit here with my thumb up my ass, constantly refreshing this thread... waiting for a response that will never come...
Ok now that I am done ranting a bit... let me tell you why I have come here...
I am attempting to put some things together, for my MySpace, and I can not figure out what I am doing wrong on one of these things, and I am completely lost on what to do regarding the second thing (of which I shall make another thread about labeled "Complex challenges Part 2"...)
I am hoping that someone here can help me, as the on the MySpace forums, I have been blatantly ignored...
The first thing I am trying to accomplish is this...
 Click on the image to view it at its original size
I have the speaker here...
and the cat here...
The code for video display is as follows...
| Code: |
<center><p style="visibility:visible;"><object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="350" width="450" align="middle" border="0" data="http://assets.myflashfetish.com/swf/video/lcd.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://assets.myflashfetish.com/swf/video/lcd.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="myid=87517&path=2008/08/18&mycolor=D13272&mycolor2=000000&mycolor3=E1FF00&autoplay=false&rand=true&f=&vol=100&pat=5&grad=true" />
</object></center><br /> |
Now here is my problem, I was trying to accomplish what you see in the first picture, by modifying the code
| Code: |
<center><img src= http://i35.tinypic.com/282gpya.jpg><img src= http://i38.tinypic.com/2emnzvk.jpg><p style="visibility:visible;"><object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="350" width="450" align="middle" border="0" data="http://assets.myflashfetish.com/swf/video/lcd.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://assets.myflashfetish.com/swf/video/lcd.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="myid=87517&path=2008/08/18&mycolor=D13272&mycolor2=000000&mycolor3=E1FF00&autoplay=false&rand=true&f=&vol=100&pat=5&grad=true" />
</object><img src= http://i35.tinypic.com/282gpya.jpg></center><br /> |
But instead of getting what is in the picture... like
(speaker cat (on top) video display speaker)
I get it all spaced out like...
speaker
paragraph break
cat
paragraph break
video display
paragraph break
speaker
Can some one please explain what I am doing wrong here code wise and how I can go about fixing it so that I can have the desired effect that I have displayed in the first picture that I have provided.
I would appreciate any sort of help on the matter, as I am truely frustrated.
Thanks guys. |
|