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...
I have the speaker here...
and the cat here...
The code for video display is as follows...
- Code: Select all
<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: Select all
<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.


