[SWFObject] Re: SWFObject doesn't show video player controls.

2012-02-27 Thread Tyler Maschino
Sorry but the site is now live yet. I am finishing it up for someone
and then we will be launching it. Here are my two sets of code.

script type=text/javascript src=SWFObject Files/swfobject.js/
script
script type=text/
javascriptswfobject.registerObject(myFlashContent, 9.0.0,
SWFObject Files/expressInstall.swf);
/script


Then the object code:

div id=Flash_Object
object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354
width=640 height=388 id=myFlashContent
param name=movie value=Flash/twist.swf
!--[if !IE]--
object type=application/x-shockwave-flash 
data=Flash/twist.swf
width=640 height=388
!--![endif]--
a href=http://www.adobe.com/go/getflashplayer;
img 
src=http://www.adobe.com/images/shared/download_buttons/
get_flash_player.gif alt=Get Adobe Flash player/a
!--[if !IE]--
/object
!--![endif]--
/object
/div

Here is a link to what it looks like. http://tinypic.com/r/348kfmb/5

I am pretty sure everything done in Flash is right. I used the
FLVPlayback 2.5 component for the video that I wanted to enclose in
it. Everything looks fine in flash and as well as the swf file it's
self. I hope this helps provide some more insight.


Thanks,
Tyler



On Feb 27, 10:00 am, Aran Rhee aran.r...@gmail.com wrote:
 Tyler.

 Please post a link to your page. This way people can see what
 is actually going on and give some help/feedback. There is very little
 chance of helping you with just your general description as it could be so
 many different potential issues.







 On Sun, Feb 26, 2012 at 10:14 PM, Tyler Maschino tmasch...@me.com wrote:
  SWFObject doesn't show video player controls. It just shows a white-
  space below my video. I am not sure why it doesn't show the controls
  from the swf file. I have checked my code several times and I am
  running out of suggestions on what could be the cause. Does anyone
  have any suggestions?

  Thanks

  --
  You received this message because you are subscribed to the Google Groups
  SWFObject group.
  To post to this group, send email to swfobject@googlegroups.com.
  To unsubscribe from this group, send email to
  swfobject+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/swfobject?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
SWFObject group.
To post to this group, send email to swfobject@googlegroups.com.
To unsubscribe from this group, send email to 
swfobject+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.



Re: [SWFObject] Re: SWFObject doesn't show video player controls.

2012-02-27 Thread Aran Rhee
Have you uploaded the skin swf into the same folder? The FLVPlayback
component generally uses a separate swf for the player skin...

You might also need to specify the relative BASE path param to ensure your
main swf looks for the skin file in the right location :
http://kb2.adobe.com/cps/041/tn_04157.html

(setting base=. should work)

Aran


On Mon, Feb 27, 2012 at 10:32 AM, Tyler Maschino tmasch...@me.com wrote:

 Sorry but the site is now live yet. I am finishing it up for someone
 and then we will be launching it. Here are my two sets of code.

 script type=text/javascript src=SWFObject Files/swfobject.js/
 script
 script type=text/
 javascriptswfobject.registerObject(myFlashContent, 9.0.0,
 SWFObject Files/expressInstall.swf);
 /script


 Then the object code:

 div id=Flash_Object
object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354
 width=640 height=388 id=myFlashContent
param name=movie value=Flash/twist.swf
!--[if !IE]--
object type=application/x-shockwave-flash
 data=Flash/twist.swf
 width=640 height=388
!--![endif]--
a href=http://www.adobe.com/go/getflashplayer;
img src=
 http://www.adobe.com/images/shared/download_buttons/
 get_flash_player.gif alt=Get Adobe Flash player/a
!--[if !IE]--
/object
!--![endif]--
/object
/div

 Here is a link to what it looks like. http://tinypic.com/r/348kfmb/5

 I am pretty sure everything done in Flash is right. I used the
 FLVPlayback 2.5 component for the video that I wanted to enclose in
 it. Everything looks fine in flash and as well as the swf file it's
 self. I hope this helps provide some more insight.


 Thanks,
 Tyler



 On Feb 27, 10:00 am, Aran Rhee aran.r...@gmail.com wrote:
  Tyler.
 
  Please post a link to your page. This way people can see what
  is actually going on and give some help/feedback. There is very little
  chance of helping you with just your general description as it could be
 so
  many different potential issues.
 
 
 
 
 
 
 
  On Sun, Feb 26, 2012 at 10:14 PM, Tyler Maschino tmasch...@me.com
 wrote:
   SWFObject doesn't show video player controls. It just shows a white-
   space below my video. I am not sure why it doesn't show the controls
   from the swf file. I have checked my code several times and I am
   running out of suggestions on what could be the cause. Does anyone
   have any suggestions?
 
   Thanks
 
   --
   You received this message because you are subscribed to the Google
 Groups
   SWFObject group.
   To post to this group, send email to swfobject@googlegroups.com.
   To unsubscribe from this group, send email to
   swfobject+unsubscr...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/swfobject?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 SWFObject group.
 To post to this group, send email to swfobject@googlegroups.com.
 To unsubscribe from this group, send email to
 swfobject+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/swfobject?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
SWFObject group.
To post to this group, send email to swfobject@googlegroups.com.
To unsubscribe from this group, send email to 
swfobject+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.



[SWFObject] Re: SWFObject doesn't show video player controls.

2012-02-27 Thread justeval
Hey Tyler.
Did you finally get an answer? I have this problem too.

On 26 fév, 23:14, Tyler Maschino tmasch...@me.com wrote:
 SWFObject doesn't show video player controls. It just shows a white-
 space below my video. I am not sure why it doesn't show the controls
 from the swf file. I have checked my code several times and I am
 running out of suggestions on what could be the cause. Does anyone
 have any suggestions?

 Thanks

-- 
You received this message because you are subscribed to the Google Groups 
SWFObject group.
To post to this group, send email to swfobject@googlegroups.com.
To unsubscribe from this group, send email to 
swfobject+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.



Re: [SWFObject] Re: SWFObject doesn't show video player controls.

2012-02-27 Thread Valérie Vaillancourt
I finally made it with HTML5, if you guys can read french, take a look at
http://www.alsacreations.com/article/lire/1125-introduction-balise-video-html5-mp4-h264-webm-ogg-theora.html
It works well, even on iPhone/iPad

-- 
You received this message because you are subscribed to the Google Groups 
SWFObject group.
To post to this group, send email to swfobject@googlegroups.com.
To unsubscribe from this group, send email to 
swfobject+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.



[SWFObject] Re: SWFObject doesn't show video player controls.

2012-02-27 Thread Tyler Maschino
Sorry it took me so long to get back with everyone. I have been at
work all day. How would you define the setting base? That seems like
it should work but I am unsure of how to define it or where. I deleted
both the swf file and the skin for the controls swf and went into
flash and did the test movie so that it would re-create both files in
the folder where all the other Flash assests are stored. I was hoping
that it would take care of the issue but no luck there with that. I
will continue to work on this for the next 5 or so hours tonight in
hopes of fixing this.



Thanks,
Tyler


On Feb 27, 10:45 am, justeval valvaillanco...@gmail.com wrote:
 Hey Tyler.
 Did you finally get an answer? I have this problem too.

 On 26 fév, 23:14, Tyler Maschino tmasch...@me.com wrote:







  SWFObject doesn't show video player controls. It just shows a white-
  space below my video. I am not sure why it doesn't show the controls
  from the swf file. I have checked my code several times and I am
  running out of suggestions on what could be the cause. Does anyone
  have any suggestions?

  Thanks

-- 
You received this message because you are subscribed to the Google Groups 
SWFObject group.
To post to this group, send email to swfobject@googlegroups.com.
To unsubscribe from this group, send email to 
swfobject+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.



Re: [SWFObject] Re: SWFObject doesn't show video player controls.

2012-02-27 Thread Aran Rhee
Tyler.

A couple of things to test:

a) try putting the swf files and your html file in the same folder
temporarily.( i.e. so you can set param name=movie value=twist.swf /
) This way you can remove any pathing issues you may have. You can create
folders and repath stuff once you know it is working.

b) even though your site is not finished, you can just create a temp folder
on your server and put a link to your page. This way we can see if there
are 404 errors, security errors etc. Take the page down after you have
debugged (BTW - have you looked at what is going on behind the scenes
with Firebug - It can tell you if it is not finding any files etc)


@base param - Setting base param below...

!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
html xmlns=http://www.w3.org/1999/xhtml; lang=en xml:lang=en
head
title/title
meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 /
script type=text/javascript src=swfobject.js/script
script type=text/javascript
swfobject.registerObject(myFlashContent, 9.0.0, SWFObject
Files/expressInstall.swf);
/script
/head
body
div
object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354 width=640
height=388 id=myFlashContent
param name=movie value=Flash/twist.swf /
param name=base value=. /
!--[if !IE]--
object type=application/x-shockwave-flash data=Flash/twist.swf
width=640 height=388
param name=base value=. /
!--![endif]--
alt content here
!--[if !IE]--
/object
!--![endif]--
/object
/div
/body
/html




On Mon, Feb 27, 2012 at 10:54 PM, Tyler Maschino tmasch...@me.com wrote:

 Sorry it took me so long to get back with everyone. I have been at
 work all day. How would you define the setting base? That seems like
 it should work but I am unsure of how to define it or where. I deleted
 both the swf file and the skin for the controls swf and went into
 flash and did the test movie so that it would re-create both files in
 the folder where all the other Flash assests are stored. I was hoping
 that it would take care of the issue but no luck there with that. I
 will continue to work on this for the next 5 or so hours tonight in
 hopes of fixing this.



 Thanks,
 Tyler


 On Feb 27, 10:45 am, justeval valvaillanco...@gmail.com wrote:
  Hey Tyler.
  Did you finally get an answer? I have this problem too.
 
  On 26 fév, 23:14, Tyler Maschino tmasch...@me.com wrote:
 
 
 
 
 
 
 
   SWFObject doesn't show video player controls. It just shows a white-
   space below my video. I am not sure why it doesn't show the controls
   from the swf file. I have checked my code several times and I am
   running out of suggestions on what could be the cause. Does anyone
   have any suggestions?
 
   Thanks

 --
 You received this message because you are subscribed to the Google Groups
 SWFObject group.
 To post to this group, send email to swfobject@googlegroups.com.
 To unsubscribe from this group, send email to
 swfobject+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/swfobject?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
SWFObject group.
To post to this group, send email to swfobject@googlegroups.com.
To unsubscribe from this group, send email to 
swfobject+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.



[SWFObject] Re: SWFObject doesn't show video player controls.

2012-02-27 Thread Tyler Maschino
Success!!! Thanks for you input with the base param. It worked. I
first tried using it like this param name=base value=Flash/
MinimaUnderPlayBackSeekCounterVolMuteNoFull.swf /  Which of course
did not work... So I got to thinking why not just direct it to the
Flash Folder Directory... param name=base value=Flash / once I
made that change. It worked... Who would of thought such a small issue
could cause such a big problem. I'm so glad we have a solution.


Thanks Aran Rhee for your excellent insight!


Thanks,
Tyler


On Feb 28, 12:06 am, Aran Rhee aran.r...@gmail.com wrote:
 Tyler.

 A couple of things to test:

 a) try putting the swf files and your html file in the same folder
 temporarily.( i.e. so you can set param name=movie value=twist.swf /
 ) This way you can remove any pathing issues you may have. You can create
 folders and repath stuff once you know it is working.

 b) even though your site is not finished, you can just create a temp folder
 on your server and put a link to your page. This way we can see if there
 are 404 errors, security errors etc. Take the page down after you have
 debugged (BTW - have you looked at what is going on behind the scenes
 with Firebug - It can tell you if it is not finding any files etc)

 @base param - Setting base param below...

 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN 
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
 html xmlns=http://www.w3.org/1999/xhtml; lang=en xml:lang=en
 head
 title/title
 meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 /
 script type=text/javascript src=swfobject.js/script
 script type=text/javascript
 swfobject.registerObject(myFlashContent, 9.0.0, SWFObject
 Files/expressInstall.swf);
 /script
 /head
 body
 div
 object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354 width=640
 height=388 id=myFlashContent
 param name=movie value=Flash/twist.swf /
 param name=base value=. /
 !--[if !IE]--
 object type=application/x-shockwave-flash data=Flash/twist.swf
 width=640 height=388
 param name=base value=. /
 !--![endif]--
 alt content here
 !--[if !IE]--
 /object
 !--![endif]--
 /object
 /div
 /body
 /html







 On Mon, Feb 27, 2012 at 10:54 PM, Tyler Maschino tmasch...@me.com wrote:
  Sorry it took me so long to get back with everyone. I have been at
  work all day. How would you define the setting base? That seems like
  it should work but I am unsure of how to define it or where. I deleted
  both the swf file and the skin for the controls swf and went into
  flash and did the test movie so that it would re-create both files in
  the folder where all the other Flash assests are stored. I was hoping
  that it would take care of the issue but no luck there with that. I
  will continue to work on this for the next 5 or so hours tonight in
  hopes of fixing this.

  Thanks,
  Tyler

  On Feb 27, 10:45 am, justeval valvaillanco...@gmail.com wrote:
   Hey Tyler.
   Did you finally get an answer? I have this problem too.

   On 26 fév, 23:14, Tyler Maschino tmasch...@me.com wrote:

SWFObject doesn't show video player controls. It just shows a white-
space below my video. I am not sure why it doesn't show the controls
from the swf file. I have checked my code several times and I am
running out of suggestions on what could be the cause. Does anyone
have any suggestions?

Thanks

  --
  You received this message because you are subscribed to the Google Groups
  SWFObject group.
  To post to this group, send email to swfobject@googlegroups.com.
  To unsubscribe from this group, send email to
  swfobject+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/swfobject?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
SWFObject group.
To post to this group, send email to swfobject@googlegroups.com.
To unsubscribe from this group, send email to 
swfobject+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.



Re: [SWFObject] Re: SWFObject doesn't show video player controls.

2012-02-27 Thread Aran Rhee
Hey Tyler.

Glad it is all working for you :) Working with the Flash platform for a
decade+ means I have come across most issues by now... (most are fixable)


Cheers,
Aran

On Mon, Feb 27, 2012 at 11:28 PM, Tyler Maschino tmasch...@me.com wrote:

 Success!!! Thanks for you input with the base param. It worked. I
 first tried using it like this param name=base value=Flash/
 MinimaUnderPlayBackSeekCounterVolMuteNoFull.swf /  Which of course
 did not work... So I got to thinking why not just direct it to the
 Flash Folder Directory... param name=base value=Flash / once I
 made that change. It worked... Who would of thought such a small issue
 could cause such a big problem. I'm so glad we have a solution.


 Thanks Aran Rhee for your excellent insight!


 Thanks,
 Tyler


 On Feb 28, 12:06 am, Aran Rhee aran.r...@gmail.com wrote:
  Tyler.
 
  A couple of things to test:
 
  a) try putting the swf files and your html file in the same folder
  temporarily.( i.e. so you can set param name=movie value=twist.swf
 /
  ) This way you can remove any pathing issues you may have. You can create
  folders and repath stuff once you know it is working.
 
  b) even though your site is not finished, you can just create a temp
 folder
  on your server and put a link to your page. This way we can see if there
  are 404 errors, security errors etc. Take the page down after you have
  debugged (BTW - have you looked at what is going on behind the scenes
  with Firebug - It can tell you if it is not finding any files etc)
 
  @base param - Setting base param below...
 
  !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN 
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
  html xmlns=http://www.w3.org/1999/xhtml; lang=en xml:lang=en
  head
  title/title
  meta http-equiv=Content-Type content=text/html; charset=iso-8859-1
 /
  script type=text/javascript src=swfobject.js/script
  script type=text/javascript
  swfobject.registerObject(myFlashContent, 9.0.0, SWFObject
  Files/expressInstall.swf);
  /script
  /head
  body
  div
  object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354 width=640
  height=388 id=myFlashContent
  param name=movie value=Flash/twist.swf /
  param name=base value=. /
  !--[if !IE]--
  object type=application/x-shockwave-flash data=Flash/twist.swf
  width=640 height=388
  param name=base value=. /
  !--![endif]--
  alt content here
  !--[if !IE]--
  /object
  !--![endif]--
  /object
  /div
  /body
  /html
 
 
 
 
 
 
 
  On Mon, Feb 27, 2012 at 10:54 PM, Tyler Maschino tmasch...@me.com
 wrote:
   Sorry it took me so long to get back with everyone. I have been at
   work all day. How would you define the setting base? That seems like
   it should work but I am unsure of how to define it or where. I deleted
   both the swf file and the skin for the controls swf and went into
   flash and did the test movie so that it would re-create both files in
   the folder where all the other Flash assests are stored. I was hoping
   that it would take care of the issue but no luck there with that. I
   will continue to work on this for the next 5 or so hours tonight in
   hopes of fixing this.
 
   Thanks,
   Tyler
 
   On Feb 27, 10:45 am, justeval valvaillanco...@gmail.com wrote:
Hey Tyler.
Did you finally get an answer? I have this problem too.
 
On 26 fév, 23:14, Tyler Maschino tmasch...@me.com wrote:
 
 SWFObject doesn't show video player controls. It just shows a
 white-
 space below my video. I am not sure why it doesn't show the
 controls
 from the swf file. I have checked my code several times and I am
 running out of suggestions on what could be the cause. Does anyone
 have any suggestions?
 
 Thanks
 
   --
   You received this message because you are subscribed to the Google
 Groups
   SWFObject group.
   To post to this group, send email to swfobject@googlegroups.com.
   To unsubscribe from this group, send email to
   swfobject+unsubscr...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/swfobject?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 SWFObject group.
 To post to this group, send email to swfobject@googlegroups.com.
 To unsubscribe from this group, send email to
 swfobject+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/swfobject?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
SWFObject group.
To post to this group, send email to swfobject@googlegroups.com.
To unsubscribe from this group, send email to 
swfobject+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.